diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-02 07:20:39 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-02 07:20:39 +0100 |
commit | 90b3511453a9a7254cde80d382091908d956d054 (patch) | |
tree | 8d13ce462b82613244c3b69003e26d0b15d78197 /jjb/airship | |
parent | 719f539c4ac8718c7428ec964112a533aa63e737 (diff) |
Use the right project as url suffix
It replaces xtesting by airship and cntt.
Change-Id: Id201abd6601045552724f26706f2e6d23f02f9ba
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/airship.yaml | 4 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 9e83220c4..0f903af2a 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -81,8 +81,8 @@ fi sudo docker run --rm \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ - -e S3_DST_URL=s3://artifacts.opnfv.org/xtesting/$JOB_NAME-$BUILD_ID \ - -e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting/$JOB_NAME-$BUILD_ID \ + -e S3_DST_URL=s3://artifacts.opnfv.org/airship/$JOB_NAME-$BUILD_ID \ + -e HTTP_DST_URL=http://artifacts.opnfv.org/airship/$JOB_NAME-$BUILD_ID \ -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 NODE_NAME=$slave \ diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 6cdc20fd0..c2abc81af 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -81,8 +81,8 @@ fi sudo docker run --rm \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ - -e S3_DST_URL=s3://artifacts.opnfv.org/xtesting/$JOB_NAME-$BUILD_ID \ - -e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting/$JOB_NAME-$BUILD_ID \ + -e S3_DST_URL=s3://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID \ + -e HTTP_DST_URL=http://artifacts.opnfv.org/cntt/$JOB_NAME-$BUILD_ID \ -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 NODE_NAME=$slave \ |