|
1 | 1 | {
|
2 |
| - "jobs": [ |
3 |
| - { |
4 |
| - "enabled": true, |
5 |
| - "pipeline_slug": "logstash-pull-request-pipeline", |
6 |
| - "allow_org_users": true, |
7 |
| - "allowed_repo_permissions": ["admin", "write"], |
8 |
| - "allowed_list": ["dependabot[bot]", "mergify[bot]", "github-actions[bot]", "elastic-vault-github-plugin-prod[bot]"], |
9 |
| - "set_commit_status": true, |
10 |
| - "build_on_commit": true, |
11 |
| - "build_on_comment": true, |
12 |
| - "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", |
13 |
| - "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", |
14 |
| - "skip_ci_labels": [ ], |
15 |
| - "skip_target_branches": [ ], |
16 |
| - "skip_ci_on_only_changed": [ |
17 |
| - "^.github/", |
18 |
| - "^docs/", |
19 |
| - "^.mergify.yml$", |
20 |
| - "^.pre-commit-config.yaml", |
21 |
| - "\\.md$" |
22 |
| - ], |
23 |
| - "always_require_ci_on_changed": [ ] |
24 |
| - } |
25 |
| - ] |
26 |
| - } |
| 2 | + "jobs": [ |
| 3 | + { |
| 4 | + "enabled": true, |
| 5 | + "pipeline_slug": "logstash-pull-request-pipeline", |
| 6 | + "allow_org_users": true, |
| 7 | + "allowed_repo_permissions": [ |
| 8 | + "admin", |
| 9 | + "write" |
| 10 | + ], |
| 11 | + "allowed_list": [ |
| 12 | + "dependabot[bot]", |
| 13 | + "mergify[bot]", |
| 14 | + "github-actions[bot]", |
| 15 | + "elastic-vault-github-plugin-prod[bot]" |
| 16 | + ], |
| 17 | + "set_commit_status": true, |
| 18 | + "build_on_commit": true, |
| 19 | + "build_on_comment": true, |
| 20 | + "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", |
| 21 | + "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))", |
| 22 | + "skip_ci_labels": [], |
| 23 | + "skip_target_branches": [], |
| 24 | + "skip_ci_on_only_changed": [ |
| 25 | + "^.github/", |
| 26 | + "^docs/", |
| 27 | + "^.mergify.yml$", |
| 28 | + "^.pre-commit-config.yaml", |
| 29 | + "\\.md$" |
| 30 | + ], |
| 31 | + "always_require_ci_on_changed": [] |
| 32 | + }, |
| 33 | + { |
| 34 | + "enabled": true, |
| 35 | + "pipeline_slug": "logstash-exhaustive-tests-pipeline", |
| 36 | + "allow_org_users": true, |
| 37 | + "allowed_repo_permissions": [ |
| 38 | + "admin", |
| 39 | + "write" |
| 40 | + ], |
| 41 | + "allowed_list": [ |
| 42 | + "dependabot[bot]", |
| 43 | + "mergify[bot]", |
| 44 | + "github-actions[bot]", |
| 45 | + ], |
| 46 | + "set_commit_status": true, |
| 47 | + "build_on_commit": true, |
| 48 | + "build_on_comment": true, |
| 49 | + "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:exhaustive)\\W+(?:this|it))|^/exhaustive$", |
| 50 | + "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:exhaustive)\\W+(?:this|it))|^/exhaustive$", |
| 51 | + "skip_ci_labels": [], |
| 52 | + "skip_target_branches": [], |
| 53 | + "skip_ci_on_only_changed": [ |
| 54 | + "^.github/", |
| 55 | + "^docs/", |
| 56 | + "^.mergify.yml$", |
| 57 | + "^.pre-commit-config.yaml", |
| 58 | + "\\.md$" |
| 59 | + ], |
| 60 | + "always_require_ci_on_changed": [ |
| 61 | + "^qa/acceptance/" |
| 62 | + ] |
| 63 | + } |
| 64 | + ] |
| 65 | +} |
0 commit comments