[8.x] [CI] Also download FIPS artifacts before validating (#217986) (#217999)

# Backport

This will backport the following commits from `main` to `8.x`:
- [[CI] Also download FIPS artifacts before validating
(#217986)](https://github.com/elastic/kibana/pull/217986)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Alex
Szabo","email":"alex.szabo@elastic.co"},"sourceCommit":{"committedDate":"2025-04-11T14:19:28Z","message":"[CI]
Also download FIPS artifacts before validating (#217986)\n\n##
Summary\nAttempts to
fix:\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/5949#01962428-99a7-4481-8b8b-95685d1d4d79\n\nThe
step was trying to validate cloud fips artifacts
(after:\nhttps://github.com/elastic/infra/pull/42268) but these were
never\ndownloaded in that
step.","sha":"a3766fd1ef5a9e4e68c4bf64e32fe9793d675f98","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Operations","release_note:skip","backport:version","v9.1.0","v8.19.0"],"title":"[CI]
Also download FIPS artifacts before
validating","number":217986,"url":"https://github.com/elastic/kibana/pull/217986","mergeCommit":{"message":"[CI]
Also download FIPS artifacts before validating (#217986)\n\n##
Summary\nAttempts to
fix:\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/5949#01962428-99a7-4481-8b8b-95685d1d4d79\n\nThe
step was trying to validate cloud fips artifacts
(after:\nhttps://github.com/elastic/infra/pull/42268) but these were
never\ndownloaded in that
step.","sha":"a3766fd1ef5a9e4e68c4bf64e32fe9793d675f98"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/217986","number":217986,"mergeCommit":{"message":"[CI]
Also download FIPS artifacts before validating (#217986)\n\n##
Summary\nAttempts to
fix:\nhttps://buildkite.com/elastic/kibana-artifacts-snapshot/builds/5949#01962428-99a7-4481-8b8b-95685d1d4d79\n\nThe
step was trying to validate cloud fips artifacts
(after:\nhttps://github.com/elastic/infra/pull/42268) but these were
never\ndownloaded in that
step.","sha":"a3766fd1ef5a9e4e68c4bf64e32fe9793d675f98"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Alex Szabo <alex.szabo@elastic.co>
This commit is contained in:
Kibana Machine 2025-04-11 16:38:35 +02:00 committed by GitHub
parent 7637cd45e3
commit 5c4ae39577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,6 +37,10 @@ download "kibana-ironbank-$FULL_VERSION-docker-build-context.tar.gz"
download "kibana-ubi-$FULL_VERSION-docker-build-context.tar.gz"
download "kibana-wolfi-$FULL_VERSION-docker-build-context.tar.gz"
download "kibana-cloud-fips-$FULL_VERSION-docker-build-context.tar.gz"
download "kibana-cloud-fips-$FULL_VERSION-docker-image-aarch64.tar.gz"
download "kibana-cloud-fips-$FULL_VERSION-docker-image.tar.gz"
download "kibana-$FULL_VERSION-linux-aarch64.tar.gz"
download "kibana-$FULL_VERSION-linux-x86_64.tar.gz"