Add missing sudo calls 28/69428/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 22 Dec 2019 19:41:59 +0000 (20:41 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 22 Dec 2019 19:41:59 +0000 (20:41 +0100)
It modifies airship, cntt and xtesting jjbs.

Change-Id: If9f8d301262764312a46b7fa6e24220d96fc30bf
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
jjb/airship/airship.yaml
jjb/airship/cntt.yaml
jjb/functest/xtesting.yaml

index b343e80..3c1a7da 100644 (file)
           else
             image={repo}:{port}/{container}:{functest_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/airship \
             -e HTTP_DST_URL=http://artifacts.opnfv.org/airship/ \
index 94cfd4b..2d46a6a 100644 (file)
           else
             image={repo}:{port}/{container}:{functest_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/airship \
             -e HTTP_DST_URL=http://artifacts.opnfv.org/airship/ \
index 9a660ef..3799eb7 100644 (file)
           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 \