From dd36ee2a29084827ab86283ae982dde78f37678e 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 --- .github/workflows/mi100.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mi100.yml b/.github/workflows/mi100.yml index b28246973d..ce6271f11d 100644 --- a/.github/workflows/mi100.yml +++ b/.github/workflows/mi100.yml @@ -39,12 +39,12 @@ 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 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 uses: MishaKav/pytest-coverage-comment@v1.1.48 with: