Skip to content

Commit f8b3583

Browse files
committed
Increase the memory limit for unit-tests
Signed-off-by: Tomáš Nevrlka <tnevrlka@redhat.com>
1 parent ac6bca2 commit f8b3583

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.tekton/unit-tests-pipeline.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ spec:
4141
runAsUser: 0
4242
computeResources:
4343
requests:
44-
memory: 2Gi
44+
memory: 4Gi
4545
limits:
46-
memory: 2Gi
46+
memory: 4Gi
4747
script: |
4848
#!/bin/bash
4949
set -ex

0 commit comments

Comments
 (0)