mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
New runners for weights and new weights (#6508)
* [DO NOT MERGE] test new vm runner for weights 2 * add image * fix merge conflict * apply weights * new weights Co-authored-by: parity-processbot <>
This commit is contained in:
committed by
GitHub
parent
cc080d0e78
commit
0119a6dae1
@@ -10,6 +10,7 @@ update_polkadot_weights: &update-weights
|
||||
stage: weights
|
||||
timeout: 1d
|
||||
when: manual
|
||||
image: $CI_IMAGE
|
||||
variables:
|
||||
RUNTIME: polkadot
|
||||
artifacts:
|
||||
@@ -20,7 +21,7 @@ update_polkadot_weights: &update-weights
|
||||
- git diff -P > ${RUNTIME}_weights_${CI_COMMIT_SHORT_SHA}.patch
|
||||
# uses the "shell" executors
|
||||
tags:
|
||||
- weights
|
||||
- weights-vm
|
||||
|
||||
update_kusama_weights:
|
||||
<<: *update-weights
|
||||
|
||||
Reference in New Issue
Block a user