From e8fa3e35102a22cc6790c63bc13e53c58e202ffd Mon Sep 17 00:00:00 2001 From: "Karl W. Schulz" Date: Tue, 31 Oct 2023 11:08:15 -0400 Subject: [PATCH] run all ci tests Signed-off-by: Karl W. Schulz [ROCm/rocprofiler-compute commit: c15ec38ecab93032a86e9b344e2b38d133c431c0] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index b74533d77f..898ca1721e 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -39,11 +39,13 @@ jobs: ml cmake ctest --verbose -R test_profiler_general - name: Run [analyze] mode + if: '!cancelled()' run: | cd build ml cmake srun -N 1 -J omniperf -p ci -t 00:25:00 ctest --verbose -R test_analyze_commands - name: Pytest coverage comment + if: '!cancelled()' uses: MishaKav/pytest-coverage-comment@v1.1.48 with: pytest-xml-coverage-path: 'tests/coverage.xml'