Skip to content

Commit dec14cc

Browse files
authored
Increase memory limits for running openshift-tests (#48835)
Increase memory limits for steps running openshift-tests to account for increased memory consumption. This change is necessary due to the removal of a workaround for a Linux kernel bug in golang versions 1.21+. See golang/go#64332.
1 parent 6d47695 commit dec14cc

File tree

7 files changed

+9
-7
lines changed

7 files changed

+9
-7
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: 8Gi
12+
memory: 10Gi
1313
env:
1414
- name: ARCHITECTURE
1515
default: "amd64"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ ref:
88
cpu: "3"
99
memory: 600Mi
1010
limits:
11-
memory: 2Gi
11+
memory: 10Gi
1212
documentation: |-
1313
The Baremtal DS E2E single-node step executes the common end-to-end test suite.

ci-operator/step-registry/openshift/e2e/gcp/libvirt/test/openshift-e2e-gcp-libvirt-test-ref.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ref:
77
requests:
88
cpu: 10m
99
memory: 100Mi
10+
limits:
11+
memory: 10Gi
1012
env:
1113
- name: HOME
1214
default: /tmp/secret

ci-operator/step-registry/openshift/e2e/libvirt/test/openshift-e2e-libvirt-test-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ref:
5555
cpu: "4"
5656
memory: 600Mi
5757
limits:
58-
memory: 8Gi
58+
memory: 10Gi
5959
dnsConfig:
6060
nameservers:
6161
- 172.30.38.188

ci-operator/step-registry/openshift/e2e/ovirt/minimal/test/openshift-e2e-ovirt-minimal-test-ref.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ref:
5252
cpu: "3"
5353
memory: 600Mi
5454
limits:
55-
memory: 4Gi
55+
memory: 10Gi
5656
documentation: |-
5757
The Openshift E2E step executes the common end-to-end test suite - this step will become a PR to the general e2e
58-
tests script, created this step to avoid triggering all e2e jobs.
58+
tests script, created this step to avoid triggering all e2e jobs.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@ ref:
9494
cpu: "3"
9595
memory: 600Mi
9696
limits:
97-
memory: 8Gi
97+
memory: 10Gi
9898
documentation: |-
9999
The Openshift E2E step executes the common end-to-end test suite.

ci-operator/step-registry/single-node/e2e/test/single-node-e2e-test-ref.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ ref:
6666
cpu: "3"
6767
memory: 600Mi
6868
limits:
69-
memory: 4Gi
69+
memory: 10Gi
7070
documentation: |-
7171
The Openshift E2E step executes the common end-to-end test suite.

0 commit comments

Comments
 (0)