From b7322ba6abc373d8e50ef29a7c2fe25a5d736042 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 27 Apr 2020 00:41:45 +0200 Subject: Try bypassing libseccomp performance issues (OVN) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/docker/for-linux/issues/738 https://forums.docker.com/t/performance-issues-after-dist-upgrade-on-ubuntu-16-04lts/76998 Change-Id: I892fba7d96b7fc957b7368009ab56b3e0a2ee1a8 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.ovn.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/functest/functest.ovn.yaml') diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 6b96c5a39..36052e56d 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 \ -- cgit 1.2.3-korg