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:
parent
7987a895ee
commit
f4d2d5458f
@ -57,8 +57,8 @@ if [ -d .testrepository ]; then
|
|||||||
sudo rm -r .testrepository
|
sudo rm -r .testrepository
|
||||||
fi
|
fi
|
||||||
|
|
||||||
sudo chown -R jenkins:stack $DEST/tempest
|
sudo chown -R $USER:stack $DEST/tempest
|
||||||
# sudo chown -R jenkins:stack $BASE/data/tempest
|
# sudo chown -R $USER:stack $BASE/data/tempest
|
||||||
|
|
||||||
# change the tempest configruation to test Trio2o
|
# change the tempest configruation to test Trio2o
|
||||||
env | grep OS_
|
env | grep OS_
|
||||||
|
Loading…
Reference in New Issue
Block a user