I want to write 3 new Jenkins gate tests: Run the Keystone unit tests against 1. A live LDAP server 2. MySQL 3. Postgresql Right now, we know that the unit tests will fail against the live DBs, so we want those two to be non-voting. The Live LDAP one should be the scheme as set up by devstack, and should be voting (can be non-voting to start) where do I start? Do I need to do this in https://github.com/openstack-infra/config or http://ci.openstack.org/devstack-gate.html?