Merge "Turn debug on in gsutil (Functest jjbs)"
authorCedric Ollivier <cedric.ollivier@orange.com>
Thu, 2 May 2019 14:48:11 +0000 (14:48 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 2 May 2019 14:48:11 +0000 (14:48 +0000)
jjb/functest/functest.yaml

index a231c66..ba92ef7 100644 (file)
             -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"