diff options
Diffstat (limited to 'jjb/airship/airship.yaml')
-rw-r--r-- | jjb/airship/airship.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 3c1a7daff..076715958 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -330,7 +330,7 @@ builders: - shell: | set +x - [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true + [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{functest_tag} elif [ "{port}" = "None" ]; then @@ -346,6 +346,7 @@ -e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \ -e BUILD_TAG=$BUILD_TAG \ -v $WORKSPACE/../$JOB_NAME/results:/var/lib/xtesting/results \ + -v /home/opnfv/functest/.boto:/root/.boto \ $image zip_campaign - job-template: |