Skip to content

Commit

Permalink
Merge pull request opencontainers#2665 from AkihiroSuda/fedora33
Browse files Browse the repository at this point in the history
CI: update Fedora to 33
  • Loading branch information
crosbymichael authored Nov 10, 2020
2 parents 104c493 + 9403afd commit f4440f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@ jobs:
script:
- make all
- sudo PATH="$PATH" make localintegration RUNC_USE_SYSTEMD=1
- name: "fedora32"
- name: "fedora33"
before_install:
- sudo ./script/install-vagrant.sh
- ln -sf Vagrantfile.fedora32 Vagrantfile
- ln -sf Vagrantfile.fedora33 Vagrantfile
- sudo vagrant up && sudo mkdir -p /root/.ssh && sudo sh -c "vagrant ssh-config >> /root/.ssh/config"
script:
- sudo ssh default 'sh -exc "uname -a && systemctl --version && df -T"'
- sudo ssh default -t 'cd /vagrant && sudo make localunittest'
# cgroupv2+systemd: test on vagrant host itself as we need systemd
- sudo ssh default -t 'cd /vagrant && sudo make localintegration RUNC_USE_SYSTEMD=yes'
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile.fedora32 → Vagrantfile.fedora33
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

Vagrant.configure("2") do |config|
# Fedora box is used for testing cgroup v2 support
config.vm.box = "fedora/32-cloud-base"
config.vm.box = "fedora/33-cloud-base"
config.vm.provider :virtualbox do |v|
v.memory = 2048
v.cpus = 2
Expand Down

0 comments on commit f4440f9

Please sign in to comment.