- project: check: jobs: - panko-tox-py27-mongodb - panko-tox-py27-mysql - panko-tox-py27-postgresql - panko-tox-py35-mongodb - panko-tox-py35-mysql - panko-tox-py35-postgresql - telemetry-dsvm-integration # TripleO jobs that deploy Telemetry. # Note we don't use a project-template here, so it's easier # to disable voting on one specific job if things go wrong. # tripleo-ci-centos-7-scenario00(1|2)-multinode-oooq will only # run on stable/pike while the -container will run in Queens # and beyond. # If you need any support to debug these jobs in case of # failures, please reach us on #tripleo IRC channel. - tripleo-ci-centos-7-scenario001-multinode-oooq: voting: false - tripleo-ci-centos-7-scenario001-multinode-oooq-container: voting: false - tripleo-ci-centos-7-scenario002-multinode-oooq: voting: false - tripleo-ci-centos-7-scenario002-multinode-oooq-container: voting: false gate: jobs: - panko-tox-py27-mongodb - panko-tox-py27-mysql - panko-tox-py27-postgresql - panko-tox-py35-mongodb - panko-tox-py35-mysql - panko-tox-py35-postgresql - telemetry-dsvm-integration - job: name: panko-tox-py27-mongodb parent: openstack-tox description: | Run tests using ``py27-mongodb`` environment. vars: tox_envlist: py27-mongodb - job: name: panko-tox-py27-mysql parent: openstack-tox description: | Run tests using ``py27-mysql`` environment. vars: tox_envlist: py27-mysql - job: name: panko-tox-py27-postgresql parent: openstack-tox description: | Run tests using ``py27-postgresql`` environment. vars: tox_envlist: py27-postgresql - job: name: panko-tox-py35-mongodb parent: openstack-tox description: | Run tests using ``py35-mongodb`` environment. vars: tox_envlist: py35-mongodb - job: name: panko-tox-py35-mysql parent: openstack-tox description: | Run tests using ``py35-mysql`` environment. vars: tox_envlist: py35-mysql - job: name: panko-tox-py35-postgresql parent: openstack-tox description: | Run tests using ``py35-postgresql`` environment. vars: tox_envlist: py35-postgresql