summaryrefslogtreecommitdiffstats
path: root/jjb/airship/cntt.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-03-23 16:47:57 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2020-03-23 16:47:57 +0100
commitdf5530b3acd7eeac1174175ed41aca5a4ce235a3 (patch)
treeb5f64d5955e3a74a6bf26561ed676cdb94d7638e /jjb/airship/cntt.yaml
parent81921e350ffb14a19443dcad4ba85861a758bd5c (diff)
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship/cntt.yaml')
-rw-r--r--jjb/airship/cntt.yaml4
1 files 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 \