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:
Mark Chappell 2020-04-02 14:27:09 +02:00
parent 54c189063f
commit a3a571b113
1 changed files with 24 additions and 6 deletions

View File

@ -41,7 +41,6 @@
description: |
Run openstack collections functional tests against a master devstack
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
required-projects:
- name: github.com/ansible/ansible
@ -69,7 +68,6 @@
description: |
Run openstack collections functional tests against a train devstack
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
required-projects:
- name: github.com/ansible/ansible
@ -101,7 +99,6 @@
description: |
Run openstack collections functional tests against a stein devstack
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
required-projects:
- name: github.com/ansible/ansible
@ -133,7 +130,6 @@
description: |
Run openstack collections functional tests against a rocky devstack
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
required-projects:
- name: github.com/ansible/ansible
@ -143,15 +139,37 @@
- name: openstack/devstack
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:
check:
jobs:
- tox-pep8
- openstack-tox-linters
- openstack-tox-linters-ansible-devel
- openstack-tox-linters-ansible-2.9
- ansible-collections-openstack-functional-devstack:
dependencies: &deps_unit_lint
- tox-pep8
- openstack-tox-linters
- openstack-tox-linters-ansible-2.9
- ansible-collections-openstack-functional-devstack-releases:
dependencies: *deps_unit_lint
- ansible-collections-openstack-functional-devstack-ansible-devel: