Merge "Re-enable chart testing"

This commit is contained in:
Zuul 2021-10-25 20:26:42 +00:00 committed by Gerrit Code Review
commit 6ef7e614c1

View File

@ -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