zuul-helm/zuul.d/project.yaml
James E. Blair 77f009b367 Disable functional test job in gate
We need to merge a license update regardless of the state of this
job.

Change-Id: I9cca87f15ae8543090d05dd7e1b8858c5241c00f
2022-03-31 14:03:08 -07:00

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