Run Ansible-test from the devel ansible branch
In addition to running ansible-test from stable it's helpful to run ansible-test from 'devel' where new sanity tests will land. These sanity tests are generally applicable to existing modules, but aren't back-ported. Change-Id: I8df3dd43cbc4cba643d7860e77a1089c15f5f092 Depends-On: https://review.opendev.org/717118
This commit is contained in:
parent
54c189063f
commit
a3a571b113
30
.zuul.yaml
30
.zuul.yaml
@ -41,7 +41,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Run openstack collections functional tests against a master devstack
|
Run openstack collections functional tests against a master devstack
|
||||||
using master of openstacksdk and stable 2.9 branch of ansible
|
using master of openstacksdk and stable 2.9 branch of ansible
|
||||||
# non-voting because we can't prevent ansible devel from breaking us
|
|
||||||
voting: true
|
voting: true
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/ansible/ansible
|
- name: github.com/ansible/ansible
|
||||||
@ -69,7 +68,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Run openstack collections functional tests against a train devstack
|
Run openstack collections functional tests against a train devstack
|
||||||
using train brach of openstacksdk and stable 2.9 branch of ansible
|
using train brach of openstacksdk and stable 2.9 branch of ansible
|
||||||
# non-voting because we can't prevent ansible devel from breaking us
|
|
||||||
voting: true
|
voting: true
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/ansible/ansible
|
- name: github.com/ansible/ansible
|
||||||
@ -101,7 +99,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Run openstack collections functional tests against a stein devstack
|
Run openstack collections functional tests against a stein devstack
|
||||||
using stein brach of openstacksdk and stable 2.9 branch of ansible
|
using stein brach of openstacksdk and stable 2.9 branch of ansible
|
||||||
# non-voting because we can't prevent ansible devel from breaking us
|
|
||||||
voting: true
|
voting: true
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/ansible/ansible
|
- name: github.com/ansible/ansible
|
||||||
@ -133,7 +130,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Run openstack collections functional tests against a rocky devstack
|
Run openstack collections functional tests against a rocky devstack
|
||||||
using rocky brach of openstacksdk and stable 2.9 branch of ansible
|
using rocky brach of openstacksdk and stable 2.9 branch of ansible
|
||||||
# non-voting because we can't prevent ansible devel from breaking us
|
|
||||||
voting: true
|
voting: true
|
||||||
required-projects:
|
required-projects:
|
||||||
- name: github.com/ansible/ansible
|
- name: github.com/ansible/ansible
|
||||||
@ -143,15 +139,37 @@
|
|||||||
- name: openstack/devstack
|
- name: openstack/devstack
|
||||||
override-checkout: rocky
|
override-checkout: rocky
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-tox-linters-ansible-devel
|
||||||
|
parent: openstack-tox-linters
|
||||||
|
description: |
|
||||||
|
Run openstack collections linter tests using the devel branch of ansible
|
||||||
|
# non-voting because we can't prevent ansible devel from breaking us
|
||||||
|
voting: false
|
||||||
|
required-projects:
|
||||||
|
- name: github.com/ansible/ansible
|
||||||
|
override-checkout: devel
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: openstack-tox-linters-ansible-2.9
|
||||||
|
parent: openstack-tox-linters
|
||||||
|
description: |
|
||||||
|
Run openstack collections linter tests using the 2.9 branch of ansible
|
||||||
|
voting: true
|
||||||
|
required-projects:
|
||||||
|
- name: github.com/ansible/ansible
|
||||||
|
override-checkout: stable-2.9
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters-ansible-devel
|
||||||
|
- openstack-tox-linters-ansible-2.9
|
||||||
- ansible-collections-openstack-functional-devstack:
|
- ansible-collections-openstack-functional-devstack:
|
||||||
dependencies: &deps_unit_lint
|
dependencies: &deps_unit_lint
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
- openstack-tox-linters
|
- openstack-tox-linters-ansible-2.9
|
||||||
- ansible-collections-openstack-functional-devstack-releases:
|
- ansible-collections-openstack-functional-devstack-releases:
|
||||||
dependencies: *deps_unit_lint
|
dependencies: *deps_unit_lint
|
||||||
- ansible-collections-openstack-functional-devstack-ansible-devel:
|
- ansible-collections-openstack-functional-devstack-ansible-devel:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user