Adding reservation time for salloc in CI (#1992)
Co-authored-by: arravikum <arravikum@amd.com>
[ROCm/rccl commit: 506c2e9878]
This commit is contained in:
committed by
GitHub
parent
f5b45c549d
commit
a7a1647926
@@ -55,7 +55,7 @@ jobs:
|
||||
- name: Test gfx950
|
||||
if: ${{ inputs.amdgpu_families == 'gfx950-dcgpu' }}
|
||||
run: |
|
||||
salloc -N 4 -p meta64 --exclusive bash -c "
|
||||
salloc -N 4 -p meta64 -t 04:00:00 --exclusive bash -c "
|
||||
source /home/arravikum/TheRock/.venv/bin/activate &&
|
||||
cd /home/arravikum/cvs &&
|
||||
python input/setup.py &&
|
||||
|
||||
Reference in New Issue
Block a user