From 16b952d37e703a3c54d7139fd27d8c1d9724e5c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:39:49 +0000 Subject: [PATCH 1/2] Update dependency containers/automation_images to v20231004 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1c8a7d1..f01ed07 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,7 +19,7 @@ env: FEDORA_NAME: "fedora-38" # Google-cloud VM Images - IMAGE_SUFFIX: "c20230614t132754z-f38f37d13" + IMAGE_SUFFIX: "c20231004t194547z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" #### From 5428c0bbd49a23dedcad43d4eaaa103ae446be60 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Wed, 18 Oct 2023 10:04:31 -0400 Subject: [PATCH 2/2] CI: Drop release from test name Display of release number is a burden to update on new CI VM images and getting it wrong (or forgetting) could be unhelpful to developers. Since it's mainly cosmetic, and not used by any tests, remove it. Signed-off-by: Chris Evich --- .cirrus.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index f01ed07..c2721ae 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,8 +16,6 @@ env: #### #### Cache-image names to test with #### - FEDORA_NAME: "fedora-38" - # Google-cloud VM Images IMAGE_SUFFIX: "c20231004t194547z-f39f38d13" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" @@ -50,7 +48,7 @@ gce_instance: # Each 'task' runs in parallel, '_task' suffix required on name. test_upstream_podman_task: - name: "Test podman on ${FEDORA_NAME}" + name: "Test podman on Fedora" alias: test_upstream_podman gce_instance: