Skip to content

Commit d764e80

Browse files
committed
ci(e2e): build gpu workloads before gpu e2e
Signed-off-by: Evan Lezar <elezar@nvidia.com>
1 parent 0e9aa59 commit d764e80

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/e2e-gpu-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,8 @@ jobs:
6565
docker info --format '{{json .CDISpecDirs}}'
6666
docker run --rm --device nvidia.com/gpu=all "${OPENSHELL_E2E_GPU_PROBE_IMAGE}" nvidia-smi -L
6767
68+
- name: Build GPU workload images
69+
run: mise run --no-deps --skip-deps e2e:workloads:build
70+
6871
- name: Run tests
6972
run: mise run --no-deps --skip-deps e2e:docker:gpu

0 commit comments

Comments
 (0)