Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pull-requests.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"set_commit_status": true,
"build_on_commit": true,
"build_on_comment": true,
"trigger_comment_regex": "^/?run\\s+exhaustive\\s+tests$",
"always_trigger_comment_regex": "^/?run\\s+exhaustive\\s+tests$",
"trigger_comment_regex": "^run\\s+exhaustive\\s+tests$",
"always_trigger_comment_regex": "^run\\s+exhaustive\\s+tests$",
"skip_ci_labels": [],
"skip_target_branches": [],
"skip_ci_on_only_changed": [
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/smart_exhaustive_tests_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
steps:
- label: "Trigger logstash-exhaustive-tests-pipeline for PRs with qa/acceptance/ changes"
if: build.pull_request.id != null && build.env("GITHUB_PR_TRIGGER_COMMENT") != "/run exhaustive tests"
if: build.pull_request.id != null && build.env("GITHUB_PR_TRIGGER_COMMENT") != "run exhaustive tests"
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
Expand All @@ -21,7 +21,7 @@ steps:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: false

- label: "Trigger logstash-exhaustive-tests-pipeline for GitHub comments"
if: build.env("GITHUB_PR_TRIGGER_COMMENT") == "/run exhaustive tests"
if: build.env("GITHUB_PR_TRIGGER_COMMENT") == "run exhaustive tests"
trigger: "logstash-exhaustive-tests-pipeline"
build:
commit: "HEAD"
Expand Down
Empty file removed qa/acceptance/empty.txt
Empty file.