diff --git a/playbooks/lint.yml b/playbooks/lint.yml index e6f4c9608..0c92067cb 100644 --- a/playbooks/lint.yml +++ b/playbooks/lint.yml @@ -14,6 +14,14 @@ # limitations under the License. - hosts: all + roles: + - ensure-chart-testing + - name: chart-testing + 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('') }}" + tasks: - name: install helm3 become_user: root