Merge pull request #3889 from abitrolly/patch-1

Test build snap with Cirrus CI
This commit is contained in:
OpenShift Merge Robot
2019-08-28 15:44:40 +02:00
committed by GitHub

View File

@ -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"