Skip to content

Commit

Permalink
Merge pull request #29808 from furkatgofurov7/increase-resource-quota…
Browse files Browse the repository at this point in the history
…s-capi-operator

CAPI Operator: Increase resource quotas for pull-cluster-api-operator-make-* jobs
  • Loading branch information
k8s-ci-robot authored Jun 14, 2023
2 parents 23a909b + 39b3775 commit d041afe
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 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 Expand Up @@ -165,11 +165,11 @@ presubmits:
key: cluster-lifecycle-github-token
resources:
requests:
cpu: "1"
memory: "2Gi"
cpu: "4"
memory: "8Gi"
limits:
cpu: "1"
memory: "2Gi"
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator
testgrid-tab-name: capi-operator-pr-e2e-main
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 Expand Up @@ -165,11 +165,11 @@ presubmits:
key: cluster-lifecycle-github-token
resources:
requests:
cpu: "1"
memory: "2Gi"
cpu: "4"
memory: "8Gi"
limits:
cpu: "1"
memory: "2Gi"
cpu: "4"
memory: "8Gi"
annotations:
testgrid-dashboards: sig-cluster-lifecycle-cluster-api-operator-0.3
testgrid-tab-name: capi-operator-pr-e2e-release-0-3

0 comments on commit d041afe

Please sign in to comment.