From df5530b3acd7eeac1174175ed41aca5a4ce235a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 23 Mar 2020 16:47:57 +0100 Subject: [PATCH] Fix S3 url in CNTT RI jobs MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Else the files are not dumped in archive [1] [1] http://artifacts.opnfv.org/airship/GCSZTAF7OVFH.zip Change-Id: I920aa83a20290e93f56973490b40743e0b8b6220 Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index fc71240bf..a32f9e551 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -367,8 +367,8 @@ fi sudo docker run --rm \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ - -e S3_DST_URL=s3://artifacts.opnfv.org/airship \ - -e HTTP_DST_URL=http://artifacts.opnfv.org/airship/ \ + -e S3_DST_URL=s3://artifacts.opnfv.org/cntt \ + -e HTTP_DST_URL=http://artifacts.opnfv.org/cntt/ \ -e TEST_DB_URL=http://testresults.opnfv.org/test/api/v1/results \ -e TEST_DB_EXT_URL=http://testresults.opnfv.org/test/api/v1/results \ -e BUILD_TAG=$BUILD_TAG \ -- 2.16.6