Mount /home/xtesting/.aws/config 48/74848/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 10 Apr 2025 13:20:43 +0000 (15:20 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 10 Apr 2025 13:20:43 +0000 (15:20 +0200)
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 <cedric.ollivier@orange.com>
jjb/functest/functest-kubernetes.yaml
jjb/functest/functest.yaml
jjb/functest/xtesting.yaml

index 5e5ac58..abaa66b 100644 (file)
             -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 \
             -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 \
index 31c0391..55d7701 100644 (file)
             -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 \
             -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 \
index 71aba0c..a7e822a 100644 (file)
             -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 \
             -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 \