d21d6ff541
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
40 lines
663 B
YAML
40 lines
663 B
YAML
- job:
|
|
name: gate-noop
|
|
node: precise
|
|
|
|
- job:
|
|
name: gate-django_openstack_auth-noop
|
|
node: precise
|
|
|
|
- job:
|
|
name: gate-grenade-noop
|
|
node: precise
|
|
|
|
- job-template:
|
|
name: 'gate-{name}-run-tests'
|
|
|
|
builders:
|
|
- gerrit-git-prep
|
|
- run-tests:
|
|
github-org: '{github-org}'
|
|
project: '{name}'
|
|
|
|
publishers:
|
|
- 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}'
|