Changed smoke test to allow failure

This commit is contained in:
Fletcher Haynes 2022-01-06 10:36:20 -08:00
parent 5dfca76fbb
commit 1e2aa7c807

View file

@ -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
- ./qa/scripts/teardownSamsungGauntlet.sh