Skip to content

Commit f412cd1

Browse files
authored
Merge pull request #325 from chaitanya1731/gaudi_networking
tests: Gaudi L2 Tests updated for v1.18.0-524
2 parents 4011c07 + 5343099 commit f412cd1

File tree

3 files changed

+4
-13
lines changed

3 files changed

+4
-13
lines changed

tests/gaudi/l2/hccl_build.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,29 +13,20 @@ spec:
1313
output:
1414
to:
1515
kind: ImageStreamTag
16-
name: 'hccl-demo-workload:latest'
16+
name: 'hccl-demo-workload:1.18.0-524'
1717
strategy:
1818
type: Docker
1919
source:
2020
type: Dockerfile
2121
dockerfile: |
22-
ARG BUILDER=vault.habana.ai/gaudi-docker/1.17.1/rhel9.4/habanalabs/pytorch-installer-2.3.1:1.17.1-40
22+
ARG BUILDER=vault.habana.ai/gaudi-docker/1.18.0/rhel9.4/habanalabs/pytorch-installer-2.4.0:1.18.0-524
2323
FROM ${BUILDER} AS builder
2424
2525
WORKDIR /
2626
RUN git clone https://github.com/HabanaAI/hccl_demo.git \
2727
&& cd hccl_demo \
2828
&& make
2929
30-
WORKDIR /
31-
RUN git clone https://github.com/HabanaAI/hccl_ofi_wrapper.git \
32-
&& export LIBFABRIC_ROOT=/opt/habanalabs/libfabric-1.20.0 \
33-
&& cd hccl_ofi_wrapper \
34-
&& make \
35-
&& cp libhccl_ofi_wrapper.so /usr/lib/habanalabs/libhccl_ofi_wrapper.so \
36-
&& ldconfig \
37-
&& export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/habanalabs/
38-
3930
WORKDIR /hccl_demo
4031
triggers:
4132
- type: ConfigChange

tests/gaudi/l2/hccl_job.yaml

Lines changed: 1 addition & 1 deletion
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:latest
14+
image: image-registry.openshift-image-registry.svc:5000/hccl-demo/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

tests/gaudi/l2/hl-smi_job.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
restartPolicy: Never
1111
containers:
1212
- name: hl-smi-workload
13-
image: vault.habana.ai/gaudi-docker/1.17.1/rhel9.4/habanalabs/pytorch-installer-2.3.1:1.17.1-40
13+
image: vault.habana.ai/gaudi-docker/1.18.0/rhel9.4/habanalabs/pytorch-installer-2.4.0:1.18.0-524
1414
command: ["hl-smi"]
1515
resources:
1616
limits:

0 commit comments

Comments
 (0)