run profiler tests through queue

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>


[ROCm/rocprofiler-compute commit: a3b9dc7505]
This commit is contained in:
Karl W Schulz
2023-11-01 11:10:29 -05:00
rodzic e8fa3e3510
commit f4082891c9
@@ -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