From d367f1cb699bfe5b472c509bb3d0149658d66690 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Mon, 16 Jan 2023 10:17:06 -0500 Subject: [cirrus] Update GCP images Update most of the GCE images we use for CI testing to their latest releases for their respective versions. This commit also replaces F35 testing with F37 beta. F35 is now EOL and as such no future sos releases would be included there. Signed-off-by: Jake Hunsaker --- .cirrus.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 7b4b968a..feb0cf9b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,8 +3,8 @@ # Main environment vars to set for all tasks env: - FEDORA_NAME: "fedora-36" - FEDORA_PRIOR_NAME: "fedora-35" + FEDORA_NAME: "fedora-37-beta" + FEDORA_PRIOR_NAME: "fedora-36" DEBIAN_NAME: "debian-11" @@ -22,15 +22,15 @@ env: UBUNTU_PROJECT: "ubuntu-os-cloud" # Images exist on GCP already - CENTOS_9_IMAGE_NAME: "centos-stream-9-v20220920" - CENTOS_8_IMAGE_NAME: "centos-stream-8-v20220920" - DEBIAN_IMAGE_NAME: "debian-11-bullseye-v20220822" - FEDORA_IMAGE_NAME: "fedora-cloud-base-gcp-36-20220506-n-0-x86-64" - FEDORA_PRIOR_IMAGE_NAME: "fedora-cloud-base-gcp-35-1-2-x86-64" - UBUNTU_IMAGE_NAME: "ubuntu-2204-jammy-v20220924" - UBUNTU_PRIOR_IMAGE_NAME: "ubuntu-2004-focal-v20220927" - UBUNTU_PRIOR2_IMAGE_NAME: "ubuntu-1804-bionic-v20220901" - UBUNTU_SNAP_IMAGE_NAME: "ubuntu-2204-jammy-v20220924" + CENTOS_9_IMAGE_NAME: "centos-stream-9-v20221102" + CENTOS_8_IMAGE_NAME: "centos-stream-8-v20221206" + DEBIAN_IMAGE_NAME: "debian-11-bullseye-v20221206" + FEDORA_IMAGE_NAME: "fedora-cloud-base-gcp-37-beta-1-5-x86-64" + FEDORA_PRIOR_IMAGE_NAME: "fedora-cloud-base-gcp-36-20220506-n-0-x86-64" + UBUNTU_IMAGE_NAME: "ubuntu-2204-jammy-v20230114" + UBUNTU_PRIOR_IMAGE_NAME: "ubuntu-2004-focal-v20230113" + UBUNTU_PRIOR2_IMAGE_NAME: "ubuntu-1804-bionic-v20230112" + UBUNTU_SNAP_IMAGE_NAME: "ubuntu-2204-jammy-v20230114" # Curl-command prefix for downloading task artifacts, simply add the # the url-encoded task name, artifact name, and path as a suffix. -- cgit