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

Commit

Permalink
Temporarily disable node-bench-regression-guard (#10075)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcny authored Oct 21, 2021
1 parent 1175446 commit 05af3c2
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -364,28 +364,29 @@ cargo-check-benches:
script:
- *cargo-check-benches-script

node-bench-regression-guard:
# it's not belong to `build` semantically, but dag jobs can't depend on each other
# within the single stage - https://gitlab.com/gitlab-org/gitlab/-/issues/30632
# more: https://github.com/paritytech/substrate/pull/8519#discussion_r608012402
stage: build
<<: *docker-env
<<: *test-refs-no-trigger-prs-only
needs:
# this is a DAG
- job: cargo-check-benches
artifacts: true
# this does not like a DAG, just polls the artifact
- project: $CI_PROJECT_PATH
job: cargo-check-benches
ref: master
artifacts: true
variables:
CI_IMAGE: "paritytech/node-bench-regression-guard:latest"
before_script: [""]
script:
- 'node-bench-regression-guard --reference artifacts/benches/master-*
--compare-with artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA'
# TODO: re-enable after dedicated bench hosts provisioning
# node-bench-regression-guard:
# # it's not belong to `build` semantically, but dag jobs can't depend on each other
# # within the single stage - https://gitlab.com/gitlab-org/gitlab/-/issues/30632
# # more: https://github.com/paritytech/substrate/pull/8519#discussion_r608012402
# stage: build
# <<: *docker-env
# <<: *test-refs-no-trigger-prs-only
# needs:
# # this is a DAG
# - job: cargo-check-benches
# artifacts: true
# # this does not like a DAG, just polls the artifact
# - project: $CI_PROJECT_PATH
# job: cargo-check-benches
# ref: master
# artifacts: true
# variables:
# CI_IMAGE: "paritytech/node-bench-regression-guard:latest"
# before_script: [""]
# script:
# - 'node-bench-regression-guard --reference artifacts/benches/master-*
# --compare-with artifacts/benches/$CI_COMMIT_REF_NAME-$CI_COMMIT_SHORT_SHA'

cargo-check-subkey:
stage: test
Expand Down

0 comments on commit 05af3c2

Please sign in to comment.