Skip to content

Commit

Permalink
ci: update Fedora to 41
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine Tenart <[email protected]>
  • Loading branch information
atenart committed Dec 2, 2024
1 parent 14e2921 commit 9862bfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ functional_task:
only_if: "$CIRRUS_PR != ''"

matrix: &distro_matrix
- name: Fedora 40 (x86_64)
- name: Fedora 41 (x86_64)
env:
DISTRO: x86_64-f40
DISTRO: x86_64-f41
TEST_EXTRA_ARGS: "--ovs-track"
- name: Fedora Rawhide (x86_64)
env:
Expand Down
6 changes: 3 additions & 3 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ end
Vagrant.configure("2") do |config|
config.vm.box_check_update = false

config.vm.define "x86_64-f40" do |fedora|
fedora.vm.box = "fedora-40-cloud"
fedora.vm.box_url = get_box("https://dl.fedoraproject.org/pub/fedora/linux/releases/40/Cloud/x86_64/images/", /.*vagrant\.libvirt\.box$/)
config.vm.define "x86_64-f41" do |fedora|
fedora.vm.box = "fedora-41-cloud"
fedora.vm.box_url = get_box("https://dl.fedoraproject.org/pub/fedora/linux/releases/41/Cloud/x86_64/images/", /.*vagrant\.libvirt\.box$/)

fedora.vm.provision "common", type: "shell", inline: $bootstrap_rhel_common
fedora.vm.provision "shell", inline: <<-SHELL
Expand Down

0 comments on commit 9862bfb

Please sign in to comment.