File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -269,7 +269,7 @@ windows_projects=$(add-dependencies ${windows_projects_to_test} | sort | uniq)
269269if [[ " ${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}
297297EOF
300300if [[ " ${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}
330330EOF
You can’t perform that action at this time.
0 commit comments