Skip to content

Commit

Permalink
[artifacts/package-testing] Fix rpm install (elastic#183143)
Browse files Browse the repository at this point in the history
The version of rpm installed with almalinux 9.4 isn't able to install
from a shared folder. This downgrades to 9.3 while we wait for a fix.

https://buildkite.com/elastic/kibana-artifacts-snapshot/builds/4281
  • Loading branch information
jbudz authored May 10, 2024
1 parent 5118fff commit 37412c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/package/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ Vagrant.configure("2") do |config|
vb.cpus = 2
end
rpm.vm.box = 'almalinux/9'
# `rpm -i` is broken in 9.4 when installing from a shared folder
# alternative workaround is to copy /packages/kibana.tar.gz to the cwd
rpm.vm.box_version = '9.3.20231118'
rpm.vm.provision "ansible" do |ansible|
ansible.playbook = "rpm.yml"
end
Expand Down

0 comments on commit 37412c2

Please sign in to comment.