Skip to content

Commit

Permalink
Merge pull request #17228 from aledbf/chart
Browse files Browse the repository at this point in the history
Add ingress-nginx job for helm chart e2e tests
  • Loading branch information
k8s-ci-robot committed Apr 16, 2020
2 parents c0df0a5 + 87981fd commit 9782d89
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/jobs/kubernetes/sig-network/ingress-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,42 @@ presubmits:
testgrid-dashboards: sig-network-ingress-nginx
testgrid-tab-name: e2e-1-18

- name: pull-ingress-nginx-e2e-helm-chart
always_run: false
decorate: true
decoration_config:
timeout: 50m
max_concurrency: 5
path_alias: k8s.io/ingress-nginx
run_if_changed: "^charts/"
labels:
preset-kind-volume-mounts: "true"
preset-dind-enabled: "true"
spec:
containers:
- image: quay.io/kubernetes-ingress-controller/e2e-prow:v04142020-e87ddedc7
command:
- /usr/local/bin/runner.sh
args:
- make
- kind-e2e-chart-tests
# docker-in-docker needs privileged mode
securityContext:
privileged: true
env:
- name: REPO_INFO
value: https://github.com/kubernetes/ingress-nginx
- name: K8S_VERSION
value: v1.18.0@sha256:0e20578828edd939d25eb98496a685c76c98d54084932f76069f886ec315d694
- name: DIND_TASKS
value: "false"
resources:
requests:
cpu: 2
annotations:
testgrid-dashboards: sig-network-ingress-nginx
testgrid-tab-name: e2e-helm-chart

periodics:
- name: ci-ingress-nginx-e2e
interval: 12h
Expand Down

0 comments on commit 9782d89

Please sign in to comment.