Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
retry on gitlab system failures
  • Loading branch information
TriplEight committed Oct 30, 2019
commit b1b0eaa1080a66f2d3bf3e36ad9d6e2dfcbac29f
8 changes: 7 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ variables:
- schedules
- web
- /^[0-9]+$/ # PRs
retry:
max: 2
when:
- runner_system_failure
- unknown_failure
- api_failure
tags:
- linux-docker

Expand All @@ -58,7 +64,7 @@ test-linux-stable:
# but still want to have debug assertions.
RUSTFLAGS: -Cdebug-assertions=y
script:
- time cargo test --all --release --locked |
- time cargo test --all --release --frozen |
tee output.log
- sccache -s
after_script:
Expand Down