Skip to content

Commit

Permalink
Migrate Vagrant tests for Fedora to Fedora 24
Browse files Browse the repository at this point in the history
This commit migrates the Vagrant box for Fedora for the packaging tests
from Fedora 22 to Fedora 24 as Fedora 22 reached end-of-line upon the
release of Fedora 24.

Relates elastic#19308
  • Loading branch information
jasontedor authored Jul 7, 2016
1 parent a20cf82 commit 68676f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ Vagrant.configure(2) do |config|
config.vm.box = "elastic/oraclelinux-7-x86_64"
rpm_common config
end
config.vm.define "fedora-22" do |config|
config.vm.box = "elastic/fedora-22-x86_64"
config.vm.define "fedora-24" do |config|
config.vm.box = "elastic/fedora-24-x86_64"
dnf_common config
end
config.vm.define "opensuse-13" do |config|
Expand Down
2 changes: 1 addition & 1 deletion qa/vagrant/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ List<String> availableBoxes = [
'centos-6',
'centos-7',
'debian-8',
'fedora-22',
'fedora-24',
'oel-6',
'oel-7',
'opensuse-13',
Expand Down

0 comments on commit 68676f8

Please sign in to comment.