From cc1e598de780895d921e126f6032a6b36e5de250 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Thu, 2 May 2019 19:36:37 +0200 Subject: [PATCH] Revert "Turn debug on in gsutil (Functest jjbs)" MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This reverts commit f1fb034fd7421bcda973b08517b79a4cf28db040. Change-Id: I44be2b4c48713af1a844c748c7d50454052f8c91 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index e4f2754d6..3f3b1ae2e 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -108,8 +108,8 @@ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ $image run_tests -t {test} res=$? - gsutil -D -m cp -r $WORKSPACE/ \ - gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID + gsutil -m cp -r $WORKSPACE/ \ + gs://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID > /dev/null 2>&1 find $WORKSPACE -type f \ -printf \ "http://artifacts.opnfv.org/functest/$JOB_NAME-$BUILD_ID/%P\n" -- 2.16.6