diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2023-01-17 19:02:10 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2023-01-17 19:02:10 +0000 |
commit | 36899bbcbcf85a2c19d206c75ea234fb53c35646 (patch) | |
tree | 9bc575c2caeb2c603e793b0271317b9a5189b40f /jjb | |
parent | 37e0199b5496f7966486e2d102ad173918afb318 (diff) | |
parent | 798afa8ebdb72b73562211a376181c5561aa4e52 (diff) |
Merge "Revert new boto file path"
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/xtesting-pi.yaml | 4 | ||||
-rw-r--r-- | jjb/functest/xtesting.yaml | 4 |
2 files changed, 4 insertions, 4 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 \ diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index a9f1d75c8..95f987943 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.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 \ |