diff options
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest-kubernetes.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 2 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 2 |
3 files changed, 3 insertions, 3 deletions
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 |