From: Cédric Ollivier Date: Mon, 23 Mar 2020 15:47:57 +0000 (+0100) Subject: Fix S3 url in CNTT RI jobs X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=df5530b3acd7eeac1174175ed41aca5a4ce235a3;p=releng.git Fix S3 url in CNTT RI jobs 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 --- 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 \