diff options
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index f034a5b37..acf5ab499 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -525,6 +525,19 @@ special_testing_endpoint_task: always: <<: *standardlogs + +test_building_snap_task: + + depends_on: + - "gating" + + allow_failures: true + + container: + image: snapcore/snapcraft:stable + snapcraft_script: 'cd contrib/snapcraft && snapcraft' + + # Test building of new cache-images for future PR testing, in this PR. test_build_cache_images_task: |