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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user