zuul-helm/zuul.d/project.yaml
James E. Blair 4f8b5cc00d Test helm charts against k8s
Depends-On: https://review.opendev.org/701874
Change-Id: Idadf7c32022ef253ae0f855e0133f115deac3081
2020-01-09 20:47:48 -05:00

18 lines
401 B
YAML

- job:
name: zuul-helm-functional
parent: apply-helm-charts
run: playbooks/functional/run.yaml
vars:
minikube_dns_resolvers: ['1.1.1.1', '8.8.8.8']
helm_charts:
nodepool: ./charts/nodepool
- project:
check:
jobs:
- chart-testing-lint
- zuul-helm-functional
gate:
jobs:
- chart-testing-lint
- zuul-helm-functional