Skip to content

Commit

Permalink
Merge pull request #341 from GabyCT/topic/fixnamespacegauditest
Browse files Browse the repository at this point in the history
tests_gaudi: Fix image name in hccl job yaml
  • Loading branch information
uMartinXu authored Dec 17, 2024
2 parents cfd656a + 0724454 commit 363a56b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/gaudi/l2/hccl_job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
serviceAccountName: hccl-demo-anyuid-sa
containers:
- name: hccl-demo-workload
image: image-registry.openshift-image-registry.svc:5000/hccl-demo/hccl-demo-workload:1.18.0-524
image: image-registry.openshift-image-registry.svc:5000/gaudi-validation/hccl-demo-workload:1.18.0-524
workingDir: "/hccl_demo"
command: ["/bin/bash", "-c", "--"]
## sleep for 20 seconds to avoid race condition
Expand All @@ -26,4 +26,4 @@ spec:
resources:
limits:
habana.ai/gaudi: 8
imagePullPolicy: IfNotPresent
imagePullPolicy: IfNotPresent

0 comments on commit 363a56b

Please sign in to comment.