Fix new sqlalchemy-migrate jobs

Change Iea900c69d35a9c083147f115051d6656d8ea5d24 added two additional
jobs for sqlalchemy-migrate to run tests with two different SQLAlchemy
versions (this is implemented as two separate tox envs). Unfortunately,
it incorrectly uses run-tox.sh script, so these new jobs always fail.

This patch fixes those sqlalchemy-migrate jobs and adds them to the
experimental pipeline first to ensure they work correctly.

Change-Id: Ie3c2f39ef8b0faa029f5055b5fc54897272dd906
This commit is contained in:
Roman Podolyaka 2013-08-27 17:01:24 +03:00
parent 3522d0859f
commit 48fad96c8a
3 changed files with 6 additions and 7 deletions

View File

@ -40,7 +40,7 @@
builders:
- gerrit-git-prep
- shell: '/usr/local/jenkins/slave_scripts/run-tox.sh {env}'
- shell: '/usr/local/jenkins/slave_scripts/run-tox.sh {env} {github-org} {name}'
- assert-no-extra-files
publishers:

View File

@ -114,8 +114,8 @@
rtfd-id: 1744
tarball-site: tarballs.openstack.org
env:
- py26sa07
- py27sa07
- 26sa07
- 27sa07
jobs:
- python-jobs

View File

@ -2229,13 +2229,12 @@ 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
experimental:
- gate-sqlalchemy-migrate-tox-26sa07
- gate-sqlalchemy-migrate-tox-27sa07
post:
- sqlalchemy-migrate-branch-tarball
- hook-sqlalchemy-migrate-rtfd