Skip to content

Commit 2fef8eb

Browse files
michel-latermanpazonev1v
authored
Apply suggestions from code review
Co-authored-by: Pavel Zorin <[email protected]> Co-authored-by: Victor Martinez <[email protected]>
1 parent 4ae0723 commit 2fef8eb

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.buildkite/bk.fips-integration.pipeline.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ env:
99
TF_VAR_integration_server_docker_image: "${CI_ELASTIC_AGENT_DOCKER_IMAGE}:${CUSTOM_IMAGE_TAG}"
1010

1111
IMAGE_UBUNTU_2404_X86_64: "platform-ingest-elastic-agent-ubuntu-2404-1744855248"
12-
IMAGE_UBUNTU_X86_64_FIPS: "test-platform-ingest-elastic-agent-ubuntu-2204-fips-1748876280"
13-
IMAGE_UBUNTU_ARM64_FIPS: "test-platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1748876280"
12+
IMAGE_UBUNTU_X86_64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-1748955449"
13+
IMAGE_UBUNTU_ARM64_FIPS: "platform-ingest-elastic-agent-ubuntu-2204-fips-aarch64-1748955449"
1414

1515
steps:
1616
- label: Build and push custom elastic-agent image
@@ -20,8 +20,6 @@ steps:
2020
env:
2121
FIPS: "true"
2222
command: |
23-
#!/usr/bin/env bash
24-
set -euo pipefail
2523
buildkite-agent artifact download build/distributions/elastic-agent-fips-cloud-*-linux-amd64.docker.tar.gz . --step 'packaging-containers-x86-64-fips'
2624
mage cloud:load
2725
mage cloud:push
@@ -37,8 +35,6 @@ steps:
3735
env:
3836
ASDF_TERRAFORM_VERSION: 1.9.2
3937
command: |
40-
#!/usr/bin/env bash
41-
set -euo pipefail
4238
source .buildkite/scripts/steps/ess_start.sh
4339
artifact_paths:
4440
- test_infra/ess/*.tfstate

0 commit comments

Comments
 (0)