Skip to content

Commit 1ab9116

Browse files
committed
fix dpu config
1 parent 4a0ee26 commit 1ab9116

File tree

2 files changed

+26
-20
lines changed

2 files changed

+26
-20
lines changed

images/dpu-intel-ipu-p4sdk.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ content:
1313
streams_prs:
1414
ci_build_root:
1515
member: ci-openshift-build-root-latest.rhel9
16-
modifications:
17-
- action: replace
18-
match: "COPY openshift/install-dpu.sh ."
19-
replacement: |
20-
COPY openshift/install-dpu.sh .
21-
# Create a pip.conf file to globally set --ignore-installed.
22-
# Needed as the base centos image has setuptools installed by a package manager
23-
RUN mkdir -p /root/.config/pip && \
24-
echo "[install]" > /root/.config/pip/pip.conf && \
25-
echo "ignore-installed = true" >> /root/.config/pip/pip.conf
2616
dependents:
2717
- dpu-operator
2818
distgit:
@@ -52,3 +42,16 @@ konflux:
5242
lockfile:
5343
inspect_parent: false
5444
network_mode: open
45+
okd:
46+
content:
47+
source:
48+
modifications:
49+
- action: replace
50+
match: "COPY openshift/install-dpu.sh ."
51+
replacement: |
52+
COPY openshift/install-dpu.sh .
53+
# Create a pip.conf file to globally set --ignore-installed.
54+
# Needed as the base centos image has setuptools installed by a package manager
55+
RUN mkdir -p /root/.config/pip && \
56+
echo "[install]" > /root/.config/pip/pip.conf && \
57+
echo "ignore-installed = true" >> /root/.config/pip/pip.conf

images/dpu-intel-ipu-vsp.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@ content:
1313
streams_prs:
1414
ci_build_root:
1515
member: ci-openshift-build-root-latest.rhel9
16-
modifications:
17-
- action: replace
18-
match: "COPY openshift/install-dpu.sh ."
19-
replacement: |
20-
COPY openshift/install-dpu.sh .
21-
# Create a pip.conf file to globally set --ignore-installed.
22-
# Needed as the base centos image has setuptools installed by a package manager
23-
RUN mkdir -p /root/.config/pip && \
24-
echo "[install]" > /root/.config/pip/pip.conf && \
25-
echo "ignore-installed = true" >> /root/.config/pip/pip.conf
2616
pkg_managers:
2717
- pip
2818
dependents:
@@ -82,3 +72,16 @@ konflux:
8272
- libubsan
8373
- libxcrypt-devel
8474
- make
75+
okd:
76+
content:
77+
source:
78+
modifications:
79+
- action: replace
80+
match: "COPY openshift/install-dpu.sh ."
81+
replacement: |
82+
COPY openshift/install-dpu.sh .
83+
# Create a pip.conf file to globally set --ignore-installed.
84+
# Needed as the base centos image has setuptools installed by a package manager
85+
RUN mkdir -p /root/.config/pip && \
86+
echo "[install]" > /root/.config/pip/pip.conf && \
87+
echo "ignore-installed = true" >> /root/.config/pip/pip.conf

0 commit comments

Comments
 (0)