remove the check-devstack-dsvm-neutron job
this job was added to help neutron work towards functional grenade tests, which used the devstack exercises. However we don't use the devstack exercises in grenade any more, so it's not needed. Change-Id: Ib740eec358e847681ad27a27229fd6b40802afb2
This commit is contained in:
parent
f9da1187d5
commit
5ee281ed20
@ -904,37 +904,6 @@
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-devstack-dsvm-neutron{branch-designator}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
- timeout:
|
||||
timeout: 125
|
||||
fail: true
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
export DEVSTACK_GATE_EXERCISES=1
|
||||
export BRANCH_OVERRIDE={branch-override}
|
||||
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||
fi
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
- link-logs
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-tempest-dsvm-all{branch-designator}'
|
||||
node: '{node}'
|
||||
@ -1102,7 +1071,6 @@
|
||||
- '{pipeline}-tempest-dsvm-sahara-full{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-sahara-postgres{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-sahara-neutron{branch-designator}'
|
||||
- '{pipeline}-devstack-dsvm-neutron{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-ironic{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-ironic-postgres{branch-designator}'
|
||||
- '{pipeline}-tempest-dsvm-marconi{branch-designator}'
|
||||
|
@ -312,9 +312,6 @@ jobs:
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
- name: ^(gate|check)-tempest-dsvm-neutron-pg$
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
- name: check-devstack-dsvm-neutron
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
voting: false
|
||||
- name: ^(gate|check)-tempest-dsvm-neutron-full$
|
||||
branch: ^(?!stable/grizzly).*$
|
||||
voting: false
|
||||
@ -924,7 +921,6 @@ projects:
|
||||
- check-tempest-dsvm-neutron-pg
|
||||
- gate-tempest-dsvm-neutron-large-ops
|
||||
- check-grenade-dsvm-neutron
|
||||
- check-devstack-dsvm-neutron
|
||||
gate:
|
||||
- gate-tempest-dsvm-neutron
|
||||
- gate-tempest-dsvm-neutron-pg
|
||||
@ -2383,7 +2379,6 @@ projects:
|
||||
- check-grenade-dsvm-forward
|
||||
- check-grenade-dsvm-partial-ncpu
|
||||
- check-swift-dsvm-functional
|
||||
- check-devstack-dsvm-neutron
|
||||
- check-tempest-dsvm-ironic-nv
|
||||
- check-tempest-dsvm-ironic-postgres-nv
|
||||
- check-tempest-dsvm-sahara-full-nv
|
||||
|
Loading…
x
Reference in New Issue
Block a user