From 84e5b89a9cd0ebcb2c359f2aa85cfded36c61f0f Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 08:57:39 -0600 Subject: [PATCH] endeavor to add test summary Signed-off-by: Karl W Schulz --- .github/workflows/mi100.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index d55779c418..f31009dfe1 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -58,6 +58,15 @@ jobs: run: | cd build srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile + - name: Summarize tests + if: always() + with: + path: tests/test-results.xml + summary: true +## - name: Run [analyze workloads] mode +## run: | +## cd build +## srun -N 1 -J omniperf -p ci -t 00:20:00 ctest -j 4 --resource-spec-file ../tests/4gpus.json --verbose -L profile # srun -N 1 -J omniperf -p ci -t 00:20:00 ctest --verbose -R test_profile_kernel_execution ## - name: Run [analyze] mode ## if: '!cancelled()'