ansible-role-borgbackup/.zuul.yaml
OpenDev Sysadmins 626f09f72a OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:52:07 +00:00

65 lines
1.7 KiB
YAML

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