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:
parent
3522d0859f
commit
48fad96c8a
@ -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:
|
||||
|
@ -114,8 +114,8 @@
|
||||
rtfd-id: 1744
|
||||
tarball-site: tarballs.openstack.org
|
||||
env:
|
||||
- py26sa07
|
||||
- py27sa07
|
||||
- 26sa07
|
||||
- 27sa07
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user