From: Cédric Ollivier Date: Mon, 20 Apr 2020 16:26:59 +0000 (+0200) Subject: Complete commit "Try Functest containers as privileged" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=9dd5a0713b52a4692fb6c826bd650c0dad14656a;p=releng.git Complete commit "Try Functest containers as privileged" Change-Id: I14779ac07f49a3fe2b5a281095880d5ecacf943c Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 2d3c3520f..be76f0242 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 \ + --privileged=true \ -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 \ @@ -417,7 +418,6 @@ 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 \