summaryrefslogtreecommitdiffstats
path: root/jjb/functest/xtesting-pi.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2023-01-17 19:56:28 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2023-01-17 19:56:28 +0100
commit798afa8ebdb72b73562211a376181c5561aa4e52 (patch)
treea8974a7b525974631d7d76e3a009a254a8e8e3b5 /jjb/functest/xtesting-pi.yaml
parentb7b30a9f1f9734ae7404de0e61143062bdbcead9 (diff)
Revert new boto file path
Change-Id: I0b118e608e336aad883b0e5febe49036eabaaf4c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest/xtesting-pi.yaml')
-rw-r--r--jjb/functest/xtesting-pi.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/xtesting-pi.yaml b/jjb/functest/xtesting-pi.yaml
index 223321274..b2fa8cbe1 100644
--- a/jjb/functest/xtesting-pi.yaml
+++ b/jjb/functest/xtesting-pi.yaml
@@ -124,7 +124,7 @@
-e S3_ENDPOINT_URL=https://storage.googleapis.com \
-e S3_DST_URL=s3://artifacts.opnfv.org/xtesting/$BUILD_TAG/$JOB_NAME-$BUILD_ID \
-e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting/$BUILD_TAG/$JOB_NAME-$BUILD_ID \
- -v /etc/boto.cfg:/etc/boto.cfg \
+ -v /home/opnfv/xtesting/.boto:/etc/boto.cfg \
-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=$node \
@@ -289,7 +289,7 @@
-e S3_ENDPOINT_URL=https://storage.googleapis.com \
-e S3_DST_URL=s3://artifacts.opnfv.org/xtesting \
-e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting \
- -v /etc/boto.cfg:/etc/boto.cfg \
+ -v /home/opnfv/xtesting/.boto:/etc/boto.cfg \
-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 \