1
1
Fork 0
mirror of https://github.com/containers/udica synced 2024-05-25 01:56:14 +02:00

Cirrus: Update CI VM images to F37

Ref: https://github.com/containers/automation_images/pull/246

Also, fully remove any hit that CI will ever work on the prior-supported
Fedora release.  Doing so requires some special CNI setup in the podman
repository CI scripts.  I attempted to re-use them here (in `build.sh`)
but it was too difficult and likely would be error-prone.

Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
Chris Evich 2023-01-17 16:04:15 -05:00
parent 34c0f13758
commit e4383f9b29
No known key found for this signature in database
GPG Key ID: 03EDC70FD578067F

View File

@ -20,9 +20,8 @@ env:
#PRIOR_FEDORA_NAME: "fedora-35"
# Google-cloud VM Images
IMAGE_SUFFIX: "c5473162832904192"
IMAGE_SUFFIX: "c6310580047314944"
FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
#PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}"
####
#### Command variables to help avoid duplication
@ -52,15 +51,11 @@ gce_instance:
# Each 'task' runs in parallel, '_task' suffix required on name.
test_upstream_podman_task:
name: "Test podman on ${FEDORA_NAME}"
alias: test_upstream_podman
matrix:
- name: "Test podman on ${FEDORA_NAME}"
gce_instance:
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
# - name: "Test podman on ${PRIOR_FEDORA_NAME}"
# gce_instance:
# image_name: "${PRIOR_FEDORA_CACHE_IMAGE_NAME}"
gce_instance:
image_name: "${FEDORA_CACHE_IMAGE_NAME}"
env:
# Which branch, tag, or sha of podman repository to test against
@ -87,8 +82,6 @@ meta_task:
env:
# Space-separated list of ALL images used by automation in this repository
# TODO: F35 removed from CI testing due to golang 1.18 requirements
# restore after F37 released + re-add below: ${PRIOR_FEDORA_CACHE_IMAGE_NAME}
IMGNAMES: |-
${FEDORA_CACHE_IMAGE_NAME}
BUILDID: "${CIRRUS_BUILD_ID}"