Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
shasper
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository 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
parity
shasper
Commits
77189ab7
Unverified
Commit
77189ab7
authored
5 years ago
by
Denis_P
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #193 from paritytech/CI_optimizations
CI optimizations
parents
b810f040
8d5725b5
Branches
Branches containing commit
No related merge requests found
Pipeline
#71158
passed with stages
in 24 minutes and 45 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-1
7 additions, 1 deletion
.gitlab-ci.yml
with
7 additions
and
1 deletion
.gitlab-ci.yml
+
7
−
1
View file @
77189ab7
...
...
@@ -7,6 +7,8 @@ image: parity/rust-builder:latest
variables
:
GIT_STRATEGY
:
fetch
GIT_SUBMODULE_STRATEGY
:
recursive
GIT_DEPTH
:
3
CARGO_INCREMENTAL
:
0
CARGO_HOME
:
"
/ci-cache/${CI_PROJECT_NAME}/cargo/${CI_JOB_NAME}"
SCCACHE_DIR
:
"
/ci-cache/${CI_PROJECT_NAME}/sccache"
CI_SERVER_NAME
:
"
GitLab
CI"
...
...
@@ -15,12 +17,16 @@ variables:
.docker-env
:
&docker-env
image
:
parity/rust-builder:latest
before_script
:
-
cargo -vV
-
rustc -vV
-
rustup show
-
cargo --version
-
sccache -s
dependencies
:
[]
interruptible
:
true
retry
:
max
:
2
when
:
when
:
-
runner_system_failure
-
unknown_failure
-
api_failure
...
...
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