Skip to content

Commit 0724454

Browse files
committed
tests_gaudi: Fix image name in hccl job yaml
This PR fixes the image name by correcting the namespace to gaudi-validation which is the one currently being used in order to avoid the ErrImagePull error due the incorrect namespace. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
1 parent 39acce8 commit 0724454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/gaudi/l2/hccl_job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ spec:
1111
serviceAccountName: hccl-demo-anyuid-sa
1212
containers:
1313
- name: hccl-demo-workload
14-
image: image-registry.openshift-image-registry.svc:5000/hccl-demo/hccl-demo-workload:1.18.0-524
14+
image: image-registry.openshift-image-registry.svc:5000/gaudi-validation/hccl-demo-workload:1.18.0-524
1515
workingDir: "/hccl_demo"
1616
command: ["/bin/bash", "-c", "--"]
1717
## sleep for 20 seconds to avoid race condition
@@ -26,4 +26,4 @@ spec:
2626
resources:
2727
limits:
2828
habana.ai/gaudi: 8
29-
imagePullPolicy: IfNotPresent
29+
imagePullPolicy: IfNotPresent

0 commit comments

Comments
 (0)