Skip to content

Commit

Permalink
Merge pull request containers#2206 from cevich/image_oops
Browse files Browse the repository at this point in the history
Cirrus: Use freshly built images
  • Loading branch information
openshift-merge-robot authored Jan 29, 2019
2 parents 2c21510 + d0d02ab commit ad5579e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ad5579e

Please sign in to comment.