Skip to content

Commit 410d62c

Browse files
v1vdonoghuc
authored andcommitted
bk: fix regex and add new file (elastic#18382)
1 parent f41001a commit 410d62c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.buildkite/pull-requests.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +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$",
51-
"always_trigger_comment_regex": "^(?:(?:/run\\W+)(?:exhaustive)\\W+(?:tests))",
49+
"trigger_comment_regex": "^/?run\\s+exhaustive\\s+tests$",
50+
"always_trigger_comment_regex": "^/?run\\s+exhaustive\\s+tests$",
5251
"skip_ci_labels": [],
5352
"skip_target_branches": [],
5453
"skip_ci_on_only_changed": [
@@ -59,7 +58,8 @@
5958
"\\.md$"
6059
],
6160
"always_require_ci_on_changed": [
62-
"^qa/acceptance/"
61+
"^qa/acceptance/",
62+
"^ci/acceptance_tests.sh"
6363
]
6464
}
6565
]

0 commit comments

Comments
 (0)