bug-fix: delete directory created by root for workspace cleanup 27/41927/2
authorYang Yu <Gabriel.yuyang@huawei.com>
Thu, 14 Sep 2017 08:04:42 +0000 (16:04 +0800)
committerYang Yu <Gabriel.yuyang@huawei.com>
Thu, 14 Sep 2017 08:37:15 +0000 (16:37 +0800)
JIRA: RELENG-311

RT

Change-Id: Id6c5306ef02a3c02c270ef0e548c41dde6d1b8b4
Signed-off-by: Yang Yu <Gabriel.yuyang@huawei.com>
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}