mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
# Backport This will backport the following commits from `main` to `8.17`: - [[ci/ build_pr_and_deploy_cloud] Wait for pre-build (#210202)](https://github.com/elastic/kibana/pull/210202) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2025-03-11T14:43:37Z","message":"[ci/ build_pr_and_deploy_cloud] Wait for pre-build (#210202)\n\nbefore building the distribution. CI stats depends on environment setup\nfrom the pre-build step.","sha":"f56e658f0bacb79091a7e837b13db5af01cb4dc1","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","v9.0.0","skip-ci","backport:prev-major","ci:cloud-deploy","v9.1.0"],"title":"[ci/ build_pr_and_deploy_cloud] Wait for pre-build","number":210202,"url":"https://github.com/elastic/kibana/pull/210202","mergeCommit":{"message":"[ci/ build_pr_and_deploy_cloud] Wait for pre-build (#210202)\n\nbefore building the distribution. CI stats depends on environment setup\nfrom the pre-build step.","sha":"f56e658f0bacb79091a7e837b13db5af01cb4dc1"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/210202","number":210202,"mergeCommit":{"message":"[ci/ build_pr_and_deploy_cloud] Wait for pre-build (#210202)\n\nbefore building the distribution. CI stats depends on environment setup\nfrom the pre-build step.","sha":"f56e658f0bacb79091a7e837b13db5af01cb4dc1"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
This commit is contained in:
parent
ef80a354cd
commit
cca950b94e
1 changed files with 4 additions and 2 deletions
|
@ -34,6 +34,8 @@ steps:
|
||||||
machineType: n2-standard-2
|
machineType: n2-standard-2
|
||||||
timeout_in_minutes: 5
|
timeout_in_minutes: 5
|
||||||
|
|
||||||
|
- wait: ~
|
||||||
|
|
||||||
- command: .buildkite/scripts/steps/build_kibana.sh
|
- command: .buildkite/scripts/steps/build_kibana.sh
|
||||||
label: Build Kibana Distribution
|
label: Build Kibana Distribution
|
||||||
agents:
|
agents:
|
||||||
|
@ -45,13 +47,12 @@ steps:
|
||||||
diskSizeGb: 125
|
diskSizeGb: 125
|
||||||
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
|
if: "build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
|
||||||
timeout_in_minutes: 90
|
timeout_in_minutes: 90
|
||||||
|
key: build
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: '-1'
|
- exit_status: '-1'
|
||||||
limit: 3
|
limit: 3
|
||||||
|
|
||||||
- wait: ~
|
|
||||||
|
|
||||||
- command: .buildkite/scripts/steps/cloud/build_and_deploy.sh
|
- command: .buildkite/scripts/steps/cloud/build_and_deploy.sh
|
||||||
label: 'Build and Deploy to Cloud'
|
label: 'Build and Deploy to Cloud'
|
||||||
agents:
|
agents:
|
||||||
|
@ -61,6 +62,7 @@ steps:
|
||||||
machineType: n2-standard-2
|
machineType: n2-standard-2
|
||||||
preemptible: true
|
preemptible: true
|
||||||
timeout_in_minutes: 30
|
timeout_in_minutes: 30
|
||||||
|
depends_on: build
|
||||||
retry:
|
retry:
|
||||||
automatic:
|
automatic:
|
||||||
- exit_status: '-1'
|
- exit_status: '-1'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue