Merge "Fix Gnocchi py35 gate"
This commit is contained in:
commit
5aaa8673b0
@ -2683,6 +2683,9 @@
|
||||
- py27-postgresql
|
||||
- py34-mysql
|
||||
- py34-postgresql
|
||||
- gate-{name}-tox-db-{envlist}-{node}:
|
||||
node: ubuntu-xenial
|
||||
envlist:
|
||||
- py35-mysql
|
||||
- py35-postgresql
|
||||
- pypi-jobs
|
||||
|
@ -437,6 +437,37 @@
|
||||
- test-results
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: 'gate-{name}-tox-db-{envlist}-{node}'
|
||||
description: 'Same job as gate-{name}-tox-db-{envlist} but on node {node}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 40
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- print-template-name:
|
||||
template-name: "{template-name}"
|
||||
- zuul-git-prep-upper-constraints
|
||||
- install-distro-packages
|
||||
- mysql-prep
|
||||
- pgsql-prep
|
||||
- mysql-db:
|
||||
db_name: openstack_citest
|
||||
- pgsql-db:
|
||||
db_name: openstack_citest
|
||||
- revoke-sudo
|
||||
- tox:
|
||||
envlist: '{envlist}'
|
||||
- assert-no-extra-files
|
||||
|
||||
publishers:
|
||||
- test-results
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{name}-tarball'
|
||||
node: ubuntu-trusty
|
||||
|
@ -7128,8 +7128,8 @@ projects:
|
||||
- gate-gnocchi-tox-db-py27-postgresql
|
||||
- gate-gnocchi-tox-db-py34-mysql
|
||||
- gate-gnocchi-tox-db-py34-postgresql
|
||||
- gate-gnocchi-tox-db-py35-mysql
|
||||
- gate-gnocchi-tox-db-py35-postgresql
|
||||
- gate-gnocchi-tox-db-py35-mysql-ubuntu-xenial
|
||||
- gate-gnocchi-tox-db-py35-postgresql-ubuntu-xenial
|
||||
- gate-gnocchi-bashate
|
||||
- gate-gnocchi-dsvm-functional-file-mysql
|
||||
- gate-gnocchi-dsvm-functional-swift-postgresql
|
||||
@ -7148,8 +7148,8 @@ projects:
|
||||
- gate-gnocchi-tox-db-py27-postgresql
|
||||
- gate-gnocchi-tox-db-py34-mysql
|
||||
- gate-gnocchi-tox-db-py34-postgresql
|
||||
- gate-gnocchi-tox-db-py35-mysql
|
||||
- gate-gnocchi-tox-db-py35-postgresql
|
||||
- gate-gnocchi-tox-db-py35-mysql-ubuntu-xenial
|
||||
- gate-gnocchi-tox-db-py35-postgresql-ubuntu-xenial
|
||||
- gate-gnocchi-bashate
|
||||
- gate-gnocchi-dsvm-functional-file-mysql
|
||||
- gate-gnocchi-dsvm-functional-swift-postgresql
|
||||
|
Loading…
Reference in New Issue
Block a user