diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-06-27 03:31:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-27 03:31:35 +0200 |
commit | fccf4ad50327d6b74b3d3fa54bce449ea93a85cf (patch) | |
tree | 5cf8fdd676243dae9e4618df5a6d644a3156148d /.cirrus.yml | |
parent | 7705f99fe6cabe5028483e623b21177e25cc5d6f (diff) | |
parent | cd78825be7e5006140a49a26146f9123aeafd1d3 (diff) | |
download | podman-fccf4ad50327d6b74b3d3fa54bce449ea93a85cf.tar.gz podman-fccf4ad50327d6b74b3d3fa54bce449ea93a85cf.tar.bz2 podman-fccf4ad50327d6b74b3d3fa54bce449ea93a85cf.zip |
Merge pull request #3193 from cevich/check_image
Cirrus: More tests to verify cache_images
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index a56697855..00cf1ea5c 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -410,7 +410,7 @@ verify_test_built_images_task: # "probably" work. A full round of testing will happen again after $*_CACHE_IMAGE_NAME # are updated in this or another PR (w/o '***CIRRUS: TEST IMAGES***'). environment_script: '$SCRIPT_BASE/setup_environment.sh |& ${TIMESTAMP}' - + check_image_script: '$SCRIPT_BASE/check_image.sh' integration_test_script: '$SCRIPT_BASE/integration_test.sh |& ${TIMESTAMP}' always: |