mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 16:21:02 +00:00
interruptible test and build jobs (#4271)
This commit is contained in:
@@ -15,6 +15,7 @@ stages:
|
|||||||
|
|
||||||
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"
|
||||||
CARGO_INCREMENTAL: 0
|
CARGO_INCREMENTAL: 0
|
||||||
@@ -55,6 +56,8 @@ variables:
|
|||||||
- runner_system_failure
|
- runner_system_failure
|
||||||
- unknown_failure
|
- unknown_failure
|
||||||
- api_failure
|
- api_failure
|
||||||
|
dependencies: []
|
||||||
|
interruptible: true
|
||||||
tags:
|
tags:
|
||||||
- linux-docker
|
- linux-docker
|
||||||
|
|
||||||
@@ -79,6 +82,7 @@ check-runtime:
|
|||||||
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
GITHUB_API_PROJECT: "parity%2Finfrastructure%2Fgithub-api"
|
||||||
script:
|
script:
|
||||||
- ./.maintain/gitlab/check_runtime.sh
|
- ./.maintain/gitlab/check_runtime.sh
|
||||||
|
interruptible: true
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
@@ -90,6 +94,7 @@ check-line-width:
|
|||||||
- /^[0-9]+$/
|
- /^[0-9]+$/
|
||||||
script:
|
script:
|
||||||
- ./.maintain/gitlab/check_line_width.sh
|
- ./.maintain/gitlab/check_line_width.sh
|
||||||
|
interruptible: true
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
|
|
||||||
@@ -351,8 +356,6 @@ check_polkadot:
|
|||||||
stage: build
|
stage: build
|
||||||
<<: *docker-env
|
<<: *docker-env
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
dependencies:
|
|
||||||
- test-linux-stable
|
|
||||||
script:
|
script:
|
||||||
- COMMIT_HASH=$(git rev-parse HEAD)
|
- COMMIT_HASH=$(git rev-parse HEAD)
|
||||||
- SUBSTRATE_PATH=$(pwd)
|
- SUBSTRATE_PATH=$(pwd)
|
||||||
|
|||||||
Reference in New Issue
Block a user