
Change-Id: Ia640c46d97ced49674ae475b86a833f34f3503ee downgrade helm version and do playbook Change-Id: Id451effe1286742e5e17e1a85c3627f6429905ac paste post and get Change-Id: I7ad6f974a4dc9eb7a9c002efb13f776dab852c46
19 lines
411 B
YAML
19 lines
411 B
YAML
- job:
|
|
name: lodgeit-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
|
|
- lodgeit-helm-functional
|
|
gate:
|
|
jobs:
|
|
- chart-testing-lint
|
|
- lodgeit-helm-functional
|