endeavor to add test summary

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
Este commit está contenido en:
Karl W Schulz
2024-02-27 08:57:39 -06:00
padre 26ff6da78b
commit 84e5b89a9c
+9
Ver fichero
@@ -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()'