diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-21 09:05:20 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-21 09:05:20 +0200 |
commit | 38ae34eedd7b29f2c764de9d08a2e7b6fcddf4fa (patch) | |
tree | 766f62754e864a29d7f583207468d027356bd9ca /jjb | |
parent | 2763f87d4b17915f6b47052b76e1e5f06db8ac05 (diff) |
Revert Functest Docker calls if OVN
Change-Id: I3ddbc084931cd08c04343025e801171a43d15b74
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index b4e153b6b..6b96c5a39 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -125,7 +125,6 @@ py=2.7 fi sudo docker run --rm \ - --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 \ |