mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
Don't allow failure for more CI stages (#3125)
This commit is contained in:
committed by
André Silva
parent
a22bb71029
commit
8e09338e27
@@ -172,13 +172,11 @@ test-linux-stable-int:
|
|||||||
expire_in: 24 hrs
|
expire_in: 24 hrs
|
||||||
paths:
|
paths:
|
||||||
- ${CI_COMMIT_SHORT_SHA}_int_failure.log
|
- ${CI_COMMIT_SHORT_SHA}_int_failure.log
|
||||||
allow_failure: true
|
|
||||||
|
|
||||||
|
|
||||||
check-web-wasm:
|
check-web-wasm:
|
||||||
stage: test
|
stage: test
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
allow_failure: true
|
|
||||||
except:
|
except:
|
||||||
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
- /^v[0-9]+\.[0-9]+.*$/ # i.e. v1.0, v2.1rc1
|
||||||
script:
|
script:
|
||||||
|
|||||||
Reference in New Issue
Block a user