From 6e3ee630915e16b22449c843d879c470c0b1618e Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Wed, 28 Aug 2019 09:38:28 +0300 Subject: Add snap build test to success and release check Signed-off-by: Anatoli Babenia --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index fba77b281..9f718477f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -531,8 +531,6 @@ test_building_snap_task: depends_on: - "gating" - allow_failures: true - container: image: yakshaveinc/snapcraft:core18 snapcraft_script: @@ -648,6 +646,7 @@ success_task: - "special_testing_cross" - "special_testing_endpoint" - "test_build_cache_images" + - "test_building_snap" - "verify_test_built_images" env: @@ -689,6 +688,7 @@ release_task: - "special_testing_cross" - "special_testing_endpoint" - "test_build_cache_images" + - "test_building_snap" - "verify_test_built_images" - "success" -- cgit v1.2.3-54-g00ecf