summaryrefslogtreecommitdiffstats
path: root/jjb/airship/cntt.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-06 20:29:13 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-06 20:29:13 +0100
commitf5188d2b12f11ddb3ea92823038d4b715a6e8306 (patch)
tree140bd0cedb8d06b544283ea442c7f9956e82a5b7 /jjb/airship/cntt.yaml
parentde4380056c0bc9938e1c97eea16848f973fbd4d3 (diff)
Debug gsutil calls (cntt)
Change-Id: I4d602cbc11fb5db5f1c74a0fc687ed25e3397809 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship/cntt.yaml')
-rw-r--r--jjb/airship/cntt.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml
index 0834bd8c6..7588e9535 100644
--- a/jjb/airship/cntt.yaml
+++ b/jjb/airship/cntt.yaml
@@ -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 \