From: Tim Rozet Date: Mon, 15 May 2017 18:12:18 +0000 (-0400) Subject: Apex: updates cache to unique name X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F87%2F34787%2F1;p=releng.git Apex: updates cache to unique name Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c Signed-off-by: Tim Rozet --- diff --git a/jjb/apex/apex.yml b/jjb/apex/apex.yml index c3e23bae6..1e13cbda3 100644 --- a/jjb/apex/apex.yml +++ b/jjb/apex/apex.yml @@ -1331,7 +1331,7 @@ description: "Directory where the build artifact will be located upon the completion of the build." - string: name: CACHE_DIRECTORY - default: $HOME/opnfv/cache{gs-pathname} + default: $HOME/opnfv/apex-cache{gs-pathname} description: "Directory where the cache to be used during the build is located." - string: name: GIT_BASE diff --git a/jjb/apex/apex.yml.j2 b/jjb/apex/apex.yml.j2 index 2e179d470..ade876c3f 100644 --- a/jjb/apex/apex.yml.j2 +++ b/jjb/apex/apex.yml.j2 @@ -970,7 +970,7 @@ description: "Directory where the build artifact will be located upon the completion of the build." - string: name: CACHE_DIRECTORY - default: $HOME/opnfv/cache{gs-pathname} + default: $HOME/opnfv/apex-cache{gs-pathname} description: "Directory where the cache to be used during the build is located." - string: name: GIT_BASE