Skip to content

Commit

Permalink
Merge pull request #33951 from seanmalloy/descheduler-resources
Browse files Browse the repository at this point in the history
Bump CPU and Memory Resources For All pull-descheduler-verify Jobs
  • Loading branch information
k8s-ci-robot authored Dec 14, 2024
2 parents 7b92267 + 11e8d8a commit 500e955
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ presubmits:
- verify
resources:
limits:
cpu: 6
memory: 4Gi
cpu: 8
memory: 8Gi
requests:
cpu: 6
memory: 4Gi
cpu: 8
memory: 8Gi
- name: pull-descheduler-verify-build-release-1-29
cluster: eks-prow-build-cluster
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ presubmits:
- verify
resources:
limits:
cpu: 6
memory: 4Gi
cpu: 8
memory: 8Gi
requests:
cpu: 6
memory: 4Gi
cpu: 8
memory: 8Gi
- name: pull-descheduler-verify-build-release-1-30
cluster: eks-prow-build-cluster
annotations:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ presubmits:
- verify
resources:
limits:
cpu: 6
memory: 4Gi
cpu: 8
memory: 8Gi
requests:
cpu: 6
memory: 4Gi
cpu: 8
memory: 8Gi
- name: pull-descheduler-verify-build-release-1-31
cluster: eks-prow-build-cluster
annotations:
Expand Down

0 comments on commit 500e955

Please sign in to comment.