From 0d90cf8fe895e62b7343088ca9a017eff32e92dd Mon Sep 17 00:00:00 2001 From: Ondřej Šmalec Date: Wed, 18 Mar 2020 15:16:03 +0100 Subject: Skip helm lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ansible/roles/application/tasks/install.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ansible') 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: -- cgit 1.2.3-korg