Skip to content

Commit

Permalink
chore(ci): revert always run single-node tests per PR (#15641)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel authored Mar 12, 2024
1 parent df496cb commit 4df5cf0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ci/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,10 +701,7 @@ steps:

- label: "e2e single-node binary test"
command: "ci/scripts/e2e-test.sh -p ci-dev -m single-node"
if: |
!(build.pull_request.labels includes "ci/skip-ci") && build.env("CI_STEPS") == null
|| build.pull_request.labels includes "ci/run-e2e-single-node-tests"
|| build.env("CI_STEPS") =~ /(^|,)e2e-single-node-tests?(,|$$)/
if: build.pull_request.labels includes "ci/run-e2e-single-node-tests" || build.env("CI_STEPS") =~ /(^|,)e2e-single-node-tests?(,|$$)/
depends_on:
- "build"
- "build-other"
Expand Down

0 comments on commit 4df5cf0

Please sign in to comment.