ansible-role-boto3/.zuul.yaml
Paul Belanger 0b42d9b4bb Enable windmill jobs
We can now properly gate on boto3 for windmill, to ensure nothing
breaks.

Depends-On: https://review.opendev.org/723915
Depends-On: https://review.opendev.org/724152
Change-Id: Ic8e3a65b84ab65ab84781351d5ae63f761fe0330
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2020-05-04 10:14:16 -04:00

60 lines
1.4 KiB
YAML

---
- job:
name: ansible-role-boto3-base
parent: unittests
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
roles:
- zuul: windmill/ansible-role-boto3
# Testing for boto3_install_method: pip
- job:
name: ansible-role-boto3
parent: ansible-role-boto3-base
- job:
name: ansible-role-boto3-fedora-latest
parent: ansible-role-boto3
nodeset: fedora-latest
- job:
name: ansible-role-boto3-ubuntu-bionic
parent: ansible-role-boto3
nodeset: ubuntu-bionic
# Testing for boto3_install_method: git
- job:
name: ansible-role-boto3-src
parent: ansible-role-boto3-base
vars:
boto3_install_method: git
- job:
name: ansible-role-boto3-src-fedora-latest
parent: ansible-role-boto3-src
nodeset: fedora-latest
- job:
name: ansible-role-boto3-src-ubuntu-bionic
parent: ansible-role-boto3-src
nodeset: ubuntu-bionic
- project:
templates:
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
check:
jobs:
- ansible-role-boto3-fedora-latest
- ansible-role-boto3-ubuntu-bionic
- ansible-role-boto3-src-fedora-latest
- ansible-role-boto3-src-ubuntu-bionic
- tox-linters
gate:
jobs:
- ansible-role-boto3-fedora-latest
- ansible-role-boto3-ubuntu-bionic
- ansible-role-boto3-src-fedora-latest
- ansible-role-boto3-src-ubuntu-bionic
- tox-linters