From f9406bb06b02300645732cc1dd2e79ecf4dd7fe5 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Mon, 30 Jan 2023 10:07:22 -0500 Subject: [PATCH] Cirrus: Use human-readable CI VM Images Image content hasn't changed much, the biggest thing here is the `$IMAGE_SUFFIX` value. This new schema is also fully manageable by renovate. Allowing a tag-push to c/automation_images to create image update PRs in all repos automatically. Signed-off-by: Chris Evich --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 6f8be8e0..90ecddaf 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -23,10 +23,10 @@ env: #### #### Cache-image names to test with (double-quotes around names are critical) #### - FEDORA_NAME: "fedora-37" + FEDORA_NAME: "fedora-37" ### c20230120t152650z-f37f36u2204 # Google-cloud VM Images - IMAGE_SUFFIX: "c6300530360713216" + IMAGE_SUFFIX: "c20230120t152650z-f37f36u2204" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" # Container FQIN's