summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-06-25 19:12:09 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2019-06-25 19:14:31 +0200
commit5f6a517af6e95a95e8e5cbb59030ff276165a620 (patch)
tree6843faa6d37bde999882820511cdae58a635d5a8 /jjb/functest
parent51af6cc6e003fca01508be18f9da5c7785336aaa (diff)
Print debug infos in functest-kubernetes jjbs
It will help understanding why master junit files are not published [1] [1] http://artifacts.opnfv.org/functest-kubernetes/functest-kubernetes-opnfv-functest-kubernetes-healthcheck-latest-k8s_smoke-run-15/results/k8s_smoke/junit_01.xml Change-Id: Id74060f160bad0ca961a0d9dfa9b2b547494d994 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-kubernetes.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml
index 5bfa71760..9f8f22d5e 100644
--- a/jjb/functest/functest-kubernetes.yaml
+++ b/jjb/functest/functest-kubernetes.yaml
@@ -90,7 +90,8 @@
name: functest-kubernetes-run-containers
builders:
- shell: |
- set +ex
+ set +e
+ set -x
[ ! -z "$WORKSPACE" ] && rm -rf $WORKSPACE/* || true
if [ "{repo}" = "_" ]; then
image={container}:{tag}
@@ -106,7 +107,7 @@
$image run_tests -t {test}
res=$?
gsutil -m cp -r $WORKSPACE/ \
- gs://artifacts.opnfv.org/functest-kubernetes/$JOB_NAME-$BUILD_ID > /dev/null 2>&1
+ gs://artifacts.opnfv.org/functest-kubernetes/$JOB_NAME-$BUILD_ID
find $WORKSPACE -type f \
-printf \
"http://artifacts.opnfv.org/functest-kubernetes/$JOB_NAME-$BUILD_ID/%P\n"