[8.16] [ci] Use es snapshot cache on miscellaneous steps 2 (#198078) (#198213)

# 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:
Kibana Machine 2024-10-30 10:41:51 +11:00 committed by GitHub
parent 256aff6d1a
commit 3343ad652c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 8 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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