From 02443d937d4a26e7abb22c10e6d5670895291cf2 Mon Sep 17 00:00:00 2001 From: Tim Rozet Date: Mon, 15 May 2017 14:12:18 -0400 Subject: [PATCH] Apex: updates cache to unique name Change-Id: I4131efd042f5d1aa4e8a5dc78b24be8ba6fbf87c Signed-off-by: Tim Rozet --- jjb/apex/apex.yml | 2 +- jjb/apex/apex.yml.j2 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6