|
5 | 5 | "pipelineSlug": "elastic-agent",
|
6 | 6 | "allow_org_users": true,
|
7 | 7 | "allowed_repo_permissions": ["admin", "write"],
|
8 |
| - "allowed_list": ["dependabot[bot]", "mergify[bot]"], |
| 8 | + "allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"], |
9 | 9 | "set_commit_status": true,
|
10 | 10 | "build_on_commit": true,
|
11 | 11 | "build_on_comment": true,
|
12 |
| - "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$", |
13 |
| - "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$", |
| 12 | + "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it|extended))|^/test\\W*(?:extended|)", |
| 13 | + "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it|extended))|^/test\\W*(?:extended|)", |
14 | 14 | "skip_ci_labels": [ "skip-ci" ],
|
15 | 15 | "skip_target_branches": [ ],
|
16 | 16 | "skip_ci_on_only_changed": [ "^.ci/", "^changelog", "^docs/", "\\.md$", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"],
|
17 | 17 | "always_require_ci_on_changed": [ ]
|
18 | 18 | },
|
19 |
| - { |
20 |
| - "enabled": true, |
21 |
| - "build_drafts": false, |
22 |
| - "pipelineSlug": "elastic-agent-extended-testing", |
23 |
| - "allow_org_users": true, |
24 |
| - "allowed_repo_permissions": ["admin", "write"], |
25 |
| - "allowed_list": ["dependabot[bot]", "mergify[bot]"], |
26 |
| - "set_commit_status": true, |
27 |
| - "build_on_commit": true, |
28 |
| - "build_on_comment": true, |
29 |
| - "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$", |
30 |
| - "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$", |
31 |
| - "skip_ci_labels": [ "skip-ci", "skip-it" ], |
32 |
| - "skip_target_branches": [ ], |
33 |
| - "skip_ci_on_only_changed": [ "^.ci/", "^changelog", "^docs/", "\\.md$", "^sonar-project.properties", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"], |
34 |
| - "always_require_ci_on_changed": [ ] |
35 |
| - }, |
36 | 19 | {
|
37 | 20 | "enabled": true,
|
38 | 21 | "pipelineSlug": "elastic-agent-package",
|
39 | 22 | "allow_org_users": true,
|
40 | 23 | "allowed_repo_permissions": ["admin", "write"],
|
41 |
| - "allowed_list": [], |
| 24 | + "allowed_list": ["dependabot[bot]", "mergify[bot]"], |
42 | 25 | "set_commit_status": false,
|
43 | 26 | "build_on_commit": false,
|
44 | 27 | "build_on_comment": true,
|
|
54 | 37 | "pipelineSlug": "elastic-agent-binary-dra",
|
55 | 38 | "allow_org_users": true,
|
56 | 39 | "allowed_repo_permissions": ["admin", "write"],
|
57 |
| - "allowed_list": [], |
| 40 | + "allowed_list": ["dependabot[bot]", "mergify[bot]"], |
58 | 41 | "set_commit_status": false,
|
59 | 42 | "build_on_commit": false,
|
60 | 43 | "build_on_comment": true,
|
|
0 commit comments