Merge "Add different envs for different sqlalchemy versions"
This commit is contained in:
commit
947c46e877
@ -1634,6 +1634,24 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py26-sa7-ev # For RHEL6.x/CENTOS6.x
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-ev
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-sa7
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-sa7-ev
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-sa8
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-sa8-ev
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-sa9
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py27-sa9-ev
|
||||||
|
- gate-{name}-tox-{envlist}:
|
||||||
|
envlist: py33-sa9 # For anyone running on newest
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: cl-openstack-client
|
name: cl-openstack-client
|
||||||
|
@ -4070,11 +4070,29 @@ projects:
|
|||||||
- gate-taskflow-python26
|
- gate-taskflow-python26
|
||||||
- gate-taskflow-python27
|
- gate-taskflow-python27
|
||||||
- gate-taskflow-python33
|
- gate-taskflow-python33
|
||||||
|
- gate-taskflow-tox-py26-sa7-ev
|
||||||
|
- gate-taskflow-tox-py27-ev
|
||||||
|
- gate-taskflow-tox-py27-sa7
|
||||||
|
- gate-taskflow-tox-py27-sa7-ev
|
||||||
|
- gate-taskflow-tox-py27-sa8
|
||||||
|
- gate-taskflow-tox-py27-sa8-ev
|
||||||
|
- gate-taskflow-tox-py27-sa9
|
||||||
|
- gate-taskflow-tox-py27-sa9-ev
|
||||||
|
- gate-taskflow-tox-py33-sa9
|
||||||
gate:
|
gate:
|
||||||
- gate-taskflow-pep8
|
- gate-taskflow-pep8
|
||||||
- gate-taskflow-python26
|
- gate-taskflow-python26
|
||||||
- gate-taskflow-python27
|
- gate-taskflow-python27
|
||||||
- gate-taskflow-python33
|
- gate-taskflow-python33
|
||||||
|
- gate-taskflow-tox-py26-sa7-ev
|
||||||
|
- gate-taskflow-tox-py27-ev
|
||||||
|
- gate-taskflow-tox-py27-sa7
|
||||||
|
- gate-taskflow-tox-py27-sa7-ev
|
||||||
|
- gate-taskflow-tox-py27-sa8
|
||||||
|
- gate-taskflow-tox-py27-sa8-ev
|
||||||
|
- gate-taskflow-tox-py27-sa9
|
||||||
|
- gate-taskflow-tox-py27-sa9-ev
|
||||||
|
- gate-taskflow-tox-py33-sa9
|
||||||
post:
|
post:
|
||||||
- taskflow-coverage
|
- taskflow-coverage
|
||||||
- taskflow-branch-tarball
|
- taskflow-branch-tarball
|
||||||
|
Loading…
x
Reference in New Issue
Block a user