Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
[ci] Require short-benches check to pass (#5207)
Browse files Browse the repository at this point in the history
* [ci] Require short-benches check to pass

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>

* Allow the kusama benchmarks to fail

Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez authored Mar 29, 2022
1 parent 22967a4 commit a30aa47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -814,15 +814,15 @@ short-benchmark-polkadot: &short-bench
artifacts: true
variables:
RUNTIME: polkadot
# FIXME: https://github.com/paritytech/substrate/pull/11109
allow_failure: true
script:
- ./artifacts/polkadot benchmark --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 1 --repeat 1

short-benchmark-kusama:
<<: *short-bench
variables:
RUNTIME: kusama
# FIXME: https://github.com/paritytech/substrate/issues/11130
allow_failure: true

short-benchmark-westend:
<<: *short-bench
Expand Down

0 comments on commit a30aa47

Please sign in to comment.