Skip to content

Commit

Permalink
[ci] fix node-bench-regression-guard job (paritytech#11901)
Browse files Browse the repository at this point in the history
* [Do not merge] [ci] debug node-bench-regression-guard

* debug

* fix artifacts path

* add debug job

* debug

* debug

* fix job, return pipeline
  • Loading branch information
alvicsam authored Jul 25, 2022
1 parent fe3437e commit 64d7755
Showing 1 changed file with 5 additions and 1 deletion.
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

0 comments on commit 64d7755

Please sign in to comment.