Clean up zuul tests
Sync latest version of our testing jobs. Change-Id: Ieeb1eddd52ed61239893de85cd005ce29e6116aa Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
ff8c067b3b
commit
219f2593b0
20
.zuul.yaml
20
.zuul.yaml
@ -1,11 +1,12 @@
|
||||
- job:
|
||||
name: ansible-role-openstacksdk-base
|
||||
parent: unittests
|
||||
pre-run: tests/playbooks/pre.yaml
|
||||
run: tests/playbooks/run.yaml
|
||||
roles:
|
||||
- zuul: openstack/ansible-role-openstacksdk
|
||||
|
||||
# Testing for nodepool_install_method: pip
|
||||
# Testing for openstacksdk_install_method: pip
|
||||
- job:
|
||||
name: ansible-role-openstacksdk
|
||||
parent: ansible-role-openstacksdk-base
|
||||
@ -20,12 +21,7 @@
|
||||
parent: ansible-role-openstacksdk
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: ansible-role-openstacksdk-ubuntu-xenial
|
||||
parent: ansible-role-openstacksdk
|
||||
nodeset: ubuntu-xenial
|
||||
|
||||
# Testing for nodepool_install_method: git
|
||||
# Testing for openstacksdk_install_method: git
|
||||
- job:
|
||||
name: ansible-role-openstacksdk-src
|
||||
parent: ansible-role-openstacksdk-base
|
||||
@ -45,31 +41,21 @@
|
||||
parent: ansible-role-openstacksdk-src
|
||||
nodeset: ubuntu-bionic
|
||||
|
||||
- job:
|
||||
name: ansible-role-openstacksdk-src-ubuntu-xenial
|
||||
parent: ansible-role-openstacksdk-src
|
||||
nodeset: ubuntu-xenial
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- windmill-jobs-fedora-latest
|
||||
- windmill-jobs-bionic
|
||||
- windmill-jobs-xenial
|
||||
check:
|
||||
jobs:
|
||||
- ansible-role-openstacksdk-fedora-latest
|
||||
- ansible-role-openstacksdk-ubuntu-bionic
|
||||
- ansible-role-openstacksdk-ubuntu-xenial
|
||||
- ansible-role-openstacksdk-src-fedora-latest
|
||||
- ansible-role-openstacksdk-src-ubuntu-bionic
|
||||
- ansible-role-openstacksdk-src-ubuntu-xenial
|
||||
- tox-linters
|
||||
gate:
|
||||
jobs:
|
||||
- ansible-role-openstacksdk-fedora-latest
|
||||
- ansible-role-openstacksdk-ubuntu-bionic
|
||||
- ansible-role-openstacksdk-ubuntu-xenial
|
||||
- ansible-role-openstacksdk-src-fedora-latest
|
||||
- ansible-role-openstacksdk-src-ubuntu-bionic
|
||||
- ansible-role-openstacksdk-src-ubuntu-xenial
|
||||
- tox-linters
|
||||
|
Loading…
Reference in New Issue
Block a user