
- rename it so that it follows the documented pattern (<project>-<specifier>); - remove the old job, including the hooks, hoping that no 3rd-party CI uses them. Change-Id: Ib690c4fa96354dc422576d76c1296b1d5ba3494d
15 lines
381 B
YAML
15 lines
381 B
YAML
- hosts: all
|
|
roles:
|
|
- run-devstack
|
|
# Run bindep and test-setup after devstack so that they won't interfere
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- get-os-environment
|
|
- ensure-tox
|
|
- role: tox
|
|
tox_envlist: functional
|
|
tox_install_siblings: false
|
|
environment: "{{ os_env_vars }}"
|