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:
Goutham Pacha Ravi 2020-07-20 10:41:34 -07:00
parent 2859569635
commit 9f1a542e44
2 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,7 @@
- hosts: all
roles:
- role: ensure-tox
ensure_global_symlinks: true
tasks:
- name: Run tools/gate/build-images docker
command: bash -xe tools/gate/build-images docker

View File

@ -1,3 +1,5 @@
- hosts: all
roles:
- role: ensure-tox
ensure_global_symlinks: true
- build-mie-images