From: Cédric Ollivier Date: Mon, 20 Apr 2020 16:06:19 +0000 (+0200) Subject: Try Functest containers as privileged X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=5d9e7a922efc580f36020b8e9279cbf6db8366db;p=releng.git Try Functest containers as privileged 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 --- 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 \