From 7562653f38eb53a2a595e78c98202b8bce4b5ecb Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 9 Jan 2024 14:59:30 +0900 Subject: [PATCH] Bump cirros version The current version is quite old. Let's use the version currently used in devstack jobs. Change-Id: Iada429df4d7aa5ba360e00c99c5c2e5fff4e53fc --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 5b4b19888..aed50da2b 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -204,7 +204,7 @@ rm -rf /tmp/cirros mkdir /tmp/cirros export CIRROS_ARCH="$(uname -p)" -export CIRROS_VERSION="0.5.1" +export CIRROS_VERSION=${CIRROS_VERSION:-"0.6.2"} if [ -f ~/cache/files/cirros-$CIRROS_VERSION-$CIRROS_ARCH-uec.tar.gz ]; then tar -xzvf ~/cache/files/cirros-$CIRROS_VERSION-$CIRROS_ARCH-uec.tar.gz -C /tmp/cirros/