Skip to content

Commit

Permalink
fix dependency for short-benchmark-cumulus
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Aug 29, 2023
1 parent c1d3417 commit a2b4e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .gitlab/pipeline/short-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ short-benchmark-westend:
- .common-refs
- .docker-env
needs:
- job: build-short-benchmark
- job: build-short-benchmark-cumulus
artifacts: true
variables:
RUNTIME_CHAIN: benchmarked-runtime-chain
Expand Down Expand Up @@ -73,12 +73,12 @@ short-benchmark-bridge-hub-rococo:
variables:
RUNTIME_CHAIN: bridge-hub-rococo-dev

short-benchmark-collectives-polkadot :
short-benchmark-collectives-polkadot:
<<: *short-bench-cumulus
variables:
RUNTIME_CHAIN: collectives-polkadot-dev

short-benchmark-glutton-kusama :
short-benchmark-glutton-kusama:
<<: *short-bench-cumulus
variables:
RUNTIME_CHAIN: glutton-kusama-dev-1300
RUNTIME_CHAIN: glutton-kusama-dev-1300

0 comments on commit a2b4e1c

Please sign in to comment.