summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2019-01-29 23:46:03 +0100
committerGitHub <noreply@github.com>2019-01-29 23:46:03 +0100
commitad5579e1d9905996612dd135467ee2ee5f62b7d3 (patch)
tree0fc7510fce4ed4ca7f2cb99af101218625e1454e
parent2c2151015d0f0a4ac9be1346cc493896f49c2ea9 (diff)
parentd0d02ab66bd247e4f8102fdfb86316b8a4ac1dfa (diff)
downloadpodman-ad5579e1d9905996612dd135467ee2ee5f62b7d3.tar.gz
podman-ad5579e1d9905996612dd135467ee2ee5f62b7d3.tar.bz2
podman-ad5579e1d9905996612dd135467ee2ee5f62b7d3.zip
Merge pull request #2206 from cevich/image_oops
Cirrus: Use freshly built images
-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