From 727f8faff61d658e3d74009b2c5a022270d53ce9 Mon Sep 17 00:00:00 2001 From: Chris Evich Date: Fri, 21 Dec 2018 11:17:43 -0500 Subject: cirrus: Use updated images including new crui Also add two minor tweaks which were preventing images from building properly. Signed-off-by: Chris Evich --- .cirrus.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to '.cirrus.yml') 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" -- cgit v1.2.3-54-g00ecf