summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorChris Evich <cevich@redhat.com>2019-01-22 13:32:01 -0500
committerChris Evich <cevich@redhat.com>2019-01-22 13:32:01 -0500
commitd0d02ab66bd247e4f8102fdfb86316b8a4ac1dfa (patch)
tree21c42f338dd926be003ce14bd4fb2d8ac23f8814 /.cirrus.yml
parent7838a13b61ee893a6dad5cf4cc4e36c5ab74b855 (diff)
downloadpodman-d0d02ab66bd247e4f8102fdfb86316b8a4ac1dfa.tar.gz
podman-d0d02ab66bd247e4f8102fdfb86316b8a4ac1dfa.tar.bz2
podman-d0d02ab66bd247e4f8102fdfb86316b8a4ac1dfa.zip
Cirrus: Use freshly built images
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 3192d15ae..d3a9eea40 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -27,12 +27,12 @@ env:
####
#### Cache-image names to test with
###
- FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-9afa57a9"
- PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-9afa57a9"
- UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-9afa57a9"
- RHEL_CACHE_IMAGE_NAME: "rhel-8-notready"
- PRIOR_RHEL_CACHE_IMAGE_NAME: "rhel-7-notready"
- CENTOS_CACHE_IMAGE_NAME: "centos-7-notready"
+ FEDORA_CACHE_IMAGE_NAME: "fedora-29-libpod-7f4cd1f7"
+ PRIOR_FEDORA_CACHE_IMAGE_NAME: "fedora-28-libpod-7f4cd1f7"
+ UBUNTU_CACHE_IMAGE_NAME: "ubuntu-18-libpod-7f4cd1f7"
+ # RHEL_CACHE_IMAGE_NAME: "rhel-8-notready"
+ # PRIOR_RHEL_CACHE_IMAGE_NAME: "rhel-7-libpod-7f4cd1f7"
+ # CENTOS_CACHE_IMAGE_NAME: "centos-7-notready"
####
#### Variables for composing new cache-images (used in PR testing) from