From 39b3775d10ad018594a466ad4f816faadf117ddf Mon Sep 17 00:00:00 2001 From: Furkat Gofurov Date: Wed, 14 Jun 2023 16:57:49 +0300 Subject: [PATCH] Increase resource quotas for e2e and make jobs to avoid cpu throttling and extended build duration Signed-off-by: Furkat Gofurov --- .../cluster-api-operator-presubmits-main.yaml | 16 ++++++++-------- ...ster-api-operator-presubmits-release-0-3.yaml | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-main.yaml b/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-main.yaml index d5cb31e630db..c4fab9c6b0d0 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-main.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-main.yaml @@ -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 @@ -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 diff --git a/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-release-0-3.yaml b/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-release-0-3.yaml index 0f764ea5378b..3c2254859b65 100644 --- a/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-release-0-3.yaml +++ b/config/jobs/kubernetes-sigs/cluster-api-operator/cluster-api-operator-presubmits-release-0-3.yaml @@ -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 @@ -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