From 37f27e4b170e73f9fc0f914e6a07a2b2910de9a0 Mon Sep 17 00:00:00 2001 From: Ivan Valdes Date: Thu, 15 Aug 2024 22:25:28 -0700 Subject: [PATCH] etcd: adjust e2e presubmit jobs * Don't set them as optional, as the jobs have been stable, according to TestGrid. * Set the RAM requests/limits to 4Gi, as based on the Grafana stats, ARM and AMD jobs have been using around 1Gi, so cutting the resources in half should be enough. --- config/jobs/etcd/etcd-presubmits.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/config/jobs/etcd/etcd-presubmits.yaml b/config/jobs/etcd/etcd-presubmits.yaml index 4058a02875f5..075f15ec2f30 100644 --- a/config/jobs/etcd/etcd-presubmits.yaml +++ b/config/jobs/etcd/etcd-presubmits.yaml @@ -177,7 +177,6 @@ presubmits: - name: pull-etcd-e2e-amd64 cluster: eks-prow-build-cluster - optional: true # remove this once the job is green always_run: true branches: - main @@ -200,14 +199,13 @@ presubmits: resources: requests: cpu: "4" - memory: "8Gi" + memory: "4Gi" limits: cpu: "4" - memory: "8Gi" + memory: "4Gi" - name: pull-etcd-e2e-386 cluster: eks-prow-build-cluster - optional: true # remove this once the job is green always_run: true branches: - main @@ -229,14 +227,13 @@ presubmits: resources: requests: cpu: "4" - memory: "8Gi" + memory: "4Gi" limits: cpu: "4" - memory: "8Gi" + memory: "4Gi" - name: pull-etcd-e2e-arm64 cluster: k8s-infra-prow-build - optional: true # remove this once the job is green always_run: true branches: - main