Skip to content

Commit 21f6b03

Browse files
committed
Bug fix: Actually use shared integration_tests.sh file
After refactoring to use the same script, I forgot to actually use it in the buildkite definition...
1 parent ab19806 commit 21f6b03

2 files changed

Lines changed: 3 additions & 12 deletions

File tree

.buildkite/pull_request_pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ steps:
157157
set -euo pipefail
158158
159159
docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
160-
docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/run-fips-integration-tests.sh 0 3
160+
docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/integration_tests.sh 0 3
161161
162162
- label: ":lab_coat: Integration Tests - FIPS mode / part 2-of-3"
163163
key: "integration-tests-fips-part-2-of-3"
@@ -174,7 +174,7 @@ steps:
174174
set -euo pipefail
175175
176176
docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
177-
docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/run-fips-integration-tests.sh 1 3
177+
docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/integration_tests.sh 1 3
178178
179179
- label: ":lab_coat: Integration Tests - FIPS mode / part 3-of-3"
180180
key: "integration-tests-fips-part-3-of-3"
@@ -191,7 +191,7 @@ steps:
191191
set -euo pipefail
192192
193193
docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
194-
docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/run-fips-integration-tests.sh 2 3
194+
docker run -e FEDRAMP_HIGH_MODE=true test-runner-image ci/integration_tests.sh 2 3
195195
196196
- label: ":lab_coat: Integration Tests / part 1-of-3"
197197
key: "integration-tests-part-1"

ci/run-fips-integration-tests.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)