Modify running of sqlalchemy-migrate tests

sqlalchemy-migrate tests should be run for all Python/SQLAlchemy
versions combinations, we claim to support, which include:
Python versions 2.6.x and 2.7.x, SQLAlchemy versions 0.7.x
and 0.8.x.

py26/py27 tox envs install the latest stable version of SQLAlchemy
(currently, 0.8.x branch), so two additional tox environments and
corresponding Jenkins jobs are added to run the test suite with
SQLAlchemy 0.7.x (for both Python 2.6 and 2.7).

Related change in sqlalchemy-migrate: I50c7009d8b808ce3bbb1f0a27c50f5cb5116cdb3

Change-Id: Iea900c69d35a9c083147f115051d6656d8ea5d24
This commit is contained in:
Roman Podolyaka 2013-07-30 17:49:06 +03:00
parent a613910f57
commit d21d6ff541
3 changed files with 22 additions and 0 deletions

View File

@ -23,3 +23,17 @@
- console-log
node: '{node}'
- job-template:
name: 'gate-{name}-tox-{env}'
builders:
- gerrit-git-prep
- shell: '/usr/local/jenkins/slave_scripts/run-tox.sh {env}'
- assert-no-extra-files
publishers:
- test-results
- console-log
node: '{node}'

View File

@ -106,9 +106,13 @@
node: precise
rtfd-id: 1744
tarball-site: tarballs.openstack.org
env:
- py26sa07
- py27sa07
jobs:
- python-jobs
- gate-{name}-tox-{env}
- hook-{name}-rtfd
- pypi-jobs

View File

@ -2214,9 +2214,13 @@ projects:
check:
- gate-sqlalchemy-migrate-python26
- gate-sqlalchemy-migrate-python27
- gate-sqlalchemy-migrate-tox-py26sa07
- gate-sqlalchemy-migrate-tox-py27sa07
gate:
- gate-sqlalchemy-migrate-python26
- gate-sqlalchemy-migrate-python27
- gate-sqlalchemy-migrate-tox-py26sa07
- gate-sqlalchemy-migrate-tox-py27sa07
post:
- sqlalchemy-migrate-branch-tarball
- hook-sqlalchemy-migrate-rtfd