Fix S3 url in CNTT RI jobs 32/69832/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 23 Mar 2020 15:47:57 +0000 (16:47 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 23 Mar 2020 15:47:57 +0000 (16:47 +0100)
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 <cedric.ollivier@orange.com>
jjb/airship/cntt.yaml

index fc71240..a32f9e5 100644 (file)
           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 \