File tree Expand file tree Collapse file tree 2 files changed +26
-20
lines changed Expand file tree Collapse file tree 2 files changed +26
-20
lines changed Original file line number Diff line number Diff 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
2616dependents :
2717- dpu-operator
2818distgit :
@@ -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
Original file line number Diff line number Diff 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
2818dependents :
@@ -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
You can’t perform that action at this time.
0 commit comments