Skip to content

Commit

Permalink
Run packaging tests on RHEL 8 (#41662)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninaspitfire committed May 1, 2019
1 parent 7c6d799 commit 8116345
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ These are the linux flavors supported, all of which we provide images for
* debian-9 aka stretch, the current debian stable distribution
* centos-6
* centos-7
* rhel-8
* fedora-28
* fedora-29
* oel-6 aka Oracle Enterprise Linux 6
Expand Down
6 changes: 6 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,12 @@ Vagrant.configure(2) do |config|
sles_common config, box
end
end
'rhel-8'.tap do |box|
config.vm.define box, define_opts do |config|
config.vm.box = 'elastic/rhel-8-x86_64'
rpm_common config, box
end
end

windows_2012r2_box = ENV['VAGRANT_WINDOWS_2012R2_BOX']
if windows_2012r2_box && windows_2012r2_box.empty? == false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class VagrantTestPlugin implements Plugin<Project> {
'oel-6',
'oel-7',
'opensuse-42',
'rhel-8',
'sles-12',
'ubuntu-1604',
'ubuntu-1804'
Expand Down

0 comments on commit 8116345

Please sign in to comment.