From f394ccf876df2f3b8b9fe452bc9a7b28fcade1f1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 15 Apr 2022 13:35:14 +0200 Subject: Fix download campaign builder MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If45d1f95030f773acda45d65af5caf2b21dc991d Signed-off-by: Cédric Ollivier --- jjb/functest/functest-pi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'jjb/functest/functest-pi.yaml') diff --git a/jjb/functest/functest-pi.yaml b/jjb/functest/functest-pi.yaml index 23dcb51dc..39018c5c4 100644 --- a/jjb/functest/functest-pi.yaml +++ b/jjb/functest/functest-pi.yaml @@ -756,6 +756,8 @@ else image={repo}:{port}/{container}:{tag} fi + sudo mkdir -p $WORKSPACE/results + sudo chown {uid}:{gid} $WORKSPACE/results sudo docker run --rm \ $volumes \ $env \ @@ -787,6 +789,8 @@ <<: *functest-pi-containers volumes: '{volumes}' env: '{env}' + uid: '{uid}' + gid: '{gid}' - project: name: 'functest-pi-{tag}-zip' @@ -799,6 +803,8 @@ - VOLUME_DEVICE_NAME=$VOLUME_DEVICE_NAME - IMAGE_PROPERTIES=$IMAGE_PROPERTIES container: 'functest-healthcheck' + uid: 1000 + gid: 1000 jobs: - 'functest-pi-{tag}-zip' -- cgit 1.2.3-korg