File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 79
79
stepSpecs :
80
80
- name : create-trusted-artifact
81
81
computeResources : *ta-resources
82
+ - pipelineTaskName : determine-image-expiration
83
+ stepSpecs :
84
+ - name : use-trusted-artifact
85
+ computeResources : *ta-resources
82
86
- pipelineTaskName : determine-image-tag
83
87
stepSpecs :
84
88
- name : use-trusted-artifact
@@ -93,10 +97,10 @@ spec:
93
97
# We saw prefetch-dependencies _step_ also OOMKill-ed, therefore bumping its memory compared to default.
94
98
computeResources :
95
99
limits :
96
- memory : 4Gi
100
+ memory : 6Gi
97
101
requests :
98
102
cpu : " 1"
99
- memory : 4Gi
103
+ memory : 6Gi
100
104
- pipelineTaskName : build-container-s390x
101
105
stepSpecs :
102
106
- name : use-trusted-artifact
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ ARG CMAKE_BUILD_DIR=${BUILD_DIR}/cmake-build
4
4
5
5
FROM registry.access.redhat.com/ubi8/ubi:latest@sha256:0c1757c4526cfd7fdfedc54fadf4940e7f453201de65c0fefd454f3dde117273 AS builder
6
6
7
- RUN dnf -y install --nobest \
7
+ RUN dnf -y install --nobest --allowerasing \
8
8
make \
9
9
wget \
10
10
unzip \
You can’t perform that action at this time.
0 commit comments