Remove the need for docker
This change moves our one tox-molecule job to simply depending on
the zuul tox job. To ensure we're not depending on the docker
driver at all, docker has been replaced with podman in the
tripleo_redhat_enforce test job.
Change-Id: I590a500b397d22d2e6fd4336f306caadcb690f45
Signed-off-by: Kevin Carter <kecarter@redhat.com>
(cherry picked from commit 03cae88d63
)
This commit is contained in:
parent
15fc2f72c5
commit
5ddee05d76
@ -1,6 +1,6 @@
|
||||
---
|
||||
driver:
|
||||
name: docker
|
||||
name: podman
|
||||
|
||||
log: true
|
||||
|
||||
|
@ -538,7 +538,7 @@
|
||||
- ^zuul.d/molecule.yaml
|
||||
name: tripleo-ansible-centos-8-role-addition
|
||||
nodeset: centos-8
|
||||
parent: tox-molecule
|
||||
parent: tox
|
||||
timeout: 1800
|
||||
vars:
|
||||
tox_envlist: role-addition
|
||||
|
Loading…
Reference in New Issue
Block a user