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'
|
||||
branch-designator: ''
|
||||
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: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
|
@ -3199,6 +3199,7 @@ projects:
|
||||
- check-dg-tempest-dsvm-full-reexec
|
||||
- check-dg-hooks-dsvm
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-neutron-dsvm-functional-nv
|
||||
- check-swift-dsvm-functional
|
||||
- check-tempest-dsvm-full-icehouse-nv
|
||||
- check-tempest-dsvm-neutron-icehouse-nv
|
||||
|
Loading…
Reference in New Issue
Block a user