mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
Speed up rusty-cachier-notify job (#11841)
* Speed up `rusty-cachier-notify` job * Don't forget to setup `rusty-cachier` first
This commit is contained in:
@@ -223,10 +223,15 @@ deploy-prometheus-alerting-rules:
|
|||||||
|
|
||||||
# This job notifies rusty-cachier about the latest commit with the cache.
|
# This job notifies rusty-cachier about the latest commit with the cache.
|
||||||
# This info is later used for the cache distribution and an overlay creation.
|
# This info is later used for the cache distribution and an overlay creation.
|
||||||
|
# Note that we don't use any .rusty-cachier references as we assume that a pipeline has reached this stage with working rusty-cachier.
|
||||||
rusty-cachier-notify:
|
rusty-cachier-notify:
|
||||||
stage: notify
|
stage: notify
|
||||||
extends: .docker-env
|
extends: .kubernetes-env
|
||||||
|
variables:
|
||||||
|
CI_IMAGE: paritytech/rusty-cachier-env:latest
|
||||||
|
GIT_STRATEGY: none
|
||||||
script:
|
script:
|
||||||
|
- curl -s https://gitlab-ci-token:${CI_JOB_TOKEN}@gitlab.parity.io/parity/infrastructure/ci_cd/rusty-cachier/client/-/raw/release/util/install.sh | bash
|
||||||
- rusty-cachier cache notify
|
- rusty-cachier cache notify
|
||||||
|
|
||||||
#### stage: .post
|
#### stage: .post
|
||||||
|
|||||||
Reference in New Issue
Block a user