From 030c70f2cfefa8ccff9ffd9f575dd8cde855b626 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 27 Apr 2020 23:29:18 +0200 Subject: Revert "Revert security-opt seccomp=unconfined" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 3e7ab349e3911c85b1307798f767282c4fc41a5d. Change-Id: I59c28b5b61d54ab47a7cd1e3a511ddd3608d27a0 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.ovn.yaml | 1 + jjb/functest/functest.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'jjb/functest') 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 \ -- cgit