mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-07 22:03:09 +00:00
Add ansible 2.9 and openstacksdk train jobs
Change-Id: I5e096c056291b7abf5355ab366b3ba25a0f68385
This commit is contained in:
47
.zuul.yaml
47
.zuul.yaml
@@ -32,6 +32,50 @@
|
|||||||
- name: github.com/ansible/ansible
|
- name: github.com/ansible/ansible
|
||||||
override-checkout: devel
|
override-checkout: devel
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: ansible-collections-openstack-functional-devstack-ansible-2.9
|
||||||
|
parent: ansible-collections-openstack-functional-devstack-ansible-devel
|
||||||
|
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
|
||||||
|
override-checkout: stable-2.9
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: ansible-collections-openstack-functional-devstack-train-ansible-devel
|
||||||
|
parent: ansible-collections-openstack-functional-devstack
|
||||||
|
description: |
|
||||||
|
Run openstack collections functional tests against a train devstack
|
||||||
|
using train brach of openstacksdk and 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
|
||||||
|
- name: openstack/openstacksdk
|
||||||
|
override-branch: train
|
||||||
|
- name: openstack/devstack
|
||||||
|
override-checkout: train
|
||||||
|
|
||||||
|
- job:
|
||||||
|
name: ansible-collections-openstack-functional-devstack-train-ansible-2.9
|
||||||
|
parent: ansible-collections-openstack-functional-devstack-ansible-devel
|
||||||
|
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
|
||||||
|
override-checkout: stable-2.9
|
||||||
|
- name: openstack/openstacksdk
|
||||||
|
override-branch: train
|
||||||
|
- name: openstack/devstack
|
||||||
|
override-checkout: train
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
@@ -40,6 +84,9 @@
|
|||||||
- ansible-collections-openstack-functional-devstack
|
- ansible-collections-openstack-functional-devstack
|
||||||
- ansible-collections-openstack-functional-devstack-releases
|
- ansible-collections-openstack-functional-devstack-releases
|
||||||
- ansible-collections-openstack-functional-devstack-ansible-devel
|
- ansible-collections-openstack-functional-devstack-ansible-devel
|
||||||
|
- ansible-collections-openstack-functional-devstack-ansible-2.9
|
||||||
|
- ansible-collections-openstack-functional-devstack-train-ansible-devel
|
||||||
|
- ansible-collections-openstack-functional-devstack-train-ansible-2.9
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- tox-pep8
|
- tox-pep8
|
||||||
|
|||||||
Reference in New Issue
Block a user