Browse Source
Update our role to use the latest syntax for running zuulv3 jobs. Change-Id: Ie86749032fdf234d20553e318c51b817f8cabb42 Signed-off-by: Paul Belanger <pabelanger@redhat.com>changes/52/567652/1
8 changed files with 76 additions and 39 deletions
@ -0,0 +1,43 @@
|
||||
- job: |
||||
name: ansible-role-nginx-base |
||||
run: tests/playbooks/run.yaml |
||||
roles: |
||||
- zuul: openstack/ansible-role-nginx |
||||
|
||||
- job: |
||||
name: ansible-role-nginx |
||||
parent: ansible-role-nginx-base |
||||
|
||||
- job: |
||||
name: ansible-role-nginx-fedora-27 |
||||
parent: ansible-role-nginx |
||||
nodeset: fedora-27 |
||||
|
||||
- job: |
||||
name: ansible-role-nginx-ubuntu-bionic |
||||
parent: ansible-role-nginx |
||||
nodeset: ubuntu-bionic |
||||
|
||||
- job: |
||||
name: ansible-role-nginx-ubuntu-xenial |
||||
parent: ansible-role-nginx |
||||
nodeset: ubuntu-xenial |
||||
|
||||
- project: |
||||
name: openstack/ansible-role-nginx |
||||
templates: |
||||
- windmill-jobs-fedora-27 |
||||
- windmill-jobs-bionic |
||||
- windmill-jobs-xenial |
||||
check: |
||||
jobs: |
||||
- ansible-role-nginx-fedora-27 |
||||
- ansible-role-nginx-ubuntu-bionic |
||||
- ansible-role-nginx-ubuntu-xenial |
||||
- tox-linters |
||||
gate: |
||||
jobs: |
||||
- ansible-role-nginx-fedora-27 |
||||
- ansible-role-nginx-ubuntu-bionic |
||||
- ansible-role-nginx-ubuntu-xenial |
||||
- tox-linters |
@ -0,0 +1,7 @@
|
||||
# The order of packages is significant, because pip processes them in the order |
||||
# of appearance. Changing the order has an impact on the overall integration |
||||
# process, which may cause wedges in the gate later. |
||||
|
||||
# this is required for the docs build jobs |
||||
sphinx!=1.6.6,!=1.6.7,>=1.6.2 # BSD |
||||
doc8>=0.6.0 # Apache-2.0 |
Loading…
Reference in new issue