Skip to content

Commit

Permalink
Merge pull request #931 from elezar/update-gpu-job
Browse files Browse the repository at this point in the history
[no-relnote] Use nbody as test job
  • Loading branch information
elezar committed Aug 28, 2024
2 parents 337ac67 + cc174b1 commit dd73702
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 dd73702

Please sign in to comment.