From 3e7ab349e3911c85b1307798f767282c4fc41a5d Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 27 Apr 2020 18:45:54 +0200 Subject: Revert security-opt seccomp=unconfined MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It still fails [1]. [1] https://build.opnfv.org/ci/job/functest-opnfv-functest-benchmarking-cntt-jerma-rally_full_cntt-run/16/console Change-Id: I693b1b76f4872993f2bc61179b1bd9ffe1edee5f Signed-off-by: Cédric Ollivier --- jjb/functest/functest.ovn.yaml | 1 - jjb/functest/functest.yaml | 1 - 2 files changed, 2 deletions(-) (limited to 'jjb') diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 36052e56d..6b96c5a39 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 daa1156b7..63e04e50f 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -137,7 +137,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 \ -- cgit 1.2.3-korg