diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-28 15:44:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 15:44:40 +0200 |
commit | e5c5a33c877d006857389769b3b6fa8f3d7a36d4 (patch) | |
tree | bfac1ba0a35ae47bdcd07a7825d32109cc81e432 /.cirrus.yml | |
parent | a1a13425872ecf3ee69633e10c2f03d2595e70be (diff) | |
parent | 6e3ee630915e16b22449c843d879c470c0b1618e (diff) | |
download | podman-e5c5a33c877d006857389769b3b6fa8f3d7a36d4.tar.gz podman-e5c5a33c877d006857389769b3b6fa8f3d7a36d4.tar.bz2 podman-e5c5a33c877d006857389769b3b6fa8f3d7a36d4.zip |
Merge pull request #3889 from abitrolly/patch-1
Test build snap with Cirrus CI
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f034a5b37..9f718477f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -525,6 +525,19 @@ special_testing_endpoint_task: always: <<: *standardlogs + +test_building_snap_task: + + depends_on: + - "gating" + + container: + image: yakshaveinc/snapcraft:core18 + snapcraft_script: + - 'apt-get -y update' + - 'cd contrib/snapcraft && snapcraft' + + # Test building of new cache-images for future PR testing, in this PR. test_build_cache_images_task: @@ -633,6 +646,7 @@ success_task: - "special_testing_cross" - "special_testing_endpoint" - "test_build_cache_images" + - "test_building_snap" - "verify_test_built_images" env: @@ -674,6 +688,7 @@ release_task: - "special_testing_cross" - "special_testing_endpoint" - "test_build_cache_images" + - "test_building_snap" - "verify_test_built_images" - "success" |