File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ steps:
142142
143143 docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
144144 docker run test-runner-image /bin/bash -c '
145- source ci/test_split_utils .sh
145+ source ci/get-test-half .sh
146146 specs=$(get_test_half 0)
147147 ./gradlew --info --stacktrace -PrunTestsInFIPSMode=true runIntegrationTests -PrubyIntegrationSpecs="$specs"
148148 '
@@ -164,7 +164,7 @@ steps:
164164
165165 docker build -t test-runner-image -f x-pack/distributions/internal/observabilitySRE/docker/Dockerfile .
166166 docker run test-runner-image /bin/bash -c '
167- source ci/test_split_utils .sh
167+ source ci/get-test-half .sh
168168 specs=$(get_test_half 1)
169169 ./gradlew --info --stacktrace -PrunTestsInFIPSMode=true runIntegrationTests -PrubyIntegrationSpecs="$specs"
170170 '
You can’t perform that action at this time.
0 commit comments