Merge "Run Ansible-test from the devel ansible branch"

This commit is contained in:
Zuul
2020-04-03 15:03:55 +00:00
committed by Gerrit Code Review

View File

@@ -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: