Skip to content

Commit 626f901

Browse files
committed
fix typo in helper name (kebab case, not snake)
1 parent b762787 commit 626f901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/pull_request_pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
'

0 commit comments

Comments
 (0)