|
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"],
|
|
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 | 16 | "skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^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"],
|
|
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 | 33 | "skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^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": [ ]
|
|
0 commit comments