Skip to content

Commit adb3df2

Browse files
mark-vieirarjernst
authored andcommitted
Configure pull request pipeline for transport version validation
1 parent a852e3e commit adb3df2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.buildkite/pull-requests.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@
1616
"cancel_intermediate_builds": true,
1717
"cancel_intermediate_builds_on_comment": false
1818
},
19+
{
20+
"enabled": true,
21+
"pipeline_slug": "elasticsearch-pull-request-transport-versions",
22+
"allow_org_users": true,
23+
"allowed_repo_permissions": [
24+
"admin",
25+
"write"
26+
],
27+
"allowed_list": ["elastic-renovate-prod[bot]"],
28+
"set_commit_status": false,
29+
"build_on_commit": true,
30+
"build_on_comment": true,
31+
"trigger_comment_regex": "(run\\W+elasticsearch-ci.+)|(^\\s*((buildkite|@elastic(search)?machine)\\s*)?test\\s+this(\\s+please)?)",
32+
"retrigger_label_regex": "v[0-9]+\\.[0-9]+\\.[0-9]+",
33+
"cancel_intermediate_builds": true,
34+
"cancel_intermediate_builds_on_comment": false,
35+
"skip_duplicate_builds": true
36+
},
1937
{
2038
"enabled": true,
2139
"pipeline_slug": "elasticsearch-pull-request-performance-benchmark",

0 commit comments

Comments
 (0)