From 22b55e7c8d45ba783f025dd14ba15db5358296bd Mon Sep 17 00:00:00 2001 From: Prateek Gogia Date: Tue, 8 Aug 2023 22:38:49 -0500 Subject: [PATCH] temporary change to CL2 test to validate prow job --- config/jobs/kubernetes/kops/kops-presubmits-scale.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/jobs/kubernetes/kops/kops-presubmits-scale.yaml b/config/jobs/kubernetes/kops/kops-presubmits-scale.yaml index 891d968d066c..c6f9513e7214 100644 --- a/config/jobs/kubernetes/kops/kops-presubmits-scale.yaml +++ b/config/jobs/kubernetes/kops/kops-presubmits-scale.yaml @@ -68,6 +68,7 @@ presubmits: # {"cloud": "aws", "distro": "u2204", "k8s_version": "stable", "kops_channel": "alpha", "networking": "amazonvpc"} - name: presubmit-kops-aws-scale-amazonvpc-using-cl2 + cluster: eks-prow-build-cluster branches: - master always_run: false @@ -131,6 +132,9 @@ presubmits: requests: cpu: "2" memory: "6Gi" + limits: + cpu: "2" + memory: "6Gi" annotations: test.kops.k8s.io/cloud: aws test.kops.k8s.io/distro: u2204