Skip to content

Commit

Permalink
Increase resource quotas for pull-cluster-api-operator-make-main/rele…
Browse files Browse the repository at this point in the history
…ase-0-3 jobs to avoid cpu throttling

Signed-off-by: Furkat Gofurov <[email protected]>
  • Loading branch information
furkatgofurov7 committed Jun 14, 2023
1 parent e206313 commit b3a1e1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ presubmits:
privileged: true
resources:
requests:
cpu: "1"
memory: "4Gi"
cpu: "4"
memory: "8Gi"
limits:
cpu: "1"
memory: "4Gi"
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
testgrid-tab-name: capi-operator-pr-make-main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ presubmits:
privileged: true
resources:
requests:
cpu: "1"
memory: "4Gi"
cpu: "4"
memory: "8Gi"
limits:
cpu: "1"
memory: "4Gi"
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator-0.3
testgrid-tab-name: capi-operator-pr-make-release-0-3
Expand Down

0 comments on commit b3a1e1d

Please sign in to comment.