@@ -115,6 +115,16 @@ jobs:
115115 --filename-packageenables ./packageEnables.cmake \
116116 --max-cores-allowed=29 \
117117 --num-concurrent-tests=16
118+ - name : Build output logs
119+ if : success() || failure()
120+ shell : bash -l {0}
121+ run : |
122+ build_dir=/home/Trilinos/build
123+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
124+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
125+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
126+ --print-errors \
127+ --github-actions-mode
118128 - name : Copy artifacts
119129 if : success() || failure()
120130 shell : bash -l {0}
@@ -219,6 +229,16 @@ jobs:
219229 --filename-packageenables ./packageEnables.cmake \
220230 --max-cores-allowed=29 \
221231 --num-concurrent-tests=16
232+ - name : Build output logs
233+ if : success() || failure()
234+ shell : bash -l {0}
235+ run : |
236+ build_dir=/home/Trilinos/build
237+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
238+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
239+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
240+ --print-errors \
241+ --github-actions-mode
222242 - name : Copy artifacts
223243 if : success() || failure()
224244 shell : bash -l {0}
@@ -324,6 +344,16 @@ jobs:
324344 --max-cores-allowed=56 \
325345 --num-concurrent-tests=112 \
326346 --slots-per-gpu=8
347+ - name : Build output logs
348+ if : success() || failure()
349+ shell : bash -l {0}
350+ run : |
351+ build_dir=/home/Trilinos/build
352+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
353+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
354+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
355+ --print-errors \
356+ --github-actions-mode
327357 - name : Copy artifacts
328358 if : success() || failure()
329359 shell : bash -l {0}
@@ -429,6 +459,16 @@ jobs:
429459 --filename-packageenables ./packageEnables.cmake \
430460 --max-cores-allowed=29 \
431461 --num-concurrent-tests=16
462+ - name : Build output logs
463+ if : success() || failure()
464+ shell : bash -l {0}
465+ run : |
466+ build_dir=/home/Trilinos/build
467+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
468+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
469+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
470+ --print-errors \
471+ --github-actions-mode
432472 - name : Copy artifacts
433473 if : success() || failure()
434474 shell : bash -l {0}
@@ -533,6 +573,16 @@ jobs:
533573 --filename-packageenables ./packageEnables.cmake \
534574 --max-cores-allowed=56 \
535575 --skip-run-tests
576+ - name : Build output logs
577+ if : success() || failure()
578+ shell : bash -l {0}
579+ run : |
580+ build_dir=/home/Trilinos/build
581+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
582+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
583+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
584+ --print-errors \
585+ --github-actions-mode
536586 - name : Copy artifacts
537587 if : success() || failure()
538588 shell : bash -l {0}
@@ -634,6 +684,16 @@ jobs:
634684 --filename-packageenables ./packageEnables.cmake \
635685 --max-cores-allowed=29 \
636686 --num-concurrent-tests=16
687+ - name : Build output logs
688+ if : success() || failure()
689+ shell : bash -l {0}
690+ run : |
691+ build_dir=/home/Trilinos/build
692+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
693+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
694+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
695+ --print-errors \
696+ --github-actions-mode
637697 - name : Copy artifacts
638698 if : success() || failure()
639699 shell : bash -l {0}
@@ -738,6 +798,15 @@ jobs:
738798 --filename-packageenables ./packageEnables.cmake \
739799 --max-cores-allowed=29 \
740800 --num-concurrent-tests=16
801+ - name : Build output logs
802+ shell : bash -l {0}
803+ run : |
804+ build_dir=/home/Trilinos/build
805+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
806+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
807+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
808+ --print-errors \
809+ --github-actions-mode
741810 - name : Copy artifacts
742811 if : success() || failure()
743812 shell : bash -l {0}
@@ -831,6 +900,16 @@ jobs:
831900 --ctest-drop-site sems-cdash-son.sandia.gov/cdash \
832901 --filename-subprojects ./package_subproject_list.cmake \
833902 --skip-create-packageenables
903+ - name : Build output logs
904+ if : success() || failure()
905+ shell : bash -l {0}
906+ run : |
907+ build_dir=/home/Trilinos/build
908+ build_tag=$(head -n 1 ${build_dir}/Testing/TAG)
909+ python3 ${GITHUB_WORKSPACE}/packages/framework/pr_tools/ctest_xml_printer.py \
910+ --ctest-xml-dir /home/Trilinos/build/Testing/${build_tag}/Build \
911+ --print-errors \
912+ --github-actions-mode
834913 - name : Copy artifacts
835914 if : success() || failure()
836915 shell : bash -l {0}
0 commit comments