mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-06 02:08:02 +00:00
Automatically format ci pipeline specs with prettier (#6783)
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
# This file is part of .gitlab-ci.yml
|
||||
# Here are all jobs that are executed during "weights" stage
|
||||
|
||||
update_polkadot_weights: &update-weights
|
||||
update_polkadot_weights: &update-weights
|
||||
# The update-weights pipeline defaults to `interruptible: false` so that we'll be able to
|
||||
# reach and run the benchmarking jobs despite the "Auto-cancel redundant pipelines" CI setting.
|
||||
# The setting is relevant because future pipelines (e.g. created for new commits or other schedules)
|
||||
# might otherwise cancel the benchmark jobs early.
|
||||
interruptible: false
|
||||
stage: weights
|
||||
timeout: 1d
|
||||
when: manual
|
||||
image: $CI_IMAGE
|
||||
interruptible: false
|
||||
stage: weights
|
||||
timeout: 1d
|
||||
when: manual
|
||||
image: $CI_IMAGE
|
||||
variables:
|
||||
RUNTIME: polkadot
|
||||
RUNTIME: polkadot
|
||||
artifacts:
|
||||
paths:
|
||||
- ${RUNTIME}_weights_${CI_COMMIT_SHORT_SHA}.patch
|
||||
@@ -24,16 +24,16 @@ update_polkadot_weights: &update-weights
|
||||
- weights
|
||||
|
||||
update_kusama_weights:
|
||||
<<: *update-weights
|
||||
<<: *update-weights
|
||||
variables:
|
||||
RUNTIME: kusama
|
||||
RUNTIME: kusama
|
||||
|
||||
update_westend_weights:
|
||||
<<: *update-weights
|
||||
<<: *update-weights
|
||||
variables:
|
||||
RUNTIME: westend
|
||||
RUNTIME: westend
|
||||
|
||||
update_rococo_weights:
|
||||
<<: *update-weights
|
||||
<<: *update-weights
|
||||
variables:
|
||||
RUNTIME: rococo
|
||||
RUNTIME: rococo
|
||||
|
||||
Reference in New Issue
Block a user