From: Ondřej Šmalec Date: Wed, 18 Mar 2020 14:16:03 +0000 (+0100) Subject: Skip helm lint X-Git-Tag: 6.0.0-ONAP~38 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0d90cf8fe895e62b7343088ca9a017eff32e92dd;p=oom%2Foffline-installer.git Skip helm lint Because of new templates in ONAP, make command takes a long time and our ansible role timeout Adding SKIP_LINT parameter to this role. Issue-ID: OOM-2339 Signed-off-by: Ondřej Šmalec Change-Id: Ie7f0db95e51816ccc781b1253539b3a0dae9eb7b --- diff --git a/ansible/roles/application/tasks/install.yml b/ansible/roles/application/tasks/install.yml index bee01e17..5766673a 100644 --- a/ansible/roles/application/tasks/install.yml +++ b/ansible/roles/application/tasks/install.yml @@ -49,6 +49,8 @@ - name: Build local helm repository make: chdir: "{{ app_helm_charts_infra_directory }}" + params: + SKIP_LINT: TRUE target: "{{ item }}" loop: "{{ app_helm_build_targets }}" environment: