Merge "Fix nova integration job"
This commit is contained in:
@@ -18,4 +18,4 @@
|
||||
- openstack/nova
|
||||
vars:
|
||||
tox_envlist: integration
|
||||
tox_extra_args: -vv openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}
|
||||
tox_extra_args: -- openstack nova {{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/nova'].src_dir }}
|
||||
|
||||
@@ -47,7 +47,7 @@ pip install .
|
||||
# Reinstall hacking, the above might have uninstalled it
|
||||
pip install $HACKING
|
||||
|
||||
flake8 --select H --statistics
|
||||
flake8 --select E,H --statistics
|
||||
RET=$?
|
||||
popd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user