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

* [Do not merge] [ci] debug node-bench-regression-guard

* debug

* fix artifacts path

* add debug job

* debug

* debug

* fix job, return pipeline
This commit is contained in:
Alexander Samusev
2022-07-25 11:15:47 +02:00
committed by GitHub
parent b4017a4509
commit 3753d70e45
@@ -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: