From b7b561f8648bf79b4852c2ca70ac562a23d8227b Mon Sep 17 00:00:00 2001 From: Zhe Huang Date: Fri, 10 Apr 2020 11:06:51 -0400 Subject: [PATCH] Add config to disable submodule processing This patch resolves the helm chart dependency mismatch problem that is caused by asynchronized it-dep repo and its submodules. Since ric-plt/ric-dep repo has implemented its own verify job, it/dep repo is no longer responsble to run helm verification for it. Signed-off-by: Zhe Huang Change-Id: Ieeb50a47d911574ae699d4c45ad9dfcb650384e9 --- jjb/it-dep/it-dep.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/jjb/it-dep/it-dep.yaml b/jjb/it-dep/it-dep.yaml index 076c30b3..da1f25ea 100644 --- a/jjb/it-dep/it-dep.yaml +++ b/jjb/it-dep/it-dep.yaml @@ -40,6 +40,7 @@ docker-build-args: -f ci/Dockerfile # any tag will do container-tag-method: latest + submodule-disable: true jobs: - gerrit-docker-verify stream: -- 2.16.6