File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments