Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
67f37e7a
Commit
67f37e7a
authored
Dec 02, 2019
by
Denis_P
🏑
Committed by
Gavin Wood
Dec 02, 2019
Browse files
interruptible test and build jobs (#642)
parent
abb51115
Pipeline
#70751
passed with stages
in 28 minutes and 24 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
67f37e7a
...
...
@@ -16,6 +16,7 @@ image: parity/rust-builder:latest
variables
:
GIT_STRATEGY
:
fetch
GIT_DEPTH
:
3
CARGO_HOME
:
"
/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR
:
"
/ci-cache/${CI_PROJECT_NAME}/sccache"
CI_SERVER_NAME
:
"
GitLab
CI"
...
...
@@ -44,6 +45,8 @@ variables:
-
runner_system_failure
-
unknown_failure
-
api_failure
interruptible
:
true
dependencies
:
[]
tags
:
-
linux-docker
...
...
@@ -93,6 +96,7 @@ check-runtime:
GITHUB_API_PROJECT
:
"
parity%2Finfrastructure%2Fgithub-api"
script
:
-
./scripts/gitlab/check_runtime.sh
interruptible
:
true
allow_failure
:
true
...
...
@@ -104,6 +108,7 @@ check-line-width:
-
/^[0-9]+$/
script
:
-
./scripts/gitlab/check_line_width.sh
interruptible
:
true
allow_failure
:
true
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment