Ensure tox in test job
We use tox to build images, and it is no longer being included in the base job that we depend on. Change-Id: I608d380f2347efe8615c5ff3ae157f27bbfbf497 Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
parent
2859569635
commit
9f1a542e44
@ -1,4 +1,7 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
|
roles:
|
||||||
|
- role: ensure-tox
|
||||||
|
ensure_global_symlinks: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run tools/gate/build-images docker
|
- name: Run tools/gate/build-images docker
|
||||||
command: bash -xe tools/gate/build-images docker
|
command: bash -xe tools/gate/build-images docker
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
|
- role: ensure-tox
|
||||||
|
ensure_global_symlinks: true
|
||||||
- build-mie-images
|
- build-mie-images
|
Loading…
Reference in New Issue
Block a user