Merge "Add experimental upgrade testing jobs for OpenStack-Ansible roles"
This commit is contained in:
commit
343fadfa5f
@ -8603,6 +8603,7 @@
|
||||
- magnum
|
||||
- sahara
|
||||
- swift
|
||||
- upgrade
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-apt_package_pinning
|
||||
@ -8776,6 +8777,14 @@
|
||||
- gate-{name}-requirements
|
||||
- openstack-publish-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: ''
|
||||
ostype:
|
||||
- centos-7
|
||||
- ubuntu-xenial
|
||||
pipeline: gate
|
||||
scenario:
|
||||
- upgrade
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_cloudkitty
|
||||
@ -8806,6 +8815,14 @@
|
||||
- gate-{name}-requirements
|
||||
- openstack-publish-jobs
|
||||
- openstack-releasenotes-jobs
|
||||
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: ''
|
||||
ostype:
|
||||
- centos-7
|
||||
- ubuntu-xenial
|
||||
pipeline: gate
|
||||
scenario:
|
||||
- upgrade
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_gnocchi
|
||||
@ -8919,10 +8936,13 @@
|
||||
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: ''
|
||||
ostype:
|
||||
- centos-7
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
pipeline: gate
|
||||
scenario: func_ovs
|
||||
scenario:
|
||||
- func_ovs
|
||||
- upgrade
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_nova
|
||||
@ -8936,10 +8956,13 @@
|
||||
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: ''
|
||||
ostype:
|
||||
- centos-7
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
pipeline: gate
|
||||
scenario: func_lxd
|
||||
scenario:
|
||||
- func_lxd
|
||||
- upgrade
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_rally
|
||||
@ -8980,6 +9003,15 @@
|
||||
scenario:
|
||||
- func_pypy
|
||||
- multi_reg
|
||||
- '{pipeline}-{name}-ansible-{scenario}-{ostype}{job-suffix}':
|
||||
job-suffix: ''
|
||||
ostype:
|
||||
- centos-7
|
||||
- ubuntu-trusty
|
||||
- ubuntu-xenial
|
||||
pipeline: gate
|
||||
scenario:
|
||||
- upgrade
|
||||
|
||||
- project:
|
||||
name: openstack-ansible-os_tempest
|
||||
|
@ -3287,8 +3287,8 @@ jobs:
|
||||
- name: ^gate-openstack-ansible-os_ceilometer-ansible-gnocchi.*$
|
||||
branch: ^(?!(liberty|stable/(mitaka|newton))).*$
|
||||
|
||||
# Skip the os_keystone upgrade test on Newton and earlier branches.
|
||||
- name: ^gate-openstack-ansible-os_keystone-ansible-upgrade.*$
|
||||
# Skip the upgrade test on Newton and earlier branches.
|
||||
- name: ^gate-openstack-ansible-.*-ansible-upgrade.*$
|
||||
branch: ^(?!(liberty|stable/(mitaka|newton))).*$
|
||||
|
||||
# Skip any OpenStack-Ansible jobs for os_ repositories which run on CentOS7
|
||||
@ -12686,6 +12686,8 @@ projects:
|
||||
- gate-openstack-ansible-openstack-ansible-magnum-ubuntu-xenial-nv
|
||||
- gate-openstack-ansible-openstack-ansible-sahara-ubuntu-xenial-nv
|
||||
- gate-openstack-ansible-openstack-ansible-swift-ubuntu-xenial-nv
|
||||
- gate-openstack-ansible-openstack-ansible-upgrade-centos-7-nv
|
||||
- gate-openstack-ansible-openstack-ansible-upgrade-ubuntu-xenial-nv
|
||||
release:
|
||||
- openstack-ansible-announce-release
|
||||
|
||||
@ -12886,6 +12888,9 @@ projects:
|
||||
- name: ansible-role-functional-jobs-centos7
|
||||
- name: ansible-role-functional-jobs-trusty
|
||||
- name: ansible-role-functional-jobs-xenial
|
||||
experimental:
|
||||
- gate-openstack-ansible-os_cinder-ansible-upgrade-centos-7
|
||||
- gate-openstack-ansible-os_cinder-ansible-upgrade-ubuntu-xenial
|
||||
release:
|
||||
- openstack-ansible-os_cinder-announce-release
|
||||
|
||||
@ -12927,6 +12932,9 @@ projects:
|
||||
- name: ansible-role-functional-jobs-centos7
|
||||
- name: ansible-role-functional-jobs-trusty
|
||||
- name: ansible-role-functional-jobs-xenial
|
||||
experimental:
|
||||
- gate-openstack-ansible-os_glance-ansible-upgrade-centos-7
|
||||
- gate-openstack-ansible-os_glance-ansible-upgrade-ubuntu-xenial
|
||||
release:
|
||||
- openstack-ansible-os_glance-announce-release
|
||||
|
||||
@ -13001,6 +13009,7 @@ projects:
|
||||
- gate-openstack-ansible-os_keystone-ansible-uwsgi_nginx-ubuntu-trusty
|
||||
- gate-openstack-ansible-os_keystone-ansible-uwsgi_nginx-ubuntu-xenial
|
||||
experimental:
|
||||
- gate-openstack-ansible-os_keystone-ansible-upgrade-centos-7
|
||||
- gate-openstack-ansible-os_keystone-ansible-upgrade-ubuntu-xenial
|
||||
gate:
|
||||
- gate-openstack-ansible-os_keystone-ansible-uwsgi_apache-centos-7
|
||||
@ -13066,6 +13075,9 @@ projects:
|
||||
- gate-openstack-ansible-os_neutron-ansible-dragonflow-ubuntu-xenial-nv
|
||||
- gate-openstack-ansible-os_neutron-ansible-func_ovs-ubuntu-trusty
|
||||
- gate-openstack-ansible-os_neutron-ansible-func_ovs-ubuntu-xenial
|
||||
experimental:
|
||||
- gate-openstack-ansible-os_neutron-ansible-upgrade-centos-7
|
||||
- gate-openstack-ansible-os_neutron-ansible-upgrade-ubuntu-xenial
|
||||
gate:
|
||||
- gate-openstack-ansible-os_neutron-ansible-func_ovs-ubuntu-trusty
|
||||
- gate-openstack-ansible-os_neutron-ansible-func_ovs-ubuntu-xenial
|
||||
@ -13085,6 +13097,9 @@ projects:
|
||||
check:
|
||||
- gate-openstack-ansible-os_nova-ansible-func_lxd-ubuntu-trusty
|
||||
- gate-openstack-ansible-os_nova-ansible-func_lxd-ubuntu-xenial
|
||||
experimental:
|
||||
- gate-openstack-ansible-os_nova-ansible-upgrade-centos-7
|
||||
- gate-openstack-ansible-os_nova-ansible-upgrade-ubuntu-xenial
|
||||
gate:
|
||||
- gate-openstack-ansible-os_nova-ansible-func_lxd-ubuntu-trusty
|
||||
- gate-openstack-ansible-os_nova-ansible-func_lxd-ubuntu-xenial
|
||||
@ -13136,6 +13151,8 @@ projects:
|
||||
experimental:
|
||||
- gate-openstack-ansible-os_swift-ansible-func_pypy-ubuntu-trusty-nv
|
||||
- gate-openstack-ansible-os_swift-ansible-func_pypy-ubuntu-xenial-nv
|
||||
- gate-openstack-ansible-os_swift-ansible-upgrade-centos-7
|
||||
- gate-openstack-ansible-os_swift-ansible-upgrade-ubuntu-xenial
|
||||
release:
|
||||
- openstack-ansible-os_swift-announce-release
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user