Skip to content

Commit 71af766

Browse files
mprahlopenshift-merge-bot[bot]
authored andcommitted
Increase the memory for the prefetch step due to Yarn failing
Signed-off-by: mprahl <mprahl@users.noreply.github.com>
1 parent cbfa16d commit 71af766

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.tekton/mlflow-pull-request.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ spec:
5959
computeResources:
6060
requests:
6161
cpu: '1'
62-
memory: 4608Mi
62+
memory: 5120Mi
6363
limits:
64-
memory: 4608Mi
64+
memory: 5120Mi
6565
taskRunTemplate:
6666
serviceAccountName: build-pipeline-mlflow
6767
workspaces:

0 commit comments

Comments
 (0)