CI: update Fedora to 37

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2022-11-18 09:36:54 +09:00
parent c1ca6a4c4b
commit d75e5926da

6
hack/ci/Vagrantfile vendored
View File

@@ -3,11 +3,11 @@
# Vagrant box for testing kind with cgroup v2 # Vagrant box for testing kind with cgroup v2
Vagrant.configure("2") do |config| Vagrant.configure("2") do |config|
# `config.vm.box = "fedora/36-cloud-base"` seems flaky, # `config.vm.box = "fedora/37-cloud-base"` seems flaky,
# so we specify the URL explicitly. # so we specify the URL explicitly.
# Mirrors can be found at here: https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora/36/x86_64 # Mirrors can be found at here: https://admin.fedoraproject.org/mirrormanager/mirrors/Fedora/37/x86_64
config.vm.box = "dummy" config.vm.box = "dummy"
config.vm.box_url = "https://iad.mirror.rackspace.com/fedora/releases/36/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-36-1.5.x86_64.vagrant-virtualbox.box" config.vm.box_url = "https://iad.mirror.rackspace.com/fedora/releases/37/Cloud/x86_64/images/Fedora-Cloud-Base-Vagrant-37-1.7.x86_64.vagrant-virtualbox.box"
# macOS github actions runners have 3 cores and 14 GB of ram # macOS github actions runners have 3 cores and 14 GB of ram
# assume some ram is needed for the host enviromnet but very little CPU # assume some ram is needed for the host enviromnet but very little CPU
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners # https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners