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>
changes/94/741994/4
Goutham Pacha Ravi 3 years ago
parent 2859569635
commit 9f1a542e44

@ -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

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