Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
Next Next commit
run benches on ci runners
  • Loading branch information
alvicsam committed Mar 23, 2022
commit b6003f6005a9c2a8e7b7291a3a250ba5b73ec682
12 changes: 6 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,29 +208,29 @@ build_short_benchmark:
short_benchmark_polkadot:
stage: stage2
<<: *test-refs
<<: *docker-env
variables:
RUNTIME: polkadot
script:
- ./scripts/run_short_benches_for_runtime.sh $RUNTIME
tags:
- weights


short_benchmark_kusama:
stage: stage2
<<: *test-refs
<<: *docker-env
variables:
RUNTIME: kusama
script:
- ./scripts/run_short_benches_for_runtime.sh $RUNTIME
tags:
- weights


short_benchmark_westend:
stage: stage2
<<: *test-refs
<<: *docker-env
variables:
RUNTIME: westend
script:
- ./scripts/run_short_benches_for_runtime.sh $RUNTIME
tags:
- weights