Skip to content

Commit ab52d72

Browse files
authored
tests_l2: Fix typo in gpu clinfo build
fix typo from 'ocl-cid' to 'ocl-icd' in gpu's clinfo build yaml Signed-off-by: vbedida79 <veenadhari.bedida@intel.com>
1 parent 4858324 commit ab52d72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/l2/dgpu/clinfo_build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@ spec:
2323
dockerfile: |
2424
FROM registry.access.redhat.com/ubi8-minimal:latest
2525
26-
ARG OCL_CID_VERSION=ocl-icd-2.2.12-1.el7.x86_64
26+
ARG OCL_ICD_VERSION=ocl-icd-2.2.12-1.el7.x86_64
2727
ARG CLINFO_VERSION=clinfo-2.2.18.04.06-6.fc34.x86_64
2828
2929
RUN microdnf install -y \
3030
glibc \
3131
yum-utils
3232
33-
# install intel-opencl, ocl-cid and clinfo
33+
# install intel-opencl, ocl-icd and clinfo
3434
RUN dnf install -y 'dnf-command(config-manager)' && \
3535
dnf config-manager --add-repo https://repositories.intel.com/graphics/rhel/8.4/intel-graphics.repo && \
3636
dnf install -y intel-opencl \
37-
https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/$OCL_CID_VERSION.rpm \
37+
https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/o/$OCL_ICD_VERSION.rpm \
3838
http://rpmfind.net/linux/fedora/linux/releases/34/Everything/x86_64/os/Packages/c/$CLINFO_VERSION.rpm && \
3939
dnf clean all && dnf autoremove && rm -rf /var/lib/dnf/lists/*
4040
strategy:
4141
type: Docker
4242
noCache: true
4343
dockerStrategy:
4444
buildArgs:
45-
- name: "OCL_CID_VERSION"
45+
- name: "OCL_ICD_VERSION"
4646
value: "ocl-icd-2.2.12-1.el7.x86_64"
4747
- name: "CLINFO_VERSION"
4848
value: "clinfo-2.2.18.04.06-6.fc34.x86_64"
4949
output:
5050
to:
5151
kind: ImageStreamTag
52-
name: intel-dgpu-clinfo:latest
52+
name: intel-dgpu-clinfo:latest

0 commit comments

Comments
 (0)