Skip to content

Commit af5f435

Browse files
committed
ci: improve job names
Signed-off-by: Carl Pearson <[email protected]>
1 parent 7ed5e11 commit af5f435

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/snl-h100.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ on:
77
workflow_call:
88

99
jobs:
10-
PR_CUDA1262_OPENMPI505_MPI:
11-
name: PR_CUDA1262_OPENMPI505_MPI
10+
PR_CUDA1262_OPENMPI505:
11+
name: PR_CUDA1262_OPENMPI505
1212

1313
# this label is correct, but the underlying AT2 runner is actually
1414
# CUDA 12.6.2 and OpenMPI 5.0.5 <facepalm>
@@ -66,8 +66,8 @@ jobs:
6666
working-directory: build-mpi
6767
run: ctest --output-on-failure -V --timeout 1200
6868

69-
PR_CUDA1262_OPENMPI505_NCCL:
70-
name: PR_CUDA1262_OPENMPI505_NCCL
69+
PR_CUDA1262_NCCL2275:
70+
name: PR_CUDA1262_NCCL2275
7171

7272
# this label is correct, but the underlying AT2 runner is actually
7373
# CUDA 12.6.2 and OpenMPI 5.0.5 <facepalm>

0 commit comments

Comments
 (0)