Turn debug on in gsutil (Functest jjbs)
[releng.git] / jjb / functest / functest.yaml
index b398e2d..ba92ef7 100644 (file)
@@ -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}
             -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"