summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-20 18:26:59 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-04-20 18:26:59 +0200
commit9dd5a0713b52a4692fb6c826bd650c0dad14656a (patch)
treea4dd70b889d6a13f8115bd904e50e81173d8bca7 /jjb/functest
parent5d9e7a922efc580f36020b8e9279cbf6db8366db (diff)
Complete commit "Try Functest containers as privileged"
Change-Id: I14779ac07f49a3fe2b5a281095880d5ecacf943c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest.ovn.yaml2
1 files changed, 1 insertions, 1 deletions
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 \