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:
Alexander Samusev
2023-01-24 16:35:26 +01:00
committed by GitHub
parent cc080d0e78
commit 0119a6dae1
166 changed files with 4585 additions and 4550 deletions
@@ -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