From fdefdb32a28c19985f3f1f7c4b2e5fa4affafecf Mon Sep 17 00:00:00 2001 From: John Howard Date: Fri, 25 Feb 2022 16:28:22 -0800 Subject: [PATCH] Release build on dedicate nodes as well --- .../istio/istio-private.istio.master.gen.yaml | 10 ++++------ .../jobs/istio/istio/istio.istio.master.gen.yaml | 10 ++++------ prow/config/jobs/istio.yaml | 2 ++ 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml b/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml index f02d5fa47ea..e299130e366 100644 --- a/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml +++ b/prow/cluster/jobs/istio-private/istio/istio-private.istio.master.gen.yaml @@ -30,11 +30,10 @@ postsubmits: name: "" resources: limits: - cpu: "5" memory: 24Gi requests: - cpu: "5" - memory: 3Gi + cpu: "15" + memory: 8Gi securityContext: privileged: true volumeMounts: @@ -2030,11 +2029,10 @@ presubmits: name: "" resources: limits: - cpu: "5" memory: 24Gi requests: - cpu: "5" - memory: 3Gi + cpu: "15" + memory: 8Gi securityContext: privileged: true volumeMounts: diff --git a/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml b/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml index 53e250a72cc..3041b98ebee 100644 --- a/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml +++ b/prow/cluster/jobs/istio/istio/istio.istio.master.gen.yaml @@ -124,11 +124,10 @@ postsubmits: name: "" resources: limits: - cpu: "5" memory: 24Gi requests: - cpu: "5" - memory: 3Gi + cpu: "15" + memory: 8Gi securityContext: privileged: true volumeMounts: @@ -1968,11 +1967,10 @@ presubmits: name: "" resources: limits: - cpu: "5" memory: 24Gi requests: - cpu: "5" - memory: 3Gi + cpu: "15" + memory: 8Gi securityContext: privileged: true volumeMounts: diff --git a/prow/config/jobs/istio.yaml b/prow/config/jobs/istio.yaml index a0bdc4573d6..b019a177bc4 100644 --- a/prow/config/jobs/istio.yaml +++ b/prow/config/jobs/istio.yaml @@ -12,12 +12,14 @@ jobs: types: [presubmit] command: [entrypoint, prow/release-test.sh] requirements: [docker] + resources: dedicated - name: release service_account_name: prowjob-advanced-sa types: [postsubmit] command: [entrypoint, prow/release-commit.sh] requirements: [docker] + resources: dedicated - name: benchmark types: [presubmit]