From fc12d667b9457dadfe39b81c832e8ff765eed6e5 Mon Sep 17 00:00:00 2001 From: Krzysztof Opasiak Date: Wed, 25 Mar 2020 12:25:49 +0000 Subject: Update git submodules * Update docs/submodules/oom.git from branch 'master' to 78897562ad9be5b7743f0eded39459a0a725bddf - Merge "[COMMON] Optimize common secret template" - [COMMON] Optimize common secret template It turned out that our current implementation of common secret template is really heavy which makes onap linitng extremely long. To improve the situation let's introduce some results caching instead of processing templates over and over. For now we cannot simply replace common secret template because in mariadb-init we generate list of secrets on the fly so we will need to revisit this fragment later. Whole series of patches managed to reduce ONAP linting time to 40 mins. Issue-ID: OOM-2051 Signed-off-by: Krzysztof Opasiak Change-Id: Id2e743147afa37290df19b73feee67621f13f67c --- docs/submodules/oom.git | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/submodules/oom.git b/docs/submodules/oom.git index 8af6e787b..78897562a 160000 --- a/docs/submodules/oom.git +++ b/docs/submodules/oom.git @@ -1 +1 @@ -Subproject commit 8af6e787bd1bde1bfbcfc662643982c1ab4ee8a2 +Subproject commit 78897562ad9be5b7743f0eded39459a0a725bddf -- cgit 1.2.3-korg