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

[ci] fix node-bench-regression-guard job #11901

Merged
merged 7 commits into from
Jul 25, 2022
Merged
Changes from all commits
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
6 changes: 5 additions & 1 deletion scripts/ci/gitlab/pipeline/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,11 @@ node-bench-regression-guard:
artifacts: true
# polls artifact from master to compare with current result
- project: $CI_PROJECT_PATH
job: cargo-check-benches
job: "cargo-check-benches 1/2"
ref: master
artifacts: true
- project: $CI_PROJECT_PATH
job: "cargo-check-benches 2/2"
ref: master
artifacts: true
variables:
Expand Down