Add python 3.7 gating

Depends-On: I248c7ff3e306fa1086920c24baa73312e5e31b91
Change-Id: Ie84638523fa7c43f4dce3992f60469dc4b069389
This commit is contained in:
Mehdi Abaakouk 2018-07-26 07:41:02 +02:00
parent 8585a065c9
commit 958c61eb1e
2 changed files with 11 additions and 2 deletions

View File

@ -4,11 +4,13 @@
- aodh-dsvm-tempest-plugin-mysql
- aodh-dsvm-tempest-plugin-postgresql
- telemetry-dsvm-integration
- telemetry-tox-py37
gate:
jobs:
- aodh-dsvm-tempest-plugin-mysql
- aodh-dsvm-tempest-plugin-postgresql
- telemetry-dsvm-integration
- telemetry-tox-py37
experimental:
jobs:
# TripleO jobs that deploy Telemetry.

View File

@ -1,5 +1,12 @@
postgresql
postgresql-client [platform:dpkg]
libpq-dev [platform:dpkg]
postgresql [platform:dpkg]
postgresql-devel [platform:rpm]
postgresql-server [platform:rpm]
mysql-server
mysql-client [platform:dpkg]
mysql-server [platform:dpkg]
mysql [platform:rpm]
gettext [platform:dpkg]
python37 [platform:rpm py37]