mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
interruptible test and build jobs (#642)
This commit is contained in:
committed by
Gavin Wood
parent
7832ad93cd
commit
675ca2e258
@@ -16,6 +16,7 @@ image: parity/rust-builder:latest
|
|||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_STRATEGY: fetch
|
GIT_STRATEGY: fetch
|
||||||
|
GIT_DEPTH: 3
|
||||||
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
|
CARGO_HOME: "/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
|
||||||
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
|
SCCACHE_DIR: "/ci-cache/${CI_PROJECT_NAME}/sccache"
|
||||||
CI_SERVER_NAME: "GitLab CI"
|
CI_SERVER_NAME: "GitLab CI"
|
||||||
@@ -44,6 +45,8 @@ variables:
|
|||||||
- runner_system_failure
|
- runner_system_failure
|
||||||
- unknown_failure
|
- unknown_failure
|
||||||
- api_failure
|
- api_failure
|
||||||
|
interruptible: true
|
||||||
|
dependencies: []
|
||||||
tags:
|
tags:
|
||||||
- linux-docker
|
- linux-docker
|
||||||
|
|
||||||
@@ -93,6 +96,7 @@ check-runtime:
|
|||||||
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/check_runtime.sh
|
- ./scripts/gitlab/check_runtime.sh
|
||||||
|
interruptible: true
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
@@ -104,6 +108,7 @@ check-line-width:
|
|||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
script:
|
script:
|
||||||
- ./scripts/gitlab/check_line_width.sh
|
- ./scripts/gitlab/check_line_width.sh
|
||||||
|
interruptible: true
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user