From f4082891c903db6fedae52d115dd5e34cec1da87 Mon Sep 17 00:00:00 2001 From: Karl W Schulz Date: Wed, 1 Nov 2023 11:10:29 -0500 Subject: [PATCH] run profiler tests through queue Signed-off-by: Karl W Schulz [ROCm/rocprofiler-compute commit: a3b9dc7505720b2e4103f7728a42634e10417347] --- projects/rocprofiler-compute/.github/workflows/mi100.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-compute/.github/workflows/mi100.yml b/projects/rocprofiler-compute/.github/workflows/mi100.yml index 898ca1721e..1c2502a3e8 100644 --- a/projects/rocprofiler-compute/.github/workflows/mi100.yml +++ b/projects/rocprofiler-compute/.github/workflows/mi100.yml @@ -37,13 +37,13 @@ jobs: run: | cd build ml cmake - ctest --verbose -R test_profiler_general + srun -N 1 -J omniperf -p ci -t 00:10:00 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 + srun -N 1 -J omniperf -p ci -t 00:35:00 ctest --verbose -R test_analyze_commands - name: Pytest coverage comment if: '!cancelled()' uses: MishaKav/pytest-coverage-comment@v1.1.48