mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[CI] Enable skippable commits and skippable build step for PRs (#138300)
This commit is contained in:
parent
e33f3666fb
commit
f37d7e1f2c
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,7 @@
|
|||
"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/",
|
||||
|
@ -38,8 +39,7 @@
|
|||
"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/"],
|
||||
"kibana_build_reuse_label": "ci:reuse-kibana-build"
|
||||
"kibana_build_reuse_regexes": ["^test/", "^x-pack/test/"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue