summaryrefslogtreecommitdiffstats
path: root/jjb/functest/functest-pi.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/functest/functest-pi.yaml')
-rw-r--r--jjb/functest/functest-pi.yaml18
1 files changed, 16 insertions, 2 deletions
diff --git a/jjb/functest/functest-pi.yaml b/jjb/functest/functest-pi.yaml
index 9afca8f4f..23dcb51dc 100644
--- a/jjb/functest/functest-pi.yaml
+++ b/jjb/functest/functest-pi.yaml
@@ -112,6 +112,8 @@
volumes: '{volumes}'
env: '{env}'
network: '{network}'
+ uid: '{uid}'
+ gid: '{gid}'
DASHBOARD_URL: '{DASHBOARD_URL}'
- builder:
@@ -151,8 +153,8 @@
else
image={repo}:{port}/{container}:{tag}
fi
- mkdir -p $WORKSPACE/results
- chown 1000:1000 $WORKSPACE/results
+ sudo mkdir -p $WORKSPACE/results
+ sudo chown {uid}:{gid} $WORKSPACE/results
sudo docker run --rm \
--privileged={privileged} \
--network={network} \
@@ -330,6 +332,8 @@
- tempest_horizon
privileged: 'false'
network: bridge
+ uid: 1000
+ gid: 1000
jobs:
- 'functest-pi-ollivier-functest-healthcheck-{tag}-{test}-run'
@@ -386,6 +390,8 @@
- tempest_cyborg
privileged: 'false'
network: bridge
+ uid: 1000
+ gid: 1000
exclude:
- tag: latest
test: refstack_defcore
@@ -603,6 +609,8 @@
- tempest_slow_cntt
privileged: 'false'
network: bridge
+ uid: 1000
+ gid: 1000
jobs:
- 'functest-pi-ollivier-functest-smoke-cntt-{tag}-{test}-run'
@@ -641,6 +649,8 @@
- shaker
privileged: 'false'
network: bridge
+ uid: 1000
+ gid: 1000
jobs:
- 'functest-pi-ollivier-functest-benchmarking-{tag}-{test}-run'
@@ -677,6 +687,8 @@
- rally_jobs_cntt
privileged: 'false'
network: bridge
+ uid: 1000
+ gid: 1000
jobs:
- 'functest-pi-ollivier-functest-benchmarking-cntt-{tag}-{test}-run'
@@ -716,6 +728,8 @@
- juju_epc
privileged: 'false'
network: bridge
+ uid: 1000
+ gid: 1000
jobs:
- 'functest-pi-ollivier-functest-vnf-{tag}-{test}-run'