Skip to content

Commit

Permalink
Tests: Add Fedora-26 to packaging tests
Browse files Browse the repository at this point in the history
Add Fedora-26 to packaging tests. Don't retire Fedora-25 yet, as it
will be EOL, one month after Fedora-27 is out.

Relates #26726
  • Loading branch information
dliappis authored Oct 3, 2017
1 parent d80ad7f commit 5079afd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions TESTING.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ These are the linux flavors the Vagrantfile currently supports:
* centos-6
* centos-7
* fedora-25
* fedora-26
* oel-6 aka Oracle Enterprise Linux 6
* oel-7 aka Oracle Enterprise Linux 7
* sles-12
Expand Down
4 changes: 4 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ Vagrant.configure(2) do |config|
config.vm.box = "elastic/fedora-25-x86_64"
dnf_common config
end
config.vm.define "fedora-26" do |config|
config.vm.box = "elastic/fedora-26-x86_64"
dnf_common config
end
config.vm.define "opensuse-42" do |config|
config.vm.box = "elastic/opensuse-42-x86_64"
opensuse_common config
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class VagrantTestPlugin implements Plugin<Project> {
'debian-8',
'debian-9',
'fedora-25',
'fedora-26',
'oel-6',
'oel-7',
'opensuse-42',
Expand Down

0 comments on commit 5079afd

Please sign in to comment.