From 5d9e7a922efc580f36020b8e9279cbf6db8366db Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 20 Apr 2020 18:06:19 +0200 Subject: Try Functest containers as privileged MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rally threads sometimes loops with futex connection timeout. Let's if privileged works and then dive into ulimit. https://build.opnfv.org/ci/view/functest/job/functest-ovn-latest-daily/15/ Change-Id: Idede3c860dfd19cc605516f98af0e8c977b57c97 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.ovn.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'jjb/functest') diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 6b96c5a39..2d3c3520f 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -417,6 +417,7 @@ image={repo}:{port}/{container}:{tag} fi sudo docker run --rm \ + --privileged=true \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ -e S3_DST_URL=s3://artifacts.opnfv.org/functest \ -e HTTP_DST_URL=http://artifacts.opnfv.org/functest \ -- cgit 1.2.3-korg