Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
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
parity
Mirrored projects
polkadot-sdk
Commits
adf0773f
Commit
adf0773f
authored
2 years ago
by
Vladimir Istyufeev
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI after `rusty-cachier` introduction (#11556)
* Fix CI after `rusty-cachier` introduction * Replace anchor with `extends`
parent
f0401c56
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/.gitlab-ci.yml
+12
-11
12 additions, 11 deletions
substrate/.gitlab-ci.yml
with
12 additions
and
11 deletions
substrate/.gitlab-ci.yml
+
12
−
11
View file @
adf0773f
...
...
@@ -89,6 +89,16 @@ default:
-
rustup +nightly show
-
cargo +nightly --version
.docker-env
:
image
:
"
${CI_IMAGE}"
before_script
:
-
!reference
[
.rust-info-script
,
script
]
-
!reference
[
.rusty-cachier
,
before_script
]
after_script
:
-
!reference
[
.rusty-cachier
,
after_script
]
tags
:
-
linux-docker
# rusty-cachier's hidden job. Parts of this job are used to instrument the pipeline's other real jobs with rusty-cachier
# Description of the commands is available here - https://gitlab.parity.io/parity/infrastructure/ci_cd/rusty-cachier/client#description
.rusty-cachier
:
...
...
@@ -100,16 +110,6 @@ default:
after_script
:
-
rusty-cachier snapshot destroy
.docker-env
:
image
:
"
${CI_IMAGE}"
before_script
:
-
!reference
[
.rust-info-script
,
script
]
-
!reference
[
.rusty-cachier
,
before_script
]
after_script
:
-
!reference
[
.rusty-cachier
,
after_script
]
tags
:
-
linux-docker
.test-refs
:
rules
:
-
if
:
$CI_PIPELINE_SOURCE == "web"
...
...
@@ -225,7 +225,8 @@ deploy-prometheus-alerting-rules:
# This info is later used for the cache distribution and an overlay creation.
rusty-cachier-notify
:
stage
:
notify
<<
:
*docker-env
extends
:
-
.docker-env
script
:
-
rusty-cachier cache notify
...
...
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