Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase memory limits for running openshift-tests #48835

Merged
merged 1 commit into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ref:
cpu: "3"
memory: 600Mi
limits:
memory: 8Gi
memory: 10Gi
env:
- name: ARCHITECTURE
default: "amd64"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ ref:
cpu: "3"
memory: 600Mi
limits:
memory: 2Gi
memory: 10Gi
documentation: |-
The Baremtal DS E2E single-node step executes the common end-to-end test suite.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ref:
requests:
cpu: 10m
memory: 100Mi
limits:
memory: 10Gi
env:
- name: HOME
default: /tmp/secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ref:
cpu: "4"
memory: 600Mi
limits:
memory: 8Gi
memory: 10Gi
dnsConfig:
nameservers:
- 172.30.38.188
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ref:
cpu: "3"
memory: 600Mi
limits:
memory: 4Gi
memory: 10Gi
documentation: |-
The Openshift E2E step executes the common end-to-end test suite - this step will become a PR to the general e2e
tests script, created this step to avoid triggering all e2e jobs.
tests script, created this step to avoid triggering all e2e jobs.
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ ref:
cpu: "3"
memory: 600Mi
limits:
memory: 8Gi
memory: 10Gi
documentation: |-
The Openshift E2E step executes the common end-to-end test suite.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ ref:
cpu: "3"
memory: 600Mi
limits:
memory: 4Gi
memory: 10Gi
documentation: |-
The Openshift E2E step executes the common end-to-end test suite.