Add ensure-tox support.

Add the ensure-tox role to fix the CI fail.

Change-Id: I575e42fe15f16d0bd51597a540a13c4e384ec096
This commit is contained in:
Daniel Bengtsson 2020-08-07 11:36:21 +02:00 committed by Bernard Cafarelli
parent 7fc9cd7d52
commit 894bf8c117
2 changed files with 8 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- job:
name: oslo-cookiecutter-tox-cookiecutter
parent: tox
pre-run: playbooks/env_tox.yaml
description: |
Run tests for oslo-cookiecutter project.

7
playbooks/env_tox.yaml Normal file
View File

@ -0,0 +1,7 @@
- hosts: all
tasks:
- name: Ensure tox is installed
include_role:
name: ensure-tox
vars:
ensure_global_symlinks: True