From 57a8b1821340e709eb3f45b0a29998c998d0dbdc Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 29 Apr 2022 13:56:42 -0400 Subject: [PATCH] Cirrus: Update to F36 VMs Signed-off-by: Chris Evich --- .cirrus.yml | 6 +++--- contrib/cirrus/runner.sh | 6 ------ 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index a0bb79d23..b593b92cb 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -32,12 +32,12 @@ env: #### #### Cache-image names to test with (double-quotes around names are critical) #### - FEDORA_NAME: "fedora-35" - PRIOR_FEDORA_NAME: "fedora-34" + FEDORA_NAME: "fedora-36" + PRIOR_FEDORA_NAME: "fedora-35" UBUNTU_NAME: "ubuntu-2110" # Google-cloud VM Images - IMAGE_SUFFIX: "c6226133906620416" + IMAGE_SUFFIX: "c4955393725038592" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" diff --git a/contrib/cirrus/runner.sh b/contrib/cirrus/runner.sh index 8f077b19d..2166145f9 100755 --- a/contrib/cirrus/runner.sh +++ b/contrib/cirrus/runner.sh @@ -17,12 +17,6 @@ else ) > /dev/stderr fi -OS_RELEASE_ID="$(source /etc/os-release; echo $ID)" -# GCE image-name compatible string representation of distribution _major_ version -OS_RELEASE_VER="$(source /etc/os-release; echo $VERSION_ID | tr -d '.')" -# Combined to ease some usage -OS_REL_VER="${OS_RELEASE_ID}-${OS_RELEASE_VER}" - export "PATH=$PATH:$GOPATH/bin" _run_setup() {