Don't map gate-cross jobs automatically to tox jobs

The regex was mapping these too much.

Change-Id: Ie75c677ab5ea71f6fcd05c8d69094ced96b65fff
This commit is contained in:
Monty Taylor 2017-09-12 14:05:26 -06:00
parent 0dafa99fe5
commit 887279a3fd
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ job-mapping:
- old: noop
new: noop
- old: '^gate-.*-python(?P<version>[0-9]{2})-ubuntu-xenial'
- old: '^gate(?!-cross)-.*-python(?P<version>[0-9]{2})-ubuntu-xenial'
new: 'openstack-tox-py{version}'
- old: '^gate-.*-pep8-ubuntu-xenial'