diff options
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 1 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index a0aa5b410..9f3fd9071 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -125,6 +125,7 @@ py=2.7 fi sudo docker run --rm \ + --security-opt seccomp=unconfined \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ -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 \ diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index 92eb66365..fd8fc164d 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -137,6 +137,7 @@ py=2.7 fi sudo docker run --rm \ + --security-opt seccomp=unconfined \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ -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 \ |