Skip to content

Commit 0163e2b

Browse files
committed
label the reporting steps
1 parent 9294b1a commit 0163e2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ if [[ "${linux_projects}" != "" ]]; then
287287
CXX: 'clang++'
288288
commands:
289289
- './.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"'
290-
- plugins:
290+
- label: ':windows: Report Linux x64 Test Results'
291+
plugins:
291292
- junit-annotate#v2.5.0:
292293
artifacts: build/test-results-linux*.xml
293294
context: "linux-test-results"
@@ -320,7 +321,8 @@ if [[ "${windows_projects}" != "" ]]; then
320321
commands:
321322
- 'C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64'
322323
- 'bash .ci/monolithic-windows.sh "$(echo ${windows_projects} | tr ' ' ';')" "$(echo ${windows_check_targets})"'
323-
- plugins:
324+
- label: ':windows: Report Windows x64 Test Results'
325+
plugins:
324326
- junit-annotate#v2.5.0:
325327
artifacts: build/test-results-windows*.xml
326328
context: "windows-test-results"

0 commit comments

Comments
 (0)