[gates] Fix tox
command issue to unblock gate
The error Info: py.error.EACCES: [Permission denied]: mkdir('/home/zuul/src/opendev.org/openstack/rally-openstack/.tox',) looks it is access right issue. Change-Id: Ib68711fad110ca7ab58274aa654cb433d371f2d6
This commit is contained in:
parent
975ec75381
commit
8918b76bd2
@ -5,6 +5,6 @@
|
|||||||
executable: /bin/sh
|
executable: /bin/sh
|
||||||
cmd: |
|
cmd: |
|
||||||
set -e
|
set -e
|
||||||
cd {{ zuul.project.src_dir }}
|
cd /opt/stack/rally-openstack
|
||||||
export REQUESTS_CA_BUNDLE=/opt/stack/data/ca-bundle.pem
|
export REQUESTS_CA_BUNDLE=/opt/stack/data/ca-bundle.pem
|
||||||
tox -e {{ rally_tox_env }}
|
tox -e {{ rally_tox_env }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user