From 1e2aa7c807ce58926b246df3061390f00060d1db Mon Sep 17 00:00:00 2001 From: Fletcher Haynes Date: Thu, 6 Jan 2022 10:36:20 -0800 Subject: [PATCH] Changed smoke test to allow failure --- .gitlab/.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/.gitlab-ci.yml b/.gitlab/.gitlab-ci.yml index c32893e8c..672c82a61 100644 --- a/.gitlab/.gitlab-ci.yml +++ b/.gitlab/.gitlab-ci.yml @@ -262,6 +262,7 @@ smoke test: - ./qa/scripts/teardownSmokeTest.sh needs: - job: build for linux arm64 + allow_failure: true artifacts: when: always paths: @@ -314,4 +315,4 @@ gauntlet: - ./qa/scripts/setupSamsungGauntlet.sh - ./qa/scripts/testSamsungGauntlet.sh after_script: - - ./qa/scripts/teardownSamsungGauntlet.sh \ No newline at end of file + - ./qa/scripts/teardownSamsungGauntlet.sh