Skip to content

Commit 3523461

Browse files
committed
ci: revert -vv to -v for NVHPC build/test output
1 parent 98ca704 commit 3523461

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -351,19 +351,19 @@ jobs:
351351
# --- NVHPC build + test ---
352352
- name: Build (NVHPC)
353353
if: matrix.nvhpc && matrix.target == 'cpu'
354-
run: /bin/bash mfc.sh test -vv --dry-run -j $(nproc) --test-all
354+
run: /bin/bash mfc.sh test -v --dry-run -j $(nproc) --test-all
355355

356356
- name: Build (NVHPC GPU)
357357
if: matrix.nvhpc && matrix.target == 'gpu'
358358
run: |
359-
/bin/bash mfc.sh test -vv --dry-run -j 2 --test-all --gpu acc
360-
/bin/bash mfc.sh test -vv --dry-run -j 2 --test-all --gpu mp
359+
/bin/bash mfc.sh test -v --dry-run -j 2 --test-all --gpu acc
360+
/bin/bash mfc.sh test -v --dry-run -j 2 --test-all --gpu mp
361361
362362
- name: Test (NVHPC)
363363
if: matrix.nvhpc && matrix.target == 'cpu'
364364
run: |
365365
ulimit -s unlimited || ulimit -s 65536 || true
366-
/bin/bash mfc.sh test -vv --max-attempts 3 -j $(nproc) --test-all
366+
/bin/bash mfc.sh test -v --max-attempts 3 -j $(nproc) --test-all
367367
368368
self:
369369
name: "${{ matrix.cluster_name }} (${{ matrix.device }}${{ matrix.interface != 'none' && format('-{0}', matrix.interface) || '' }}${{ matrix.shard != '' && format(' [{0}]', matrix.shard) || '' }})"

0 commit comments

Comments
 (0)