OpenDev Sysadmins b6bf41a4da 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:08 +00:00

79 lines
2.2 KiB
YAML

---
- job:
name: ansible-role-nodepool-base
pre-run: tests/playbooks/pre.yaml
run:
- tests/playbooks/run.yaml
- tests/playbooks/run-post.yaml
post-run: tests/collect-logs.yaml
roles:
- zuul: windmill/ansible-role-nodepool
# Testing for nodepool_install_method: pip
- job:
name: ansible-role-nodepool
parent: ansible-role-nodepool-base
- job:
name: ansible-role-nodepool-fedora-latest
parent: ansible-role-nodepool
nodeset: fedora-latest
- job:
name: ansible-role-nodepool-ubuntu-bionic
parent: ansible-role-nodepool
nodeset: ubuntu-bionic
# Testing for nodepool_install_method: git
- job:
name: ansible-role-nodepool-src
parent: ansible-role-nodepool-base
required-projects:
- name: zuul/nodepool
vars:
nodepool_git_update: false
nodepool_install_method: git
- job:
name: ansible-role-nodepool-src-fedora-latest
parent: ansible-role-nodepool-src
nodeset: fedora-latest
- job:
name: ansible-role-nodepool-src-ubuntu-bionic
parent: ansible-role-nodepool-src
nodeset: ubuntu-bionic
# Testing for nodepool_install_method: docker
- job:
name: ansible-role-nodepool-docker
parent: ansible-role-nodepool-base
nodeset: ubuntu-bionic
vars:
nodepool_install_method: docker
nodepool_file_nodepool_builder_service_src: etc/systemd/system/nodepool-builder.service.j2
nodepool_file_nodepool_launcher_service_src: etc/systemd/system/nodepool-launcher.service.j2
- project:
templates:
- windmill-jobs-fedora-latest
- windmill-jobs-bionic
check:
jobs:
- ansible-role-nodepool-docker
- ansible-role-nodepool-fedora-latest
- ansible-role-nodepool-ubuntu-bionic
- ansible-role-nodepool-src-fedora-latest
- ansible-role-nodepool-src-ubuntu-bionic
- tox-linters
- windmill-tox-molecule
gate:
jobs:
- ansible-role-nodepool-docker
- ansible-role-nodepool-fedora-latest
- ansible-role-nodepool-ubuntu-bionic
- ansible-role-nodepool-src-fedora-latest
- ansible-role-nodepool-src-ubuntu-bionic
- tox-linters
- windmill-tox-molecule