Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Reber <areber@redhat.com>2021-12-03 20:13:27 +0300
committerAndrei Vagin <avagin@gmail.com>2022-04-29 03:53:52 +0300
commit7f4265dc0bf5d01823163f89d583ef96db2d4b0f (patch)
treefe7d61d6e5f488ca9f637cb9c581f09626ad39f5 /scripts
parent7400d91f83cfbefa91f1d2207bcd65fc06a3cbbb (diff)
ci: update to latest Vagrant and Fedora images
Signed-off-by: Adrian Reber <areber@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ci/vagrant.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/ci/vagrant.sh b/scripts/ci/vagrant.sh
index 40c8416e1..4a4a16445 100755
--- a/scripts/ci/vagrant.sh
+++ b/scripts/ci/vagrant.sh
@@ -1,14 +1,14 @@
#!/bin/bash
-# This script is used to run vagrant based tests on Travis.
-# This script is started via sudo from .travis.yml
+# This script is used to run vagrant based tests on Cirrus CI.
+# This script is started via .cirrus.yml
set -e
set -x
-VAGRANT_VERSION=2.2.16
-FEDORA_VERSION=34
-FEDORA_BOX_VERSION=34.20210423.0
+VAGRANT_VERSION=2.2.19
+FEDORA_VERSION=35
+FEDORA_BOX_VERSION=35.20211026.0
setup() {
if [ -n "$TRAVIS" ]; then