We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000f912 commit 8cfdb67Copy full SHA for 8cfdb67
.buildkite/pull-requests.json
@@ -15,6 +15,19 @@
15
"trigger_comment_regex": "(run\\W+elasticsearch-ci.+)|(^\\s*((buildkite|@elastic(search)?machine)\\s*)?test\\s+this(\\s+please)?)",
16
"cancel_intermediate_builds": true,
17
"cancel_intermediate_builds_on_comment": false
18
+ },
19
+ {
20
+ "enabled": true,
21
+ "pipeline_slug": "elasticsearch-performance-esbench-pr",
22
+ "allow_org_users": true,
23
+ "allowed_repo_permissions": [
24
+ "admin",
25
+ "write"
26
+ ],
27
+ "set_commit_status": false,
28
+ "build_on_commit": false,
29
+ "build_on_comment": true,
30
+ "trigger_comment_regex": "^(buildkite|@elastic(search)?machine) benchmark this with (?<benchmark>\\w+)( please)?$"
31
}
32
]
33
0 commit comments