mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
retry on gitlab system failures
This commit is contained in:
@@ -36,6 +36,12 @@ variables:
|
|||||||
- schedules
|
- schedules
|
||||||
- web
|
- web
|
||||||
- /^[0-9]+$/ # PRs
|
- /^[0-9]+$/ # PRs
|
||||||
|
retry:
|
||||||
|
max: 2
|
||||||
|
when:
|
||||||
|
- runner_system_failure
|
||||||
|
- unknown_failure
|
||||||
|
- api_failure
|
||||||
tags:
|
tags:
|
||||||
- linux-docker
|
- linux-docker
|
||||||
|
|
||||||
@@ -58,7 +64,7 @@ test-linux-stable:
|
|||||||
# but still want to have debug assertions.
|
# but still want to have debug assertions.
|
||||||
RUSTFLAGS: -Cdebug-assertions=y
|
RUSTFLAGS: -Cdebug-assertions=y
|
||||||
script:
|
script:
|
||||||
- time cargo test --all --release --locked |
|
- time cargo test --all --release --frozen |
|
||||||
tee output.log
|
tee output.log
|
||||||
- sccache -s
|
- sccache -s
|
||||||
after_script:
|
after_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user