aboutsummaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorJake Hunsaker <jhunsake@redhat.com>2022-07-06 09:34:09 -0400
committerJake Hunsaker <jhunsake@redhat.com>2022-07-19 09:30:35 -0400
commit8a546b9ce2a06e8154bf924269c3bb98eda02fea (patch)
tree5750d521428b2520eb67fc8b7134df72c104c37f /.cirrus.yml
parentbad40ed7b7b00bf229cf96e47445fc1139db526c (diff)
downloadsos-8a546b9ce2a06e8154bf924269c3bb98eda02fea.tar.gz
[cirrus] Update GCE testing images
Updates the images for Fedora to use the stock images on GCE, the CentOS Stream images to their latest release, and the Ubuntu images to test on the latest 22.04 LTS release. Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml21
1 files changed, 12 insertions, 9 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8517fc47..8c48aed7 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -8,27 +8,30 @@ env:
FEDORA_NAME: "fedora-${FEDORA_VER}"
FEDORA_PRIOR_NAME: "fedora-${FEDORA_PRIOR_VER}"
- UBUNTU_NAME: "ubuntu-20.04"
- UBUNTU_PRIOR_NAME: "ubuntu-18.04"
+ UBUNTU_NAME: "ubuntu-22.04"
+ UBUNTU_PRIOR_NAME: "ubuntu-20.04"
CENTOS_9_NAME: "centos-stream-9"
CENTOS_8_NAME: "centos-stream-8"
CENTOS_PROJECT: "centos-cloud"
+ FEDORA_PROJECT: "fedora-cloud"
SOS_PROJECT: "sos-devel-jobs"
UBUNTU_PROJECT: "ubuntu-os-cloud"
# These are generated images pushed to GCP from Red Hat
- FEDORA_IMAGE_NAME: "f${FEDORA_VER}-server-sos-testing"
+ # FEDORA_PRIOR to be switched to "stock" images from the Fedora Project
+ # once the F36 image is pushed.
FEDORA_PRIOR_IMAGE_NAME: "f${FEDORA_PRIOR_VER}-server-sos-testing"
FOREMAN_CENTOS_IMAGE_NAME: "foreman-25-centos-8-sos-testing"
FOREMAN_DEBIAN_IMAGE_NAME: "foreman-25-debian-10-sos-testing"
# Images exist on GCP already
- CENTOS_9_IMAGE_NAME: "centos-stream-9-v20220317"
- CENTOS_8_IMAGE_NAME: "centos-stream-8-v20220317"
- UBUNTU_IMAGE_NAME: "ubuntu-2004-focal-v20201111"
- UBUNTU_PRIOR_IMAGE_NAME: "ubuntu-1804-bionic-v20201111"
+ CENTOS_9_IMAGE_NAME: "centos-stream-9-v20220621"
+ CENTOS_8_IMAGE_NAME: "centos-stream-8-v20220621"
+ FEDORA_IMAGE_NAME: "fedora-cloud-base-gcp-${FEDORA_VER}-1-2-x86-64"
+ UBUNTU_IMAGE_NAME: "ubuntu-2204-jammy-v20220622"
+ UBUNTU_PRIOR_IMAGE_NAME: "ubuntu-2004-focal-v20220701"
# Default task timeout
timeout_in: 30m
@@ -96,7 +99,7 @@ report_stageone_task:
BUILD_NAME: ${CENTOS_8_NAME}
VM_IMAGE_NAME: ${CENTOS_8_IMAGE_NAME}
- env:
- PROJECT: ${SOS_PROJECT}
+ PROJECT: ${FEDORA_PROJECT}
BUILD_NAME: ${FEDORA_NAME}
VM_IMAGE_NAME: ${FEDORA_IMAGE_NAME}
- env:
@@ -148,7 +151,7 @@ report_stagetwo_task:
BUILD_NAME: ${CENTOS_8_NAME}
VM_IMAGE_NAME: ${CENTOS_8_IMAGE_NAME}
- env:
- PROJECT: ${SOS_PROJECT}
+ PROJECT: ${FEDORA_PROJECT}
BUILD_NAME: ${FEDORA_NAME}
VM_IMAGE_NAME: ${FEDORA_IMAGE_NAME}
- env: