Skip to content

Commit c54b636

Browse files
authored
Increase memory limits for metal-ipi openshift-tests (#48951)
This was increased recently for golang/go#64332 but metal-ipi bm jobs persist in being OOM'd. Bump it further.
1 parent f1ba7e2 commit c54b636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci-operator/step-registry/baremetalds/e2e/test/baremetalds-e2e-test-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ref:
99
cpu: "3"
1010
memory: 600Mi
1111
limits:
12-
memory: 10Gi
12+
memory: 12Gi
1313
env:
1414
- name: ARCHITECTURE
1515
default: "amd64"

0 commit comments

Comments
 (0)