diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-20 18:06:19 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-20 18:10:22 +0200 |
commit | 5d9e7a922efc580f36020b8e9279cbf6db8366db (patch) | |
tree | d9454637c5730b0200e6e07ce74095c7994c680d /jjb/functest | |
parent | ae68019e0a7ddce46e8c12e11d01742ab486efad (diff) |
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |