From: Cédric Ollivier Date: Thu, 10 Apr 2025 13:20:43 +0000 (+0200) Subject: Mount /home/xtesting/.aws/config X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F48%2F74848%2F1;p=releng.git Mount /home/xtesting/.aws/config It allows overriding request_checksum_calculation for artifacts.opnfv.org [default] request_checksum_calculation = WHEN_REQUIRED response_checksum_validation = WHEN_REQUIRED Change-Id: Ie09e78e52f0699b3738f4f9f02c52d4d2469c12a Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index 5e5ac58e8..abaa66bff 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -314,6 +314,7 @@ -e S3_DST_URL=s3://artifacts.opnfv.org/functest-kubernetes/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ -e HTTP_DST_URL=http://artifacts.opnfv.org/functest-kubernetes/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ -v /home/opnfv/functest-kubernetes/.boto:/etc/boto.cfg \ + -v /home/opnfv/functest-kubernetes/aws_config:/home/xtesting/.aws/config \ -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 \ @@ -711,6 +712,7 @@ -e S3_DST_URL=s3://artifacts.opnfv.org/functest-kubernetes \ -e HTTP_DST_URL=http://artifacts.opnfv.org/functest-kubernetes \ -v /home/opnfv/functest-kubernetes/.boto:/etc/boto.cfg \ + -v /home/opnfv/functest-kubernetes/aws_config:/home/xtesting/.aws/config \ -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 \ diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 31c039180..55d77011c 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -401,6 +401,7 @@ -e S3_DST_URL=s3://artifacts.opnfv.org/functest/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ -e HTTP_DST_URL=http://artifacts.opnfv.org/functest/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ -v /home/opnfv/functest/.boto:/etc/boto.cfg \ + -v /home/opnfv/functest/aws_config:/home/xtesting/.aws/config \ -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 \ @@ -921,6 +922,7 @@ -e S3_DST_URL=s3://artifacts.opnfv.org/functest \ -e HTTP_DST_URL=http://artifacts.opnfv.org/functest \ -v /home/opnfv/functest/.boto:/etc/boto.cfg \ + -v /home/opnfv/functest/aws_config:/home/xtesting/.aws/config \ -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 \ diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 71aba0c1e..a7e822ac8 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -219,6 +219,7 @@ -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 /home/opnfv/xtesting/.boto:/etc/boto.cfg \ + -v /home/opnfv/xtesting/aws_config:/home/xtesting/.aws/config \ -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 \ @@ -350,6 +351,7 @@ -e S3_DST_URL=s3://artifacts.opnfv.org/xtesting \ -e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting \ -v /home/opnfv/xtesting/.boto:/etc/boto.cfg \ + -v /home/opnfv/xtesting/aws_config:/home/xtesting/.aws/config \ -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 \