mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[CI] Enable experimental PR kibana build re-use gated behind a label (#136577)
This commit is contained in:
parent
ff3853cfa9
commit
7f70f91e0c
1 changed files with 6 additions and 4 deletions
|
@ -34,10 +34,12 @@
|
|||
"^src/dev/prs/kibana_qa_pr_list\\.json$",
|
||||
"^\\.buildkite/pull_requests\\.json$"
|
||||
],
|
||||
"always_require_ci_on_changed": [
|
||||
"^docs/developer/plugin-list.asciidoc$"
|
||||
],
|
||||
"kibana_versions_check": true
|
||||
"always_require_ci_on_changed": ["^docs/developer/plugin-list.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/"],
|
||||
"kibana_build_reuse_label": "ci:reuse-kibana-build"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue