Merge "bug-fix: delete directory created by root for workspace cleanup"
authorJun Li <lijun_1203@126.com>
Fri, 15 Sep 2017 02:13:55 +0000 (02:13 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 15 Sep 2017 02:13:55 +0000 (02:13 +0000)
jjb/bottlenecks/bottlenecks-ci-jobs.yml
jjb/bottlenecks/bottlenecks-run-suite.sh

index 74e07b0..bb2a13c 100644 (file)
@@ -89,6 +89,7 @@
       - timeout:
           timeout: 180
           abort: true
+      - fix-workspace-permissions
 
     triggers:
       - '{auto-trigger-name}'
index 6d4d2d8..811f9d5 100644 (file)
@@ -104,6 +104,9 @@ if [[ $SUITE_NAME == *posca* ]]; then
 
     deactivate
 
+    sudo rm -rf ${RELENG_REPO}/modules/venv
+    sudo rm -rf ${RELENG_REPO}/modules/opnfv.egg-info
+
     set -e
 
     cd ${WORKSPACE}