Merge "Modify running of sqlalchemy-migrate tests"
This commit is contained in:
commit
27ab5c3747
@ -23,3 +23,17 @@
|
|||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
node: '{node}'
|
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}'
|
||||||
|
@ -113,9 +113,13 @@
|
|||||||
node: precise
|
node: precise
|
||||||
rtfd-id: 1744
|
rtfd-id: 1744
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
env:
|
||||||
|
- py26sa07
|
||||||
|
- py27sa07
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
- gate-{name}-tox-{env}
|
||||||
- hook-{name}-rtfd
|
- hook-{name}-rtfd
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
@ -2214,9 +2214,13 @@ projects:
|
|||||||
check:
|
check:
|
||||||
- gate-sqlalchemy-migrate-python26
|
- gate-sqlalchemy-migrate-python26
|
||||||
- gate-sqlalchemy-migrate-python27
|
- gate-sqlalchemy-migrate-python27
|
||||||
|
- gate-sqlalchemy-migrate-tox-py26sa07
|
||||||
|
- gate-sqlalchemy-migrate-tox-py27sa07
|
||||||
gate:
|
gate:
|
||||||
- gate-sqlalchemy-migrate-python26
|
- gate-sqlalchemy-migrate-python26
|
||||||
- gate-sqlalchemy-migrate-python27
|
- gate-sqlalchemy-migrate-python27
|
||||||
|
- gate-sqlalchemy-migrate-tox-py26sa07
|
||||||
|
- gate-sqlalchemy-migrate-tox-py27sa07
|
||||||
post:
|
post:
|
||||||
- sqlalchemy-migrate-branch-tarball
|
- sqlalchemy-migrate-branch-tarball
|
||||||
- hook-sqlalchemy-migrate-rtfd
|
- hook-sqlalchemy-migrate-rtfd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user