diff options
author | Chris Evich <cevich@redhat.com> | 2018-12-21 11:17:43 -0500 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2018-12-21 16:08:21 -0500 |
commit | 727f8faff61d658e3d74009b2c5a022270d53ce9 (patch) | |
tree | 3f6de5ad1df62449b1a511f14697a61f7ef4a182 /.cirrus.yml | |
parent | fe186c6ebba95db89463f38c6aa0f0dcc104a249 (diff) | |
download | podman-727f8faff61d658e3d74009b2c5a022270d53ce9.tar.gz podman-727f8faff61d658e3d74009b2c5a022270d53ce9.tar.bz2 podman-727f8faff61d658e3d74009b2c5a022270d53ce9.zip |
cirrus: Use updated images including new crui
Also add two minor tweaks which were preventing images from building
properly.
Signed-off-by: Chris Evich <cevich@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 7afd8f0b3..d1029d554 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -113,7 +113,7 @@ build_each_commit_task: memory: "4Gb" disk: 40 matrix: - image_name: "fedora-29-libpod-0c954a67" + image_name: "fedora-29-libpod-9afa57a9" timeout_in: 20m @@ -139,9 +139,9 @@ testing_task: # 'matrix' combinations. matrix: # Images are generated separately, from build_images_task (below) - image_name: "ubuntu-18-libpod-86d821ea" - image_name: "fedora-28-libpod-86d821ea" - image_name: "fedora-29-libpod-86d821ea" + image_name: fedora-29-libpod-9afa57a9 + image_name: fedora-28-libpod-9afa57a9 + image_name: ubuntu-18-libpod-9afa57a9 # TODO: tests fail # image_name: "rhel-7-something-something" @@ -176,9 +176,9 @@ optional_testing_task: gce_instance: image_project: "libpod-218412" matrix: - image_name: "ubuntu-18-libpod-86d821ea" - image_name: "fedora-28-libpod-86d821ea" - image_name: "fedora-29-libpod-86d821ea" + image_name: fedora-29-libpod-9afa57a9 + image_name: fedora-28-libpod-9afa57a9 + image_name: ubuntu-18-libpod-9afa57a9 # TODO: Make these work (also build_images_task below) #image_name: "rhel-server-ec2-7-5-165-1-libpod-fce09afe" #image_name: "centos-7-v20180911-libpod-fce09afe" |