Skip to content
Snippets Groups Projects
Commit 8e09338e authored by Pierre Krieger's avatar Pierre Krieger Committed by André Silva
Browse files

Don't allow failure for more CI stages (#3125)

parent a22bb710
Branches
No related merge requests found
......@@ -172,13 +172,11 @@ test-linux-stable-int:
expire_in: 24 hrs
paths:
- ${CI_COMMIT_SHORT_SHA}_int_failure.log
allow_failure: true
check-web-wasm:
stage: test
<<: *docker-env
allow_failure: true
except:
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
script:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment