Skip to content

Commit 9294b1a

Browse files
committed
correct step keys
1 parent c72deff commit 9294b1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
269269
if [[ "${linux_projects}" != "" ]]; then
270270
cat <<EOF
271271
- label: ':linux: Linux x64'
272-
key: "test Linux"
272+
key: "test-linux"
273273
artifact_paths:
274274
- 'artifacts/**/*'
275275
- '*_result.json'
@@ -291,7 +291,7 @@ if [[ "${linux_projects}" != "" ]]; then
291291
- junit-annotate#v2.5.0:
292292
artifacts: build/test-results-linux*.xml
293293
context: "linux-test-results"
294-
depends_on: "test Linux"
294+
depends_on: "test-linux"
295295
allow_dependency_failure: true
296296
agents: ${LINUX_AGENTS}
297297
EOF
@@ -300,7 +300,7 @@ fi
300300
if [[ "${windows_projects}" != "" ]]; then
301301
cat <<EOF
302302
- label: ':windows: Windows x64'
303-
key: "test Windows"
303+
key: "test-windows"
304304
artifact_paths:
305305
- 'artifacts/**/*'
306306
- '*_result.json'
@@ -324,7 +324,7 @@ if [[ "${windows_projects}" != "" ]]; then
324324
- junit-annotate#v2.5.0:
325325
artifacts: build/test-results-windows*.xml
326326
context: "windows-test-results"
327-
depends_on: "test Windows"
327+
depends_on: "test-windows"
328328
allow_dependency_failure: true
329329
agents: ${LINUX_AGENTS}
330330
EOF

0 commit comments

Comments
 (0)