Skip to content
Snippets Groups Projects
Commit 3753d70e authored by Alexander Samusev's avatar Alexander Samusev Committed by GitHub
Browse files

[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
parent b4017a45
Branches
No related merge requests found
......@@ -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:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment