mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
105 lines
3.4 KiB
JSON
105 lines
3.4 KiB
JSON
{
|
|
"jobs": [
|
|
{
|
|
"repoOwner": "elastic",
|
|
"repoName": "kibana",
|
|
"pipelineSlug": "kibana-pull-request",
|
|
|
|
"enabled": true,
|
|
"allow_org_users": true,
|
|
"allowed_repo_permissions": ["admin", "write"],
|
|
"allowed_list": ["barlowm", "renovate[bot]"],
|
|
"set_commit_status": true,
|
|
"commit_status_context": "kibana-ci",
|
|
"build_on_commit": true,
|
|
"build_on_comment": true,
|
|
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"skip_ci_labels": ["skip-ci", "jenkins-ci"],
|
|
"skip_target_branches": ["6.8", "7.11", "7.12"],
|
|
"enable_skippable_commits": true,
|
|
"skip_ci_on_only_changed": [
|
|
"^dev_docs/",
|
|
"^docs/",
|
|
"^rfcs/",
|
|
"^.ci/.+\\.yml$",
|
|
"^.ci/es-snapshots/",
|
|
"^.ci/pipeline-library/",
|
|
"^.ci/Jenkinsfile_[^/]+$",
|
|
"^\\.github/",
|
|
"\\.md$",
|
|
"\\.mdx$",
|
|
"^api_docs/.+\\.devdocs\\.json$",
|
|
"^\\.backportrc\\.json$",
|
|
"^nav-kibana-dev\\.docnav\\.json$",
|
|
"^src/dev/prs/kibana_qa_pr_list\\.json$",
|
|
"^\\.buildkite/pull_requests\\.json$"
|
|
],
|
|
"always_require_ci_on_changed": [
|
|
"^docs/developer/plugin-list.asciidoc$",
|
|
"^\\.github/CODEOWNERS$",
|
|
"/plugins/[^/]+/readme\\.(md|asciidoc)$"
|
|
],
|
|
"kibana_versions_check": true,
|
|
"kibana_build_reuse": true,
|
|
"kibana_build_reuse_pipeline_slugs": ["kibana-pull-request", "kibana-on-merge"],
|
|
"kibana_build_reuse_regexes": [
|
|
"^test/",
|
|
"^x-pack/test/",
|
|
"/__snapshots__/",
|
|
"\\.test\\.(ts|tsx|js|jsx)"
|
|
]
|
|
},
|
|
{
|
|
"repoOwner": "elastic",
|
|
"repoName": "kibana",
|
|
"pipelineSlug": "kibana-kme-test",
|
|
|
|
"enabled": true,
|
|
"allow_org_users": true,
|
|
"allowed_repo_permissions": ["admin", "write"],
|
|
"allowed_list": ["barlowm", "renovate[bot]"],
|
|
"set_commit_status": true,
|
|
"commit_status_context": "kibana-ci",
|
|
"build_on_commit": true,
|
|
"build_on_comment": true,
|
|
"trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"always_trigger_comment_regex": "^(?:(?:buildkite\\W+)?(?:build|test)\\W+(?:this|it))",
|
|
"skip_ci_labels": [],
|
|
"labels": ["kme-test"],
|
|
"skip_target_branches": ["6.8", "7.11", "7.12"],
|
|
"enable_skippable_commits": true,
|
|
"skip_ci_on_only_changed": [
|
|
"^dev_docs/",
|
|
"^docs/",
|
|
"^rfcs/",
|
|
"^.ci/.+\\.yml$",
|
|
"^.ci/es-snapshots/",
|
|
"^.ci/pipeline-library/",
|
|
"^.ci/Jenkinsfile_[^/]+$",
|
|
"^\\.github/",
|
|
"\\.md$",
|
|
"\\.mdx$",
|
|
"^api_docs/.+\\.devdocs\\.json$",
|
|
"^\\.backportrc\\.json$",
|
|
"^nav-kibana-dev\\.docnav\\.json$",
|
|
"^src/dev/prs/kibana_qa_pr_list\\.json$",
|
|
"^\\.buildkite/pull_requests\\.json$"
|
|
],
|
|
"always_require_ci_on_changed": [
|
|
"^docs/developer/plugin-list.asciidoc$",
|
|
"^\\.github/CODEOWNERS$",
|
|
"/plugins/[^/]+/readme\\.(md|asciidoc)$"
|
|
],
|
|
"kibana_versions_check": true,
|
|
"kibana_build_reuse": true,
|
|
"kibana_build_reuse_pipeline_slugs": ["kibana-kme-test", "kibana-on-merge"],
|
|
"kibana_build_reuse_regexes": [
|
|
"^test/",
|
|
"^x-pack/test/",
|
|
"/__snapshots__/",
|
|
"\\.test\\.(ts|tsx|js|jsx)"
|
|
]
|
|
}
|
|
]
|
|
}
|