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