|
| 1 | +{ |
| 2 | + "jobs": [ |
| 3 | + { |
| 4 | + "repoOwner": "elastic", |
| 5 | + "repoName": "elastic-charts", |
| 6 | + "pipelineSlug": "elastic-charts-build", |
| 7 | + |
| 8 | + "enabled": true, |
| 9 | + "allow_org_users": true, |
| 10 | + "allowed_repo_permissions": ["admin", "write"], |
| 11 | + "allowed_list": ["elastic-vault-github-plugin-prod[bot]"], |
| 12 | + "set_commit_status": true, |
| 13 | + "build_on_commit": true, |
| 14 | + "build_on_comment": true, |
| 15 | + "build_drafts": true, |
| 16 | + "build_on_ready": true, |
| 17 | + "cancel_intermediate_builds": true, |
| 18 | + "trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^\\/ci$", |
| 19 | + "always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))|^\\/ci$", |
| 20 | + "skip_ci_labels": [], |
| 21 | + "skip_target_branches": [], |
| 22 | + "enable_skippable_commits": true, |
| 23 | + "skip_ci_on_only_changed": [], |
| 24 | + "always_require_ci_on_changed": [], |
| 25 | + "enable_trigger_checkbox": false, |
| 26 | + "kibana_versions_check": false, |
| 27 | + "kibana_build_reuse": false, |
| 28 | + "kibana_build_reuse_pipeline_slugs": [], |
| 29 | + "kibana_build_reuse_regexes": [] |
| 30 | + }, |
| 31 | + { |
| 32 | + "repoOwner": "elastic", |
| 33 | + "repoName": "elastic-charts", |
| 34 | + "pipelineSlug": "elastic-charts-build", |
| 35 | + |
| 36 | + "enabled": true, |
| 37 | + "allow_org_users": true, |
| 38 | + "cancel_intermediate_builds": true, |
| 39 | + "allowed_repo_permissions": ["admin", "write"], |
| 40 | + "allowed_list": ["elastic-vault-github-plugin-prod[bot]"], |
| 41 | + "set_commit_status": true, |
| 42 | + "build_on_commit": true, |
| 43 | + "build_on_comment": false, |
| 44 | + "build_drafts": false, |
| 45 | + "build_on_ready": false, |
| 46 | + "enable_skippable_commits": false, |
| 47 | + "skip_ci_on_only_changed": [], |
| 48 | + "always_require_ci_on_changed": [], |
| 49 | + "enable_trigger_checkbox": false, |
| 50 | + "target_branch": "main" |
| 51 | + } |
| 52 | + ] |
| 53 | +} |
0 commit comments