X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fairship%2Fairship.yaml;h=ef0b3954f5bf39728eb0647df84fd5cd46a05b81;hb=c794dbf460eb6e27099b9b5097def4d0a1c737fd;hp=5b3997532b2ec7b78739fa1e2e9b99f72180e5dc;hpb=f22e4e5625450321a628885f30216d653b5cf0b1;p=releng.git diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 5b3997532..ef0b3954f 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -56,8 +56,7 @@ name: airship-run-containers builders: - shell: | - set +e - set -x + set +ex [ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} @@ -66,7 +65,6 @@ else image={repo}:{port}/{container}:{tag} fi - echo $WORKSPACE docker run --rm \ -e TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results \ -e NODE_NAME=intel-pod17 \ @@ -81,7 +79,7 @@ $image run_tests -t {test} -r res=$? gsutil -m cp -r $WORKSPACE/ \ - gs://artifacts.opnfv.org/airship/$JOB_NAME-$BUILD_ID + gs://artifacts.opnfv.org/airship/$JOB_NAME-$BUILD_ID > /dev/null 2>&1 find $WORKSPACE -type f \ -printf \ "http://artifacts.opnfv.org/airship/$JOB_NAME-$BUILD_ID/%P\n"