we do not profit from incremental now (#11302)

This commit is contained in:
Denis Pisarev 2019-12-19 16:57:00 +01:00 committed by GitHub
parent f8f22245ec
commit 860ef19e95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -13,6 +13,7 @@ variables:
CI_SERVER_NAME: "GitLab CI"
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
CARGO_TARGET: x86_64-unknown-linux-gnu
CARGO_INCREMENTAL: 0
REGISTRY: registry.parity.io/parity/infrastructure/scripts
.releaseable_branches: # list of git refs for building GitLab artifacts (think "pre-release binaries")
@ -39,7 +40,7 @@ variables:
- cargo --version
retry:
max: 2
when:
when:
- runner_system_failure
- unknown_failure
- api_failure