|
21 | 21 | SCRIPT_BASE: "./contrib/cirrus"
|
22 | 22 |
|
23 | 23 | # Google-cloud VM Images
|
24 |
| - IMAGE_SUFFIX: "c20250721t181111z-f42f41d13" |
| 24 | + # If you are updating IMAGE_SUFFIX: We are currently using rawhide for |
| 25 | + # the containers_image_sequoia tests because the rust-podman-sequoia |
| 26 | + # package is not available in earlier releases; once we update to a future |
| 27 | + # Fedora release (or if the package is backported), switch back from Rawhide |
| 28 | + # to the latest Fedora release. |
| 29 | + IMAGE_SUFFIX: "c20250812t173301z-f42f41d13" |
25 | 30 | FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}"
|
| 31 | + RAWHIDE_CACHE_IMAGE_NAME: "rawhide-${IMAGE_SUFFIX}" |
26 | 32 |
|
27 | 33 | # Container FQIN's
|
28 | 34 | FEDORA_CONTAINER_FQIN: "quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"
|
@@ -190,14 +196,21 @@ test_skopeo_task:
|
190 | 196 | # Required to be 200gig, do not modify - has i/o performance impact
|
191 | 197 | # according to gcloud CLI tool warning messages.
|
192 | 198 | disk: 200
|
193 |
| - image_name: ${FEDORA_CACHE_IMAGE_NAME} |
| 199 | + image_name: ${VM_IMAGE_NAME} |
194 | 200 | matrix:
|
195 | 201 | - name: "Skopeo Test" # N/B: Name ref. by hack/get_fqin.sh
|
196 | 202 | env:
|
197 | 203 | BUILDTAGS: ''
|
| 204 | + VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} |
198 | 205 | - name: "Skopeo Test w/ opengpg"
|
199 | 206 | env:
|
200 | 207 | BUILDTAGS: *withopengpg
|
| 208 | + VM_IMAGE_NAME: ${FEDORA_CACHE_IMAGE_NAME} |
| 209 | + - name: "Skopeo test w/ Sequoia (currently Rawhide)" |
| 210 | + env: |
| 211 | + BUILDTAGS: 'containers_image_sequoia' |
| 212 | + # If you are removing the use of rawhide, also remove the VM_IMAGE_NAME condition from runner.sh . |
| 213 | + VM_IMAGE_NAME: ${RAWHIDE_CACHE_IMAGE_NAME} |
201 | 214 | setup_script: >-
|
202 | 215 | "${GOSRC}/${SCRIPT_BASE}/runner.sh" setup
|
203 | 216 | vendor_script: >-
|
@@ -226,6 +239,7 @@ meta_task:
|
226 | 239 | # Space-separated list of images used by this repository state
|
227 | 240 | IMGNAMES: |
|
228 | 241 | ${FEDORA_CACHE_IMAGE_NAME}
|
| 242 | + ${RAWHIDE_CACHE_IMAGE_NAME} |
229 | 243 | build-push-${IMAGE_SUFFIX}
|
230 | 244 | BUILDID: "${CIRRUS_BUILD_ID}"
|
231 | 245 | REPOREF: "${CIRRUS_REPO_NAME}"
|
|
0 commit comments