30
30
SKOPEO_PR : 2645
31
31
32
32
# Google-cloud VM Images
33
- IMAGE_SUFFIX : " c20250721t181111z-f42f41d13"
33
+ # If you are updating IMAGE_SUFFIX: We are currently using rawhide for
34
+ # the containers_image_sequoia tests because the rust-podman-sequoia
35
+ # package is not available in earlier releases; once we update to a future
36
+ # Fedora release (or if the package is backported), switch back from Rawhide
37
+ # to the latest Fedora release.
38
+ IMAGE_SUFFIX : " c20250730t185529z-f42f41d13"
34
39
FEDORA_CACHE_IMAGE_NAME : " fedora-${IMAGE_SUFFIX}"
40
+ RAWHIDE_CACHE_IMAGE_NAME : " rawhide-${IMAGE_SUFFIX}"
35
41
36
42
# Container FQIN's (include bleeding-edge development-level container deps.)
37
43
FEDORA_CONTAINER_FQIN : " quay.io/libpod/fedora_podman:${IMAGE_SUFFIX}"
@@ -55,9 +61,12 @@ validate_task:
55
61
# Required to be 200gig, do not modify - has i/o performance impact
56
62
# according to gcloud CLI tool warning messages.
57
63
disk : 200
58
- image_name : ${FEDORA_CACHE_IMAGE_NAME}
64
+ # Eventually, hard-code FEDORA_CACHE_IMAGE_NAME here again and remove the
65
+ # VM_IMAGE_NAME parameter.
66
+ image_name : ${VM_IMAGE_NAME}
59
67
env :
60
68
HOME : " /root" # default unset, needed by golangci-lint.
69
+ VM_IMAGE_NAME : ${FEDORA_CACHE_IMAGE_NAME}
61
70
script : |
62
71
git remote update
63
72
make tools
@@ -68,6 +77,8 @@ validate_task:
68
77
cross_task :
69
78
only_if : $CIRRUS_PR != $CIRRUS_PR
70
79
gce_instance : *fedora_vm
80
+ env :
81
+ VM_IMAGE_NAME : ${FEDORA_CACHE_IMAGE_NAME}
71
82
script : make cross
72
83
73
84
@@ -78,9 +89,10 @@ test_task:
78
89
only_if : ¬_docs $CIRRUS_CHANGE_TITLE !=~ '.*CI:DOCS.*'
79
90
gce_instance : *fedora_vm
80
91
matrix :
81
- - name : " Test w/ Sequoia"
92
+ - name : " Test w/ Sequoia (currently Rawhide) "
82
93
env :
83
94
BUILDTAGS : &withsequoia 'containers_image_sequoia'
95
+ VM_IMAGE_NAME : ${RAWHIDE_CACHE_IMAGE_NAME}
84
96
script : ${GOSRC}/${SCRIPT_BASE}/runner.sh image_tests
85
97
86
98
@@ -96,9 +108,10 @@ test_skopeo_task:
96
108
- validate
97
109
gce_instance : *fedora_vm
98
110
matrix :
99
- - name : " Skopeo Test w/ Sequoia"
111
+ - name : " Skopeo Test w/ Sequoia (currently Rawhide) "
100
112
env :
101
113
BUILDTAGS : *withsequoia
114
+ VM_IMAGE_NAME : ${RAWHIDE_CACHE_IMAGE_NAME}
102
115
setup_script : >-
103
116
"${GOSRC}/${SCRIPT_BASE}/runner.sh" setup
104
117
vendor_script : >-
@@ -127,6 +140,7 @@ meta_task:
127
140
# Space-separated list of images used by this repository state
128
141
IMGNAMES : |
129
142
${FEDORA_CACHE_IMAGE_NAME}
143
+ ${RAWHIDE_CACHE_IMAGE_NAME}
130
144
BUILDID : " ${CIRRUS_BUILD_ID}"
131
145
REPOREF : " ${CIRRUS_REPO_NAME}"
132
146
GCPJSON : ENCRYPTED[04306103eee1933f87deb8a5af6514a7e3164aa589d6079abc0451eb2360879430ed020d6e025ca64ef667138ce9d786]
0 commit comments