Skip to content

Commit

Permalink
[no-relnote] Use nbody as test job
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <[email protected]>
  • Loading branch information
elezar committed Aug 28, 2024
1 parent 337ac67 commit cc174b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/e2e/common/gpu_job.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ var GPUJob = &batchv1.Job{
Containers: []v1.Container{
{
Name: "cuda-container",
Image: "nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda10.2",
Image: "nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1-ubuntu18.04",
Args: []string{"--benchmark", "--numbodies=10000"},
Resources: v1.ResourceRequirements{
Limits: v1.ResourceList{
"nvidia.com/gpu": resource.MustParse("1"),
Expand Down

0 comments on commit cc174b1

Please sign in to comment.