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:
|
- job:
|
||||||
name: ansible-role-openstacksdk-base
|
name: ansible-role-openstacksdk-base
|
||||||
|
parent: unittests
|
||||||
pre-run: tests/playbooks/pre.yaml
|
pre-run: tests/playbooks/pre.yaml
|
||||||
run: tests/playbooks/run.yaml
|
run: tests/playbooks/run.yaml
|
||||||
roles:
|
roles:
|
||||||
- zuul: openstack/ansible-role-openstacksdk
|
- zuul: openstack/ansible-role-openstacksdk
|
||||||
|
|
||||||
# Testing for nodepool_install_method: pip
|
# Testing for openstacksdk_install_method: pip
|
||||||
- job:
|
- job:
|
||||||
name: ansible-role-openstacksdk
|
name: ansible-role-openstacksdk
|
||||||
parent: ansible-role-openstacksdk-base
|
parent: ansible-role-openstacksdk-base
|
||||||
@ -20,12 +21,7 @@
|
|||||||
parent: ansible-role-openstacksdk
|
parent: ansible-role-openstacksdk
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
- job:
|
# Testing for openstacksdk_install_method: git
|
||||||
name: ansible-role-openstacksdk-ubuntu-xenial
|
|
||||||
parent: ansible-role-openstacksdk
|
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
|
|
||||||
# Testing for nodepool_install_method: git
|
|
||||||
- job:
|
- job:
|
||||||
name: ansible-role-openstacksdk-src
|
name: ansible-role-openstacksdk-src
|
||||||
parent: ansible-role-openstacksdk-base
|
parent: ansible-role-openstacksdk-base
|
||||||
@ -45,31 +41,21 @@
|
|||||||
parent: ansible-role-openstacksdk-src
|
parent: ansible-role-openstacksdk-src
|
||||||
nodeset: ubuntu-bionic
|
nodeset: ubuntu-bionic
|
||||||
|
|
||||||
- job:
|
|
||||||
name: ansible-role-openstacksdk-src-ubuntu-xenial
|
|
||||||
parent: ansible-role-openstacksdk-src
|
|
||||||
nodeset: ubuntu-xenial
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
templates:
|
templates:
|
||||||
- windmill-jobs-fedora-latest
|
- windmill-jobs-fedora-latest
|
||||||
- windmill-jobs-bionic
|
- windmill-jobs-bionic
|
||||||
- windmill-jobs-xenial
|
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-openstacksdk-fedora-latest
|
- ansible-role-openstacksdk-fedora-latest
|
||||||
- ansible-role-openstacksdk-ubuntu-bionic
|
- ansible-role-openstacksdk-ubuntu-bionic
|
||||||
- ansible-role-openstacksdk-ubuntu-xenial
|
|
||||||
- ansible-role-openstacksdk-src-fedora-latest
|
- ansible-role-openstacksdk-src-fedora-latest
|
||||||
- ansible-role-openstacksdk-src-ubuntu-bionic
|
- ansible-role-openstacksdk-src-ubuntu-bionic
|
||||||
- ansible-role-openstacksdk-src-ubuntu-xenial
|
|
||||||
- tox-linters
|
- tox-linters
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- ansible-role-openstacksdk-fedora-latest
|
- ansible-role-openstacksdk-fedora-latest
|
||||||
- ansible-role-openstacksdk-ubuntu-bionic
|
- ansible-role-openstacksdk-ubuntu-bionic
|
||||||
- ansible-role-openstacksdk-ubuntu-xenial
|
|
||||||
- ansible-role-openstacksdk-src-fedora-latest
|
- ansible-role-openstacksdk-src-fedora-latest
|
||||||
- ansible-role-openstacksdk-src-ubuntu-bionic
|
- ansible-role-openstacksdk-src-ubuntu-bionic
|
||||||
- ansible-role-openstacksdk-src-ubuntu-xenial
|
|
||||||
- tox-linters
|
- tox-linters
|
||||||
|
Loading…
Reference in New Issue
Block a user