Debug gsutil calls (cntt) 92/68792/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 6 Nov 2019 19:29:13 +0000 (20:29 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 6 Nov 2019 19:29:13 +0000 (20:29 +0100)
Change-Id: I4d602cbc11fb5db5f1c74a0fc687ed25e3397809
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/airship/cntt.yaml

index 0834bd8..7588e95 100644 (file)
@@ -50,7 +50,8 @@
     name: cntt-run-containers
     builders:
       - shell: |
-          set +ex
+          set +e
+          set -x
           [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true
           if [ "{repo}" = "_" ]; then
             image={container}:{functest_tag}
@@ -73,7 +74,7 @@
           site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \
             $image run_tests -t {test} -r
           res=$?
-          gsutil -m cp -r $WORKSPACE/ \
+          gsutil -DD -m cp -r $WORKSPACE/ \
             gs://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID > /dev/null 2>&1
           find $WORKSPACE -type f \
             -printf \