From 59131adaeb055335a85cd672bc1720ac685563e5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 7 Apr 2020 18:16:14 +0200 Subject: Clean workspace with sudo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://build.opnfv.org/ci/job/functest-hunter-zip/33/console Change-Id: I40d1bf2dda46a81f6ef1870ae4b2f66bfc362ce5 Signed-off-by: Cédric Ollivier --- jjb/functest/functest-kubernetes.yaml | 2 +- jjb/functest/functest.ovn.yaml | 2 +- jjb/functest/functest.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'jjb') diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index 553589858..7b15f32ae 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -333,7 +333,7 @@ builders: - shell: | set +x - [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true + [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} elif [ "{port}" = "None" ]; then diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 76a8eb72e..ab1ea4c4d 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -414,7 +414,7 @@ builders: - shell: | set +x - [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true + [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} elif [ "{port}" = "None" ]; then diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 8d7e7d772..e16c02b68 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -425,7 +425,7 @@ builders: - shell: | set +x - [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true + [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} elif [ "{port}" = "None" ]; then -- cgit