|
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 | +<<<<<<< HEAD |
16 | 17 | "skip_ci_on_only_changed": [ ],
|
| 18 | +======= |
| 19 | + "skip_ci_on_only_changed": [ "^.ci/", "^.github/", "^changelog", "^docs/", "\\.md$", "^docker-compose.yml", "^.pre-commit-config.yaml", "skaffold.yaml", "^Dockerfile.skaffold", "^Dockerfile"], |
| 20 | + "always_require_ci_on_changed": [ ] |
| 21 | + }, |
| 22 | + { |
| 23 | + "enabled": true, |
| 24 | + "build_drafts": false, |
| 25 | + "pipelineSlug": "elastic-agent-extended-testing", |
| 26 | + "allow_org_users": true, |
| 27 | + "allowed_repo_permissions": ["admin", "write"], |
| 28 | + "allowed_list": ["dependabot[bot]", "mergify[bot]"], |
| 29 | + "set_commit_status": true, |
| 30 | + "build_on_commit": true, |
| 31 | + "build_on_comment": true, |
| 32 | + "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$", |
| 33 | + "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:extended))|^/test extended$", |
| 34 | + "skip_ci_labels": [ "skip-ci", "skip-it" ], |
| 35 | + "skip_target_branches": [ ], |
| 36 | + "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"], |
| 37 | +>>>>>>> 0b99ccb922 ([CI] Trigger improvements (#4836)) |
17 | 38 | "always_require_ci_on_changed": [ ]
|
18 | 39 | },
|
19 | 40 | {
|
|
0 commit comments