Skip to content

Commit 04b998b

Browse files
authored
increase the resource requests on ci-tools jobs (openshift#49268)
Signed-off-by: Nikolaos Moraitis <[email protected]>
1 parent 7c1cf75 commit 04b998b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci-operator/config/openshift/ci-tools/openshift-ci-tools-master.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -760,8 +760,8 @@ promotion:
760760
resources:
761761
'*':
762762
requests:
763-
cpu: 100m
764-
memory: 200Mi
763+
cpu: 300m
764+
memory: 400Mi
765765
test_binary_build_commands: make race-install
766766
tests:
767767
- as: unit

0 commit comments

Comments
 (0)