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.
|
# limitations under the License.
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
templates:
|
||||||
|
- openstack-ansible-role-jobs
|
||||||
check:
|
check:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters
|
|
||||||
- openstack-ansible-functional-ubuntu-xenial
|
|
||||||
- openstack-ansible-ironic-ssl-nv
|
- openstack-ansible-ironic-ssl-nv
|
||||||
experimental:
|
# TODO(jrosser) Revert this once centos-7 passes
|
||||||
jobs:
|
- openstack-ansible-functional-centos-7:
|
||||||
- openstack-ansible-integrated-deploy-aio
|
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:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-ansible-linters
|
# TODO(jrosser) Revert this once centos-7 passes
|
||||||
- openstack-ansible-functional-ubuntu-xenial
|
- 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