mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-04 16:25:31 +00:00
ci: update to latest Vagrant and Fedora images
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
committed by
Andrei Vagin
parent
7400d91f83
commit
7f4265dc0b
@@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# This script is used to run vagrant based tests on Travis.
|
# This script is used to run vagrant based tests on Cirrus CI.
|
||||||
# This script is started via sudo from .travis.yml
|
# This script is started via .cirrus.yml
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
VAGRANT_VERSION=2.2.16
|
VAGRANT_VERSION=2.2.19
|
||||||
FEDORA_VERSION=34
|
FEDORA_VERSION=35
|
||||||
FEDORA_BOX_VERSION=34.20210423.0
|
FEDORA_BOX_VERSION=35.20211026.0
|
||||||
|
|
||||||
setup() {
|
setup() {
|
||||||
if [ -n "$TRAVIS" ]; then
|
if [ -n "$TRAVIS" ]; then
|
||||||
|
Reference in New Issue
Block a user