Skip to content

Commit

Permalink
temporary change to CL2 test to validate prow job
Browse files Browse the repository at this point in the history
  • Loading branch information
prateekgogia committed Aug 9, 2023
1 parent c04fea9 commit 22b55e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/jobs/kubernetes/kops/kops-presubmits-scale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22b55e7

Please sign in to comment.