
Depends-On: https://review.opendev.org/701874 Change-Id: Idadf7c32022ef253ae0f855e0133f115deac3081
18 lines
401 B
YAML
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 |