Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
substrate
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radu Popa
substrate
Commits
ee3a1f14
Unverified
Commit
ee3a1f14
authored
5 years ago
by
Denis_P
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
interruptible test and build jobs (#4271)
parent
8091a0e5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-2
5 additions, 2 deletions
.gitlab-ci.yml
with
5 additions
and
2 deletions
.gitlab-ci.yml
+
5
−
2
View file @
ee3a1f14
...
...
@@ -15,6 +15,7 @@ stages:
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"
CARGO_INCREMENTAL
:
0
...
...
@@ -55,6 +56,8 @@ variables:
-
runner_system_failure
-
unknown_failure
-
api_failure
dependencies
:
[]
interruptible
:
true
tags
:
-
linux-docker
...
...
@@ -79,6 +82,7 @@ check-runtime:
GITHUB_API_PROJECT
:
"
parity%2Finfrastructure%2Fgithub-api"
script
:
-
./.maintain/gitlab/check_runtime.sh
interruptible
:
true
allow_failure
:
true
...
...
@@ -90,6 +94,7 @@ check-line-width:
-
/^[0-9]+$/
script
:
-
./.maintain/gitlab/check_line_width.sh
interruptible
:
true
allow_failure
:
true
...
...
@@ -351,8 +356,6 @@ check_polkadot:
stage
:
build
<<
:
*docker-env
allow_failure
:
true
dependencies
:
-
test-linux-stable
script
:
-
COMMIT_HASH=$(git rev-parse HEAD)
-
SUBSTRATE_PATH=$(pwd)
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment