Use generic user for both zuul v2 and v3

Zuul v2 uses 'jenkins' as user, but Zuul v3 uses 'zuul'.
Using $USER solves it for both cases.

Change-Id: I7e13aeb40cbb1800623c7a261a44b3096c5ef243
This commit is contained in:
Nam Nguyen Hoai 2017-10-18 14:03:20 +07:00
parent 7987a895ee
commit f4d2d5458f
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ if [ -d .testrepository ]; then
sudo rm -r .testrepository
fi
sudo chown -R jenkins:stack $DEST/tempest
# sudo chown -R jenkins:stack $BASE/data/tempest
sudo chown -R $USER:stack $DEST/tempest
# sudo chown -R $USER:stack $BASE/data/tempest
# change the tempest configruation to test Trio2o
env | grep OS_