From 9f1a542e44c67b0d5f171d622839c606169331d9 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Mon, 20 Jul 2020 10:41:34 -0700 Subject: [PATCH] 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 --- playbooks/manila-buildimage-docker/run.yaml | 3 +++ playbooks/manila-buildimages/run.yaml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/playbooks/manila-buildimage-docker/run.yaml b/playbooks/manila-buildimage-docker/run.yaml index d2ae71d..7bf3289 100644 --- a/playbooks/manila-buildimage-docker/run.yaml +++ b/playbooks/manila-buildimage-docker/run.yaml @@ -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 diff --git a/playbooks/manila-buildimages/run.yaml b/playbooks/manila-buildimages/run.yaml index 538a323..d1b5ac5 100644 --- a/playbooks/manila-buildimages/run.yaml +++ b/playbooks/manila-buildimages/run.yaml @@ -1,3 +1,5 @@ - hosts: all roles: + - role: ensure-tox + ensure_global_symlinks: true - build-mie-images \ No newline at end of file