From 2763f87d4b17915f6b47052b76e1e5f06db8ac05 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 20 Apr 2020 20:39:30 +0200 Subject: Increase memlock for Functest containers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8b37de54baa2a7c8c091f5f51abce67b334af8c4 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.ovn.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb') diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index be76f0242..b4e153b6b 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -125,7 +125,7 @@ py=2.7 fi sudo docker run --rm \ - --privileged=true \ + --privileged=true --ulimit memlock=32768:32768 \ -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