windmill-backup/.zuul.d/jobs.yaml
OpenDev Sysadmins 315d52d620 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

35 lines
818 B
YAML

---
- job:
name: windmill-backup-base
pre-run: tests/playbooks/pre.yaml
run: tests/playbooks/run.yaml
post-run: tests/playbooks/post.yaml
required-projects:
- windmill/ansible-role-borgbackup
- windmill/ansible-role-borgmatic
- windmill/ansible-role-ssh
- windmill/windmill-backup
timeout: 3600
# Testing for install_method: pip
- job:
name: windmill-backup
parent: windmill-backup-base
vars:
windmill_backup_extra_vars_file: tests/extra-vars/pip.yaml
- job:
name: windmill-backup-centos-7
parent: windmill-backup
nodeset: centos-7
- job:
name: windmill-backup-fedora-latest
parent: windmill-backup
nodeset: fedora-latest
- job:
name: windmill-backup-ubuntu-bionic
parent: windmill-backup
nodeset: ubuntu-bionic