From 60608c58ad4450a2a75c64a1e402a5f27f54ffd9 Mon Sep 17 00:00:00 2001 From: xumia <59720581+xumia@users.noreply.github.com> Date: Fri, 18 Dec 2020 22:38:13 +0800 Subject: [PATCH] Change buildimage-baseimage-pr cache mode to rcache (#200) --- jenkins/generic/buildimage-baseimage-pr/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile b/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile index 708c44c1fa16..f02627553919 100644 --- a/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile +++ b/jenkins/generic/buildimage-baseimage-pr/Jenkinsfile @@ -29,7 +29,7 @@ pipeline { git submodule foreach --recursive '[ -f .git ] && echo "gitdir: $(realpath --relative-to=. $(cut -d" " -f2 .git))" > .git' -CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=wcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic" +CACHE_OPTIONS="SONIC_DPKG_CACHE_METHOD=rcache SONIC_DPKG_CACHE_SOURCE=/nfs/dpkg_cache/generic" make configure PLATFORM=generic make SONIC_CONFIG_BUILD_JOBS=1 $CACHE_OPTIONS target/docker-ptf.gz target/sonic-generic.bin target/sonic-aboot-generic.swi