Skip to content

Commit bf89f43

Browse files
authored
chore: remove test file for exhaustive tests and normalise github commands (#18384)
1 parent 02aa5e1 commit bf89f43

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.buildkite/pull-requests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"set_commit_status": true,
4747
"build_on_commit": true,
4848
"build_on_comment": true,
49-
"trigger_comment_regex": "^/?run\\s+exhaustive\\s+tests$",
50-
"always_trigger_comment_regex": "^/?run\\s+exhaustive\\s+tests$",
49+
"trigger_comment_regex": "^run\\s+exhaustive\\s+tests$",
50+
"always_trigger_comment_regex": "^run\\s+exhaustive\\s+tests$",
5151
"skip_ci_labels": [],
5252
"skip_target_branches": [],
5353
"skip_ci_on_only_changed": [

.buildkite/smart_exhaustive_tests_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
steps:
22
- label: "Trigger logstash-exhaustive-tests-pipeline for PRs with qa/acceptance/ changes"
3-
if: build.pull_request.id != null && build.env("GITHUB_PR_TRIGGER_COMMENT") != "/run exhaustive tests"
3+
if: build.pull_request.id != null && build.env("GITHUB_PR_TRIGGER_COMMENT") != "run exhaustive tests"
44
plugins:
55
- monorepo-diff#v1.0.1:
66
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
@@ -21,7 +21,7 @@ steps:
2121
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: false
2222

2323
- label: "Trigger logstash-exhaustive-tests-pipeline for GitHub comments"
24-
if: build.env("GITHUB_PR_TRIGGER_COMMENT") == "/run exhaustive tests"
24+
if: build.env("GITHUB_PR_TRIGGER_COMMENT") == "run exhaustive tests"
2525
trigger: "logstash-exhaustive-tests-pipeline"
2626
build:
2727
commit: "HEAD"

qa/acceptance/empty.txt

Whitespace-only changes.

0 commit comments

Comments
 (0)