Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
break cargo-check-benches 1/2
  • Loading branch information
alvicsam committed Nov 16, 2022
commit a1b2f61fb37c8bfe915a1a489ca55787729523eb
2 changes: 1 addition & 1 deletion scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ cargo-check-benches:
- mkdir -p ./artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA
# this job is executed in parallel on two runners
- echo "___Running benchmarks___";
- if [ ${CI_NODE_INDEX} == 1 ]; then exit 1; fi
- case ${CI_NODE_INDEX} in
1)
SKIP_WASM_BUILD=1 time cargo +nightly check --locked --benches --all;
Expand Down Expand Up @@ -226,7 +227,6 @@ test-linux-stable:
# tests are partitioned by nextest and executed in parallel on $CI_NODE_TOTAL runners
# node-cli is excluded until https://github.com/paritytech/substrate/issues/11321 fixed
- echo "Node index - ${CI_NODE_INDEX}. Total amount - ${CI_NODE_TOTAL}"
- - if [ ${CI_NODE_INDEX} == 3 ]; then exit 1; fi
- time cargo nextest run --workspace
--locked
--release
Expand Down