Merge "lint: enable running on changed charts only"

This commit is contained in:
Zuul 2020-09-18 19:21:16 +00:00 committed by Gerrit Code Review
commit 87535287f3
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
when: "zuul.project.name == 'openstack/openstack-helm'"
- ensure-chart-testing
- name: chart-testing
chart_testing_options: "--chart-dirs=. --validate-maintainers=false --all"
chart_testing_options: "--chart-dirs=. --validate-maintainers=false"
zuul_work_dir: "{{ work_dir }}"
vars:
work_dir: "{{ zuul.project.src_dir }}/{{ zuul_osh_infra_relative_path | default('') }}"