From 421af4bca83ec9f00e27b36755bc2058fe680f0c Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Mon, 26 Apr 2021 09:25:51 +0200 Subject: [PATCH] Add ensure-tox role to test job The CI no longer provides us with preinstalled tox, we have to ensure that it is present ourselves. Change-Id: Ib8da29ca2156aafd89fec69db7910360efe266a2 --- playbooks/bashate-devstack-master/run.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playbooks/bashate-devstack-master/run.yaml b/playbooks/bashate-devstack-master/run.yaml index 3932d87..11b2105 100644 --- a/playbooks/bashate-devstack-master/run.yaml +++ b/playbooks/bashate-devstack-master/run.yaml @@ -2,6 +2,8 @@ name: Run bashate against devstack master roles: - bindep + - role: ensure-tox + ensure_global_symlinks: true tasks: - shell: 'tox -e bashate'