Switch to using project-templates
In order to have more centralized configuration, switch the role to use the project-template instead. Set newly introduced failing jobs as non voting. Change-Id: Ib452cf8b23dd48b95def4f306b6df134ff278419
This commit is contained in:
parent
3f2d65db73
commit
c239816347
@ -13,15 +13,28 @@
|
||||
# limitations under the License.
|
||||
|
||||
- project:
|
||||
templates:
|
||||
- openstack-ansible-role-jobs
|
||||
check:
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-ubuntu-xenial
|
||||
- openstack-ansible-ironic-ssl-nv
|
||||
experimental:
|
||||
jobs:
|
||||
- openstack-ansible-integrated-deploy-aio
|
||||
# TODO(jrosser) Revert this once centos-7 passes
|
||||
- openstack-ansible-functional-centos-7:
|
||||
voting: false
|
||||
# TODO(jrosser) Revert this once opensuse-150 passes
|
||||
- openstack-ansible-functional-opensuse-150:
|
||||
voting: false
|
||||
# TODO(jrosser) Revert this once opensuse-423 passes
|
||||
- openstack-ansible-functional-opensuse-423:
|
||||
voting: false
|
||||
gate:
|
||||
jobs:
|
||||
- openstack-ansible-linters
|
||||
- openstack-ansible-functional-ubuntu-xenial
|
||||
# TODO(jrosser) Revert this once centos-7 passes
|
||||
- openstack-ansible-functional-centos-7:
|
||||
voting: false
|
||||
# TODO(jrosser) Revert this once opensuse-150 passes
|
||||
- openstack-ansible-functional-opensuse-150:
|
||||
voting: false
|
||||
# TODO(jrosser) Revert this once opensuse-423 passes
|
||||
- openstack-ansible-functional-opensuse-423:
|
||||
voting: false
|
||||
|
Loading…
Reference in New Issue
Block a user