diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 10:08:51 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-01 10:18:59 +0200 |
commit | af7e8e379cb404c05c9453f78d88e4f74c07deb8 (patch) | |
tree | bceca98eace3bd1c1113fe84e7c58ddb61ddb61a /jjb | |
parent | 22f1a3476e9de9c6006e0f45091ff7d389219820 (diff) |
Remove security-opt seccomp=unconfined
Change-Id: I3b67ba0e7d3b9b36d2b7b681d52a2ea8938a5891
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 1 | ||||
-rw-r--r-- | jjb/functest/functest.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 5d4fd0d13..2518dc9e9 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -125,7 +125,6 @@ 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 dfa86b6b2..c17fb3ae9 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -141,7 +141,6 @@ 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 \ |