X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yaml;h=ba92ef7afb447575f65f2eb08d4ea0e5639f5da5;hb=f1fb034fd7421bcda973b08517b79a4cf28db040;hp=b398e2dbc4357b3f35ce062aa898003b174960cd;hpb=f9aadd16485c4359ccf69c982d6cc0513e37df48;p=releng.git diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index b398e2dbc..ba92ef7af 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -16,7 +16,7 @@ slave: lf-virtual4 - hunter: branch: stable/hunter - slave: functest-virtual + slave: lf-virtual6 - parameter: name: functest-slave @@ -90,7 +90,8 @@ name: functest-run-containers builders: - shell: | - set +ex + set +e + set -x [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} @@ -108,8 +109,8 @@ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ $image run_tests -t {test} res=$? - gsutil -m cp -r $WORKSPACE/ \ - gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID > /dev/null 2>&1 + gsutil -D -m cp -r $WORKSPACE/ \ + gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID find $WORKSPACE -type f \ -printf \ "http://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID/%P\n"