From 869ab511f7d63e5f3497e4c358cec85cab9eee74 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 22 Dec 2019 20:41:59 +0100 Subject: Add missing sudo calls MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It modifies airship, cntt and xtesting jjbs. Change-Id: If9f8d301262764312a46b7fa6e24220d96fc30bf Signed-off-by: Cédric Ollivier --- jjb/functest/xtesting.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/functest/xtesting.yaml') diff --git a/jjb/functest/xtesting.yaml b/jjb/functest/xtesting.yaml index 9a660ef46..3799eb782 100644 --- a/jjb/functest/xtesting.yaml +++ b/jjb/functest/xtesting.yaml @@ -218,7 +218,7 @@ else image={repo}:{port}/{container}:{tag} fi - docker run --rm \ + sudo docker run --rm \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ -e S3_DST_URL=s3://artifacts.opnfv.org/xtesting \ -e HTTP_DST_URL=http://artifacts.opnfv.org/xtesting \ -- cgit 1.2.3-korg