Switch to using project-templates

In order to have more centralized configuration, switch the role
to use the project-template instead.

Mark newly introduced failing checks as non-voting.

Change-Id: I946570d91fe01f39952ee100a02831bad36f126d
This commit is contained in:
Jonathan Rosser 2018-07-31 17:25:03 +01:00
parent 1900f2b501
commit 7d48afc41b
1 changed files with 20 additions and 7 deletions

View File

@ -14,14 +14,27 @@
# limitations under the License.
- project:
templates:
- openstack-ansible-role-jobs
check:
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-423 passes
- openstack-ansible-functional-opensuse-423:
voting: false
# TODO(jrosser) Revet this once bionic passes
- openstack-ansible-functional-ubuntu-bionic:
voting: false
gate:
jobs:
- openstack-ansible-linters
- openstack-ansible-functional-ubuntu-xenial
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-423 passes
- openstack-ansible-functional-opensuse-423:
voting: false
# TODO(jrosser) Revet this once bionic passes
- openstack-ansible-functional-ubuntu-bionic:
voting: false