diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 241cb8096abe254c7dacdc3823de7e1061ec27a8..5633af4ff675d1214a6bd8e674ff2a9cd939d029 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -925,20 +925,17 @@ short-benchmark-polkadot: &short-bench variables: RUNTIME: polkadot script: - - ./artifacts/polkadot benchmark pallet --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 1 --repeat 1 - allow_failure: true + - ./artifacts/polkadot benchmark pallet --execution wasm --wasm-execution compiled --chain $RUNTIME-dev --pallet "*" --extrinsic "*" --steps 2 --repeat 1 short-benchmark-kusama: <<: *short-bench variables: RUNTIME: kusama - allow_failure: true short-benchmark-westend: <<: *short-bench variables: RUNTIME: westend - allow_failure: true #### stage: .post