e1b0c3886b
I keep copy-pasting these to projects from the shade repo. Let's make some base jobs people can more easily use. devstack-tox-functional runs devstack and a tox functional environment. devstack-tox-functional-consumer is the same, but runs devstack in pre. It's intended for projects for whom patches to the project won't actually impact the devstack deployment (shade, nodepool, gophercloud are all examples of such things) Change-Id: I84de60181cb88574e341ff83cd4857cce241f2dd
11 lines
247 B
YAML
11 lines
247 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
|
|
- ensure-tox
|
|
- tox
|