diff options
author | Chris Evich <cevich@redhat.com> | 2019-05-23 10:29:50 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-06-25 15:45:12 -0400 |
commit | cd78825be7e5006140a49a26146f9123aeafd1d3 (patch) | |
tree | b2391e5bd28656403e7165e32bc5afaff0636135 /.cirrus.yml | |
parent | 21978c99088c04bcc847eb12f829876708c0b9e2 (diff) | |
download | podman-cd78825be7e5006140a49a26146f9123aeafd1d3.tar.gz podman-cd78825be7e5006140a49a26146f9123aeafd1d3.tar.bz2 podman-cd78825be7e5006140a49a26146f9123aeafd1d3.zip |
Cirrus: More tests to verify cache_images
Signed-off-by: Chris Evich <cevich@redhat.com>
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: |