Add ensure-tox to k8s and openshift jobs

We use tox to run the tests. Previously we were getting the
pre-installed tox from the opendev images. With the new images,
it's not there, so we need to run ensure-tox in our jobs.

Depends-On: https://review.opendev.org/735905
Change-Id: Ic1291eec079fbbd34ad69cf291f59219ed43e7d9
This commit is contained in:
Monty Taylor 2020-06-16 07:59:09 -05:00
parent 1845788a95
commit ae92b00aa8
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
- hosts: all
roles:
- role: bindep
- role: ensure-tox
- role: ensure-kubernetes
docker_version: 18.06.1~ce~3-0~ubuntu

View File

@ -12,6 +12,7 @@
- hosts: launcher
roles:
- role: bindep
- role: ensure-tox
tasks:
- name: Ensure oc client is installed
package: