Update mapping file to use nodeset instead of node
Change-Id: I2ba3db7fd7762c850a261a131ed0bc3816269e2b
This commit is contained in:
parent
b761fca5c5
commit
7135e7ddd1
@ -26,7 +26,7 @@ job-mapping:
|
||||
- old: '^gate(?!-cross)-.*-python(?P<version>[0-9]{2})-ubuntu-trusty'
|
||||
new:
|
||||
'openstack-tox-py{version}':
|
||||
nodes: ubuntu-trusty
|
||||
nodeset: ubuntu-trusty
|
||||
|
||||
- old: '^gate-.*-pep8-ubuntu-xenial'
|
||||
new: 'openstack-tox-pep8'
|
||||
@ -34,7 +34,7 @@ job-mapping:
|
||||
- old: '^gate-.*-pep8-ubuntu-trusty'
|
||||
new:
|
||||
openstack-tox-pep8:
|
||||
nodes: ubuntu-trusty
|
||||
nodeset: ubuntu-trusty
|
||||
|
||||
- old: '^gate-.*-compare-coverage-ubuntu-xenial'
|
||||
new: 'openstack-compare-cover'
|
||||
@ -42,7 +42,7 @@ job-mapping:
|
||||
- old: '^gate-.*-compare-coverage-ubuntu-trusty'
|
||||
new:
|
||||
openstack-compare-cover:
|
||||
nodes: ubuntu-trusty
|
||||
nodeset: ubuntu-trusty
|
||||
|
||||
- old: '^.*-coverage-ubuntu-xenial'
|
||||
new: 'openstack-tox-cover'
|
||||
@ -50,7 +50,7 @@ job-mapping:
|
||||
- old: '^.*-coverage-ubuntu-trusty'
|
||||
new:
|
||||
openstack-tox-cover:
|
||||
nodes: ubuntu-trusty
|
||||
nodeset: ubuntu-trusty
|
||||
|
||||
- old: '^gate-.*-linters-ubuntu-xenial'
|
||||
new: 'openstack-tox-linters'
|
||||
|
Loading…
Reference in New Issue
Block a user