File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" : [
Original file line number Diff line number Diff line change 11steps :
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"
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"
You can’t perform that action at this time.
0 commit comments