|
1 | 1 | {
|
2 | 2 | "jobs": [
|
3 | 3 | {
|
4 |
| - "enabled": true, |
| 4 | + "enabled": true, |
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 | 12 | "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
|
13 | 13 | "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^/test$",
|
14 |
| - "skip_ci_labels": [ ], |
| 14 | + "skip_ci_labels": [ "skip-ci" ], |
15 | 15 | "skip_target_branches": [ ],
|
16 |
| - "skip_ci_on_only_changed": [ "changelog", "docs", "README.md", "sonar-project.properties", "docker-compose.yml", ".pre-commit-config.yaml", "skaffold.yaml", "Dockerfile.skaffold", "Dockerfile"], |
| 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 | 19 | {
|
20 | 20 | "enabled": true,
|
| 21 | + "build_drafts": false, |
21 | 22 | "pipelineSlug": "elastic-agent-extended-testing",
|
22 | 23 | "allow_org_users": true,
|
23 | 24 | "allowed_repo_permissions": ["admin", "write"],
|
24 |
| - "allowed_list": ["dependabot[bot]", "mergify[bot]"], |
| 25 | + "allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]"], |
25 | 26 | "set_commit_status": true,
|
26 | 27 | "build_on_commit": true,
|
27 | 28 | "build_on_comment": true,
|
28 | 29 | "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$",
|
29 | 30 | "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$",
|
30 |
| - "skip_ci_labels": [ ], |
| 31 | + "skip_ci_labels": [ "skip-ci", "skip-it" ], |
31 | 32 | "skip_target_branches": [ ],
|
32 |
| - "skip_ci_on_only_changed": [ "changelog", "docs", "README.md", "sonar-project.properties", "docker-compose.yml", ".pre-commit-config.yaml", "skaffold.yaml", "Dockerfile.skaffold", "Dockerfile"], |
| 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"], |
33 | 34 | "always_require_ci_on_changed": [ ]
|
34 | 35 | },
|
35 | 36 | {
|
|
0 commit comments