diff options
author | Chris Evich <cevich@redhat.com> | 2022-01-27 16:43:07 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2022-02-17 16:38:42 -0500 |
commit | 632c089cc63acad444fae22c6a74238e75bd9436 (patch) | |
tree | c4e01be9a5ff807a2e115b2e4f1c7105096d4fcd /.cirrus.yml | |
parent | a429dcd2abc6aa0549e558c64ff23e1e45e49bf1 (diff) | |
download | podman-632c089cc63acad444fae22c6a74238e75bd9436.tar.gz podman-632c089cc63acad444fae22c6a74238e75bd9436.tar.bz2 podman-632c089cc63acad444fae22c6a74238e75bd9436.zip |
Cirrus: Use updated VM images
Mainly this is to confirm some changes needed for the podman-py CI setup
don't disrupt operations here. Ref:
https://github.com/containers/automation_images/pull/111
Also includes a minor steup fix WRT setting up for test-rpm build.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7a306175a..b15517c6a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -38,7 +38,7 @@ env: UBUNTU_NAME: "ubuntu-2110" # Google-cloud VM Images - IMAGE_SUFFIX: "c6454758209748992" + IMAGE_SUFFIX: "c5814666029957120" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" |