aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2023-01-16 10:17:06 -0500
committerJake Hunsaker <jhunsake@redhat.com>2023-01-16 18:32:39 -0500
commitd367f1cb699bfe5b472c509bb3d0149658d66690 (patch)
treef7fc8d26d9810b4daaa774a6cf47c1064be88863 /.cirrus.yml
parent58118340be133ced5374fdd2004f21a05224d128 (diff)
downloadsos-d367f1cb699bfe5b472c509bb3d0149658d66690.tar.gz
[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 <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml22
1 files changed, 11 insertions, 11 deletions
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.