Add the neutron func job (nv) to devstack-gate
The neutron functional job overrides PROJECTS to speed up workspace setup, and will break if devstack-gate starts relying on repos that aren't included. This changes adds the neutron functional job to the devstack-gate check pipeline as a non-voting job to indicate potential breakage. Change-Id: I12c39377de114092dbc3a32720ffba7f7bfdeab4
This commit is contained in:
parent
af850c057b
commit
b0f9194549
@ -369,6 +369,11 @@
|
|||||||
node: 'devstack-precise || devstack-trusty'
|
node: 'devstack-precise || devstack-trusty'
|
||||||
branch-designator: ''
|
branch-designator: ''
|
||||||
branch-override: default
|
branch-override: default
|
||||||
|
- '{pipeline}-neutron-dsvm-functional{branch-designator}':
|
||||||
|
pipeline: check
|
||||||
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
branch-designator: '-nv'
|
||||||
|
branch-override: default
|
||||||
- '{pipeline}-neutron-dsvm-api{branch-designator}':
|
- '{pipeline}-neutron-dsvm-api{branch-designator}':
|
||||||
pipeline: check
|
pipeline: check
|
||||||
node: 'devstack-precise || devstack-trusty'
|
node: 'devstack-precise || devstack-trusty'
|
||||||
|
@ -3199,6 +3199,7 @@ projects:
|
|||||||
- check-dg-tempest-dsvm-full-reexec
|
- check-dg-tempest-dsvm-full-reexec
|
||||||
- check-dg-hooks-dsvm
|
- check-dg-hooks-dsvm
|
||||||
- check-grenade-dsvm-partial-ncpu
|
- check-grenade-dsvm-partial-ncpu
|
||||||
|
- check-neutron-dsvm-functional-nv
|
||||||
- check-swift-dsvm-functional
|
- check-swift-dsvm-functional
|
||||||
- check-tempest-dsvm-full-icehouse-nv
|
- check-tempest-dsvm-full-icehouse-nv
|
||||||
- check-tempest-dsvm-neutron-icehouse-nv
|
- check-tempest-dsvm-neutron-icehouse-nv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user