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

perf: tune capacity for security-profiles-operator jobs #29821

Merged
merged 1 commit into from
Jun 15, 2023
Merged
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 @@ -14,10 +14,10 @@ presubmits:
- hack/pull-security-profiles-operator-build
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi

- name: pull-security-profiles-operator-verify
Expand All @@ -34,10 +34,10 @@ presubmits:
- hack/pull-security-profiles-operator-verify
resources:
limits:
cpu: 6
cpu: 10
memory: 8Gi
requests:
cpu: 6
cpu: 10
memory: 8Gi

- name: pull-security-profiles-operator-test-unit
Expand All @@ -54,10 +54,10 @@ presubmits:
- hack/pull-security-profiles-operator-test-unit
resources:
limits:
cpu: 2
cpu: 4
memory: 4Gi
requests:
cpu: 2
cpu: 4
memory: 4Gi

- name: pull-security-profiles-operator-build-image
Expand Down