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:
parent
1900f2b501
commit
7d48afc41b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user