mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 01:07:57 +00:00
[ci] Return benchmark to bm machines (#2225)
* [WIP][ci] Return benchmark to bm machines * run build on docker machines * restart pipeline * rm docker runner * fix refs * add weights * return ci * fix asset benchmark
This commit is contained in:
committed by
GitHub
parent
26b109bb82
commit
7e811c2c2f
@@ -17,7 +17,6 @@ benchmarks-assets:
|
||||
stage: benchmarks-run
|
||||
timeout: 1d
|
||||
extends:
|
||||
- .docker-env
|
||||
- .collect-artifacts
|
||||
- .benchmarks-refs
|
||||
before_script:
|
||||
@@ -35,20 +34,18 @@ benchmarks-assets:
|
||||
after_script:
|
||||
- rm -rf .git/config
|
||||
tags:
|
||||
- weights-vm
|
||||
- weights
|
||||
|
||||
benchmarks-collectives:
|
||||
stage: benchmarks-run
|
||||
timeout: 1d
|
||||
extends:
|
||||
- .docker-env
|
||||
- .collect-artifacts
|
||||
- .benchmarks-refs
|
||||
before_script:
|
||||
- !reference [.docker-env, before_script]
|
||||
script:
|
||||
- ./scripts/benchmarks-ci.sh collectives collectives-polkadot ./artifacts
|
||||
- git status
|
||||
- export CURRENT_TIME=$(date '+%s')
|
||||
- export BRANCHNAME="weights-collectives-${CI_COMMIT_BRANCH}-${CURRENT_TIME}"
|
||||
- !reference [.git-commit-push, script]
|
||||
@@ -58,13 +55,12 @@ benchmarks-collectives:
|
||||
after_script:
|
||||
- rm -rf .git/config
|
||||
tags:
|
||||
- weights-vm
|
||||
- weights
|
||||
|
||||
benchmarks-bridge-hubs:
|
||||
stage: benchmarks-run
|
||||
timeout: 1d
|
||||
extends:
|
||||
- .docker-env
|
||||
- .collect-artifacts
|
||||
- .benchmarks-refs
|
||||
before_script:
|
||||
@@ -82,4 +78,4 @@ benchmarks-bridge-hubs:
|
||||
after_script:
|
||||
- rm -rf .git/config
|
||||
tags:
|
||||
- weights-vm
|
||||
- weights
|
||||
|
||||
Reference in New Issue
Block a user