2017-11-17 06:24:23 +00:00
|
|
|
- job:
|
2018-04-14 02:01:04 +00:00
|
|
|
name: ansible-role-gearman-base
|
|
|
|
pre-run: tests/playbooks/pre.yaml
|
|
|
|
run: tests/playbooks/run.yaml
|
2018-05-14 08:43:46 +00:00
|
|
|
post-run: tests/collect-logs.yaml
|
2017-11-17 06:24:23 +00:00
|
|
|
roles:
|
2019-04-19 19:52:08 +00:00
|
|
|
- zuul: windmill/ansible-role-gear
|
2017-11-17 06:24:23 +00:00
|
|
|
|
2018-04-14 02:01:04 +00:00
|
|
|
# Testing for gearman_install_method: pip
|
|
|
|
- job:
|
|
|
|
name: ansible-role-gearman
|
|
|
|
parent: ansible-role-gearman-base
|
|
|
|
|
2017-11-17 06:24:23 +00:00
|
|
|
- job:
|
2018-07-31 18:58:42 +00:00
|
|
|
name: ansible-role-gearman-fedora-latest
|
2017-11-17 06:24:23 +00:00
|
|
|
parent: ansible-role-gearman
|
2018-07-31 18:58:42 +00:00
|
|
|
nodeset: fedora-latest
|
2017-11-17 06:24:23 +00:00
|
|
|
|
2018-03-06 20:27:35 +00:00
|
|
|
- job:
|
|
|
|
name: ansible-role-gearman-ubuntu-bionic
|
|
|
|
parent: ansible-role-gearman
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
|
2018-04-14 02:01:04 +00:00
|
|
|
# Testing for gearman_install_method: git
|
|
|
|
- job:
|
|
|
|
name: ansible-role-gearman-src
|
|
|
|
parent: ansible-role-gearman-base
|
|
|
|
required-projects:
|
2019-04-19 19:52:08 +00:00
|
|
|
- name: opendev/gear
|
2018-04-14 02:01:04 +00:00
|
|
|
vars:
|
|
|
|
gear_git_update: false
|
|
|
|
gear_install_method: git
|
|
|
|
|
|
|
|
- job:
|
2018-07-31 18:58:42 +00:00
|
|
|
name: ansible-role-gearman-src-fedora-latest
|
2018-04-14 02:01:04 +00:00
|
|
|
parent: ansible-role-gearman-src
|
2018-07-31 18:58:42 +00:00
|
|
|
nodeset: fedora-latest
|
2018-04-14 02:01:04 +00:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: ansible-role-gearman-src-ubuntu-bionic
|
|
|
|
parent: ansible-role-gearman-src
|
|
|
|
nodeset: ubuntu-bionic
|
|
|
|
|
2017-11-17 06:24:23 +00:00
|
|
|
- project:
|
|
|
|
templates:
|
2018-07-31 18:58:42 +00:00
|
|
|
- windmill-jobs-fedora-latest
|
2018-04-14 01:56:33 +00:00
|
|
|
- windmill-jobs-bionic
|
2017-11-17 06:24:23 +00:00
|
|
|
check:
|
|
|
|
jobs:
|
2018-07-31 18:58:42 +00:00
|
|
|
- ansible-role-gearman-fedora-latest
|
2018-03-06 20:27:35 +00:00
|
|
|
- ansible-role-gearman-ubuntu-bionic
|
2018-07-31 18:58:42 +00:00
|
|
|
- ansible-role-gearman-src-fedora-latest
|
2018-04-14 02:01:04 +00:00
|
|
|
- ansible-role-gearman-src-ubuntu-bionic
|
2017-11-17 06:24:23 +00:00
|
|
|
- tox-linters
|
|
|
|
gate:
|
|
|
|
jobs:
|
2018-07-31 18:58:42 +00:00
|
|
|
- ansible-role-gearman-fedora-latest
|
2018-04-26 16:40:01 +00:00
|
|
|
- ansible-role-gearman-ubuntu-bionic
|
2018-07-31 18:58:42 +00:00
|
|
|
- ansible-role-gearman-src-fedora-latest
|
2018-04-26 16:40:01 +00:00
|
|
|
- ansible-role-gearman-src-ubuntu-bionic
|
2017-11-17 06:24:23 +00:00
|
|
|
- tox-linters
|