Skip to content

Commit

Permalink
Merge pull request #29750 from iftachk/migrate-ingress-controller-con…
Browse files Browse the repository at this point in the history
…formance-jobs

migrate kubernetes/ingress-controller-conformance jobs to eks cluster
  • Loading branch information
k8s-ci-robot committed Jun 16, 2023
2 parents 0702c85 + e7b528c commit 7b70a09
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ presubmits:
kubernetes-sigs/ingress-controller-conformance:

- name: pull-ingress-controller-conformance-boilerplate
cluster: eks-prow-build-cluster
always_run: true
decorate: true
decoration_config:
Expand All @@ -17,11 +18,19 @@ presubmits:
- runner.sh
args:
- ./hack/verify-boilerplate.sh
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
testgrid-tab-name: boilerplate

- name: pull-ingress-controller-conformance-codegen
cluster: eks-prow-build-cluster
always_run: true
decorate: true
decoration_config:
Expand All @@ -38,11 +47,19 @@ presubmits:
args:
- make
- verify-codegen
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
testgrid-tab-name: verify-codegen

- name: pull-ingress-controller-conformance-gherkin
cluster: eks-prow-build-cluster
always_run: true
decorate: true
decoration_config:
Expand All @@ -60,11 +77,19 @@ presubmits:
- bash
- -c
- pip3 install reformat-gherkin==2.0.0 --ignore-installed PyYAML && make verify-gherkin
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
testgrid-tab-name: verify-gherkin

- name: pull-ingress-controller-conformance-gofmt
cluster: eks-prow-build-cluster
always_run: true
decorate: true
path_alias: sigs.k8s.io/ingress-controller-conformance
Expand All @@ -78,11 +103,19 @@ presubmits:
- runner.sh
args:
- ./hack/verify-gofmt.sh
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
testgrid-tab-name: gofmt

- name: pull-ingress-controller-conformance-golint
cluster: eks-prow-build-cluster
always_run: true
decorate: true
decoration_config:
Expand All @@ -98,11 +131,19 @@ presubmits:
- runner.sh
args:
- ./hack/verify-golint.sh
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
testgrid-tab-name: golint

- name: pull-ingress-controller-conformance-build
cluster: eks-prow-build-cluster
always_run: true
decorate: true
decoration_config:
Expand All @@ -119,6 +160,13 @@ presubmits:
args:
- make
- build
resources:
limits:
cpu: 1
memory: 4Gi
requests:
cpu: 1
memory: 4Gi
annotations:
testgrid-dashboards: sig-network-ingress-controller-conformance
testgrid-tab-name: build

0 comments on commit 7b70a09

Please sign in to comment.