summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorBrent Baude <bbaude@redhat.com>2020-05-27 14:24:53 -0500
committerValentin Rothberg <rothberg@redhat.com>2020-06-08 12:21:16 +0200
commitefd1422143c738ae268e4e86da05adb597c84083 (patch)
tree025e4023bbdec1ec12471f17d2a48a62e894708e /.cirrus.yml
parent2869cce1d53aedfe2500f3d921fb901dd5994690 (diff)
downloadpodman-efd1422143c738ae268e4e86da05adb597c84083.tar.gz
podman-efd1422143c738ae268e4e86da05adb597c84083.tar.bz2
podman-efd1422143c738ae268e4e86da05adb597c84083.zip
Enable Ubuntu tests in CI
Add updates required for ubuntu and run integration tests Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 58c7cd871..5b9dbdab8 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -422,13 +422,12 @@ testing_task:
- name: "test ${PRIOR_FEDORA_NAME}"
gce_instance:
image_name: "${PRIOR_FEDORA_CACHE_IMAGE_NAME}"
- # TODO:
- # - name: "test ${UBUNTU_NAME}"
- # gce_instance:
- # image_name: "${UBUNTU_CACHE_IMAGE_NAME}"
- # - name: "test ${PRIOR_UBUNTU_NAME}"
- # gce_instance:
- # image_name: "${PRIOR_UBUNTU_CACHE_IMAGE_NAME}"
+ - name: "test ${UBUNTU_NAME}"
+ gce_instance:
+ image_name: "${UBUNTU_CACHE_IMAGE_NAME}"
+ - name: "test ${PRIOR_UBUNTU_NAME}"
+ gce_instance:
+ image_name: "${PRIOR_UBUNTU_CACHE_IMAGE_NAME}"
timeout_in: 120m