From 910262e3581311dca3102b00222a094873e308a2 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Tue, 27 Feb 2024 10:39:12 -0600 Subject: [PATCH] disable older test publisher Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: 980524dda529d784198c3856059d4a5f7f9af779] --- .../rocprofiler-compute/.github/workflows/mi100.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 2f0a3e4dfd..a65fd6d6ef 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -58,12 +58,12 @@ 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() - uses: pmeier/pytest-results-action@main - with: - path: tests/test-results.xml - summary: true +## - name: Summarize tests +## if: always() +## uses: pmeier/pytest-results-action@main +## with: +## path: tests/test-results.xml +## summary: true - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action/linux@v2 if: always()