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: