diff options
author | Chris Evich <cevich@redhat.com> | 2021-03-18 09:36:20 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2021-04-05 15:38:04 -0400 |
commit | 804da7ca07521deb81f5b4bcfe309580ae54b163 (patch) | |
tree | 9e971972e8a0c24d5720c3bbebb90739664c197e /.cirrus.yml | |
parent | 3fae801a3714ac058c5d19edf7f2288c18e84195 (diff) | |
download | podman-804da7ca07521deb81f5b4bcfe309580ae54b163.tar.gz podman-804da7ca07521deb81f5b4bcfe309580ae54b163.tar.bz2 podman-804da7ca07521deb81f5b4bcfe309580ae54b163.zip |
Cirrus: Make use of shared get_ci_vm container
Depends on:
https://github.com/containers/automation_images/pull/57
https://github.com/containers/automation/pull/64
https://github.com/containers/automation/pull/66
https://github.com/containers/automation/pull/67
https://github.com/containers/automation/pull/68
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 074f2f4e0..b77464bae 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,7 +30,7 @@ env: PRIOR_UBUNTU_NAME: "ubuntu-2004" # Google-cloud VM Images - IMAGE_SUFFIX: "c5961289315909632" + IMAGE_SUFFIX: "c5501386583441408" FEDORA_CACHE_IMAGE_NAME: "fedora-${IMAGE_SUFFIX}" PRIOR_FEDORA_CACHE_IMAGE_NAME: "prior-fedora-${IMAGE_SUFFIX}" UBUNTU_CACHE_IMAGE_NAME: "ubuntu-${IMAGE_SUFFIX}" |