77f009b367
We need to merge a license update regardless of the state of this job. Change-Id: I9cca87f15ae8543090d05dd7e1b8858c5241c00f
20 lines
429 B
YAML
20 lines
429 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:
|
|
voting: false
|