tripleo-ipa/zuul.d/base.yaml
Brendan Shephard 04944c4e4f Fix role issues for Ansible 2.11
Resolve ansible-lint issues in the role.

Move all to Ansible 2.11 testing, since new molecule
works with collections and TripleO will use Ansible 2.11/2.12
for deployment from Wallaby.

Use FQCN for Ansible collections.
Co-Author: Brendan Shephard <bshephar@redhat.com>

Change-Id: I35a94d3d6335a5589a1b4ed6f3c5c599ccc59eda
2021-10-18 12:29:44 +03:00

17 lines
374 B
YAML

---
- job:
description: tripleo-ipa molecule job
name: tripleo-ipa-centos-8-molecule
nodeset: centos-8-stream
parent: base
success-url: "reports.html"
failure-url: "reports.html"
pre-run:
- zuul.d/playbooks/pre.yml
run:
- zuul.d/playbooks/run.yml
post-run:
- zuul.d/playbooks/post.yml
timeout: 3600
voting: true