Make neutron full job voting

Changes in this patch:
- Add neutron full job to neutron integrated gate queue,
  and make it voting
- Add postgresql full job for Neutron, set it as non-voting, since
  it has never beene executed so far.
- Run mysql smoke job only for havana and icehouse stable branches,
  keep running postegresql smoke job for every branch to preserve
  the number of tempest runs for each neutron patch.
- (side-effect) Make neutron full job voting for projects using the
  integrated gate

Change-Id: I2847966c084971459dbae8dc86b4c412d3cb91d4
This commit is contained in:
Salvatore Orlando 2014-04-17 05:50:20 -07:00
parent 62afc429eb
commit 362638ca7f
2 changed files with 50 additions and 2 deletions

View File

@ -441,6 +441,41 @@
- console-log
- job-template:
name: '{pipeline}-tempest-dsvm-neutron-pg-full{branch-designator}'
node: '{node}'
wrappers:
- timeout:
timeout: 125
fail: true
- timestamps
builders:
- link-logs
- net-info
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TIMEOUT=120
export DEVSTACK_GATE_TEMPEST=1
export DEVSTACK_GATE_TEMPEST_TESTR_FULL=1
export DEVSTACK_GATE_POSTGRES=1
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_ALLOW_TENANT_ISOLATION=1
export DEVSTACK_GATE_CONFIGDRIVE=0
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
publishers:
- devstack-logs
- console-log
- job-template:
name: '{pipeline}-devstack-dsvm-cells{branch-designator}'
node: '{node}'
@ -1431,6 +1466,7 @@
- '{pipeline}-tempest-dsvm-neutron-isolated-parallel{branch-designator}'
- '{pipeline}-tempest-dsvm-neutron-dvr{branch-designator}'
- '{pipeline}-tempest-dsvm-neutron-full{branch-designator}'
- '{pipeline}-tempest-dsvm-neutron-pg-full{branch-designator}'
- '{pipeline}-devstack-dsvm-cells{branch-designator}'
- '{pipeline}-tempest-dsvm-cells{branch-designator}'
- '{pipeline}-tempest-dsvm-cells-full{branch-designator}'

View File

@ -256,16 +256,19 @@ project-templates:
- name: integrated-gate-neutron
check:
- 'check-tempest-dsvm-neutron-heat-slow'
- 'check-tempest-dsvm-neutron'
- 'check-tempest-dsvm-neutron-pg'
- 'check-tempest-dsvm-neutron-heat-slow'
- 'check-tempest-dsvm-neutron-full'
- 'check-tempest-dsvm-neutron-pg-full'
- 'gate-tempest-dsvm-neutron-large-ops'
- 'check-grenade-dsvm-neutron'
gate:
- 'gate-tempest-dsvm-neutron'
- 'gate-tempest-dsvm-neutron-pg'
- 'gate-tempest-dsvm-neutron-heat-slow'
- 'gate-tempest-dsvm-neutron-full'
- 'gate-tempest-dsvm-neutron-pg-full'
- 'gate-tempest-dsvm-neutron-large-ops'
- name: integrated-gate-sahara
@ -484,8 +487,13 @@ jobs:
voting: false
- name: gate-rally-dsvm-fakevirt-heat
voting: false
- name: ^(gate|check)-tempest-dsvm-neutron-full$
- name: ^(gate|check)-tempest-dsvm-neutron-full(-2)?$
branch: ^(?!stable/(havana|icehouse)).*$
- name: ^(gate|check)-tempest-dsvm-neutron-pg-full(-2)?$
branch: ^(?!stable/(havana|icehouse)).*$
voting: false
- name: ^(gate|check)-tempest-dsvm-neutron(-2)?$
branch: ^(stable/).*$
- name: ^(gate|check)-tempest-dsvm-neutron-full-icehouse$
voting: false
- name: ^(gate|check)-tempest-dsvm-neutron-heat-slow
@ -1145,10 +1153,14 @@ projects:
- gate-rally-dsvm-neutron-neutron
- check-tempest-dsvm-neutron-2
- check-tempest-dsvm-neutron-pg-2
- check-tempest-dsvm-neutron-full-2
- check-tempest-dsvm-neutron-pg-full-2
gate:
- gate-neutron-dsvm-functional
- gate-tempest-dsvm-neutron-2
- gate-tempest-dsvm-neutron-pg-2
- gate-tempest-dsvm-neutron-full-2
- gate-tempest-dsvm-neutron-pg-full-2
experimental:
- check-neutron-dsvm-api
- gate-grenade-dsvm-neutron-forward