mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
# Backport This will backport the following commits from `main` to `8.16`: - [[ci] Use es snapshot cache on miscellaneous steps 2 (#198078)](https://github.com/elastic/kibana/pull/198078) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Jon","email":"jon@elastic.co"},"sourceCommit":{"committedDate":"2024-10-29T22:00:41Z","message":"[ci] Use es snapshot cache on miscellaneous steps 2 (#198078)\n\nAdds the remaining steps missing snapshot loading from cache that I\r\nmissed on the first loop.","sha":"eb22f011b44168644145e840d80905278fdd4c5a","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","v9.0.0","backport:prev-major"],"title":"[ci] Use es snapshot cache on miscellaneous steps 2","number":198078,"url":"https://github.com/elastic/kibana/pull/198078","mergeCommit":{"message":"[ci] Use es snapshot cache on miscellaneous steps 2 (#198078)\n\nAdds the remaining steps missing snapshot loading from cache that I\r\nmissed on the first loop.","sha":"eb22f011b44168644145e840d80905278fdd4c5a"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198078","number":198078,"mergeCommit":{"message":"[ci] Use es snapshot cache on miscellaneous steps 2 (#198078)\n\nAdds the remaining steps missing snapshot loading from cache that I\r\nmissed on the first loop.","sha":"eb22f011b44168644145e840d80905278fdd4c5a"}}]}] BACKPORT--> Co-authored-by: Jon <jon@elastic.co>
This commit is contained in:
parent
256aff6d1a
commit
3343ad652c
8 changed files with 8 additions and 0 deletions
|
@ -4,6 +4,7 @@ set -euo pipefail
|
|||
|
||||
export DISABLE_BOOTSTRAP_VALIDATION=false
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
if [[ "${FTR_ENABLE_FIPS_AGENT:-}" == "true" ]]; then
|
||||
.buildkite/scripts/steps/checks/verify_fips_enabled.sh
|
||||
|
|
|
@ -5,6 +5,7 @@ set -euo pipefail
|
|||
source .buildkite/scripts/steps/functional/common.sh
|
||||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
node scripts/build_kibana_platform_plugins.js
|
||||
|
||||
export JOB=kibana-defend-workflows-cypress
|
||||
|
|
|
@ -5,6 +5,7 @@ set -euo pipefail
|
|||
source .buildkite/scripts/steps/functional/common.sh
|
||||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
node scripts/build_kibana_platform_plugins.js
|
||||
|
||||
export JOB=kibana-defend-workflows-serverless-cypress
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-observability-plugin
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-ux-plugin-synthetics
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-synthetics-plugin
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-uptime-plugin
|
||||
|
||||
|
|
|
@ -6,6 +6,7 @@ source .buildkite/scripts/common/util.sh
|
|||
|
||||
.buildkite/scripts/bootstrap.sh
|
||||
.buildkite/scripts/download_build_artifacts.sh
|
||||
.buildkite/scripts/copy_es_snapshot_cache.sh
|
||||
|
||||
export JOB=kibana-ux-plugin-synthetics
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue