Skip to content

Commit c1a8fa2

Browse files
committed
report all steps?
1 parent 0d92f6f commit c1a8fa2

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

.ci/generate-buildkite-pipeline-premerge

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -286,11 +286,6 @@ if [[ "${linux_projects}" != "" ]]; then
286286
CXX: 'clang++'
287287
commands:
288288
- './.ci/monolithic-linux.sh "$(echo ${linux_projects} | tr ' ' ';')" "$(echo ${linux_check_targets})" "$(echo ${linux_runtimes} | tr ' ' ';')" "$(echo ${linux_runtime_check_targets})"'
289-
- wait: ~
290-
continue_on_failure: true
291-
- plugins:
292-
- junit-annotate#v2.5.0:
293-
artifacts: build/test-results*.xml
294289
EOF
295290
fi
296291

@@ -316,10 +311,13 @@ if [[ "${windows_projects}" != "" ]]; then
316311
commands:
317312
- 'C:\\BuildTools\\Common7\\Tools\\VsDevCmd.bat -arch=amd64 -host_arch=amd64'
318313
- 'bash .ci/monolithic-windows.sh "$(echo ${windows_projects} | tr ' ' ';')" "$(echo ${windows_check_targets})"'
319-
- wait: ~
320-
continue_on_failure: true
321-
- plugins:
322-
- junit-annotate#v2.5.0:
323-
artifacts: build/test-results*.xml
324314
EOF
325315
fi
316+
317+
cat <<EOF
318+
- wait: ~
319+
continue_on_failure: true
320+
- plugins:
321+
- junit-annotate#v2.5.0:
322+
artifacts: build/test-results*.xml
323+
EOF

0 commit comments

Comments
 (0)