summaryrefslogtreecommitdiffstats
path: root/jjb/airship/cntt.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-06 21:10:13 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-06 21:12:24 +0100
commit2258bf4966ebba11e9ae16689af15c055eabc9d1 (patch)
tree43a0db45d9a47b9bcc651e9dac67844e3fb7bec0 /jjb/airship/cntt.yaml
parent1478e5094c7d0d98445d76cfbf3bbdaaa0484ec5 (diff)
Revert all gsutil debugs
It reverts the next two changes (the jenkins misconfigrations are bypassed): https://gerrit.opnfv.org/gerrit/c/releng/+/68792 https://gerrit.opnfv.org/gerrit/c/releng/+/68793 Change-Id: Id85c6fac76d02fcbc9cf21d1f8703afb1fc9c6aa Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship/cntt.yaml')
-rw-r--r--jjb/airship/cntt.yaml7
1 files changed, 3 insertions, 4 deletions
diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml
index 91a1e0ba6..0834bd8c6 100644
--- a/jjb/airship/cntt.yaml
+++ b/jjb/airship/cntt.yaml
@@ -50,8 +50,7 @@
name: cntt-run-containers
builders:
- shell: |
- set +e
- set -x
+ set +ex
[ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true
if [ "{repo}" = "_" ]; then
image={container}:{functest_tag}
@@ -74,8 +73,8 @@
site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \
$image run_tests -t {test} -r
res=$?
- gsutil -DD -m cp -r $WORKSPACE/ \
- gs://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID
+ gsutil -m cp -r $WORKSPACE/ \
+ gs://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID > /dev/null 2>&1
find $WORKSPACE -type f \
-printf \
"http://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID/%P\n"