Skip to content

Commit

Permalink
Merge pull request #29879 from iftachk/migrate-aws-load-balancer-cont…
Browse files Browse the repository at this point in the history
…roller-jobs

migrate kubernetes/aws-load-balancer-controller jobs to eks cluster
  • Loading branch information
k8s-ci-robot authored Jul 1, 2023
2 parents b3ad019 + e14c887 commit b92d415
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
presubmits:
kubernetes-sigs/aws-load-balancer-controller:
- name: pull-aws-load-balancer-controller-lint
cluster: eks-prow-build-cluster
always_run: true
decorate: true
labels:
Expand All @@ -13,12 +14,20 @@ presubmits:
args:
- make
- lint
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: provider-aws-load-balancer-controller
testgrid-tab-name: lint
description: aws load balancer controller code lint
testgrid-num-columns-recent: '30'
- name: pull-aws-load-balancer-controller-unit-test
cluster: eks-prow-build-cluster
always_run: true
decorate: true
labels:
Expand All @@ -35,6 +44,13 @@ presubmits:
- name: coveralls
mountPath: /etc/coveralls-token
readOnly: true
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
volumes:
- name: coveralls
secret:
Expand Down

0 comments on commit b92d415

Please sign in to comment.