Update weights with VM runners (#2712)

* paritytech/ci-cd#697: Update weights with VM runners

 - Update weights using VM instances
 - Change runner tag for weights ci job to weights-vm

* ".git/.scripts/commands/bench/bench.sh" all

* ".git/.scripts/commands/bench-all/bench-all.sh" --target_dir=cumulus

---------

Co-authored-by: parity-processbot <>
Co-authored-by: Branislav Kontur <bkontur@gmail.com>
This commit is contained in:
Oleg Plakida
2023-08-01 17:37:18 +01:00
committed by GitHub
parent a4ae46b743
commit fc83800e5e
113 changed files with 10732 additions and 10122 deletions
@@ -17,6 +17,7 @@ benchmarks-assets:
stage: benchmarks-run
timeout: 1d
extends:
- .docker-env
- .collect-artifacts
- .benchmarks-refs
before_script:
@@ -34,12 +35,13 @@ benchmarks-assets:
after_script:
- rm -rf .git/config
tags:
- weights
- weights-vm
benchmarks-collectives:
stage: benchmarks-run
timeout: 1d
extends:
- .docker-env
- .collect-artifacts
- .benchmarks-refs
before_script:
@@ -55,12 +57,13 @@ benchmarks-collectives:
after_script:
- rm -rf .git/config
tags:
- weights
- weights-vm
benchmarks-bridge-hubs:
stage: benchmarks-run
timeout: 1d
extends:
- .docker-env
- .collect-artifacts
- .benchmarks-refs
before_script:
@@ -78,4 +81,4 @@ benchmarks-bridge-hubs:
after_script:
- rm -rf .git/config
tags:
- weights
- weights-vm