Merge "Add rally job for heat with fake_virt"

This commit is contained in:
Jenkins 2014-08-07 19:04:47 +00:00 committed by Gerrit Code Review
commit 1492d6c7ab
3 changed files with 29 additions and 0 deletions

View File

@ -675,6 +675,7 @@
- python-havana-bitrot-jobs - python-havana-bitrot-jobs
- openstack-publish-jobs - openstack-publish-jobs
- translation-jobs - translation-jobs
- rally-jobs
- project: - project:
name: heat-specs name: heat-specs

View File

@ -33,6 +33,7 @@
export PROJECTS="stackforge/rally $PROJECTS" export PROJECTS="stackforge/rally $PROJECTS"
export PROJECTS="openstack/ceilometer $PROJECTS" export PROJECTS="openstack/ceilometer $PROJECTS"
export DEVSTACK_GATE_NEUTRON={neutron} export DEVSTACK_GATE_NEUTRON={neutron}
export DEVSTACK_GATE_TEMPEST_LARGE_OPS={large_ops}
export DEVSTACK_GATE_EXERCISES=0 export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_TIMEOUT=120 export DEVSTACK_GATE_TIMEOUT=120
export RALLY_SCENARIO={scenario} export RALLY_SCENARIO={scenario}
@ -71,6 +72,7 @@
- devstack-rally-gate: - devstack-rally-gate:
scenario: '{name}' scenario: '{name}'
neutron: '0' neutron: '0'
large_ops: '0'
publishers: publishers:
- devstack-logs - devstack-logs
@ -91,6 +93,28 @@
- devstack-rally-gate: - devstack-rally-gate:
scenario: '{name}-neutron' scenario: '{name}-neutron'
neutron: '1' neutron: '1'
large_ops: '0'
publishers:
- devstack-logs
- console-log
- rally-plot
- job-template:
name: 'gate-rally-dsvm-fakevirt-{name}'
node: 'devstack-precise || devstack-trusty'
wrappers:
- build-timeout:
timeout: 125
- timestamps
builders:
- devstack-rally-gate:
scenario: '{name}-neutron'
neutron: '0'
large_ops: '10'
publishers: publishers:
- devstack-logs - devstack-logs
@ -142,3 +166,4 @@
jobs: jobs:
- 'gate-rally-dsvm-{name}' - 'gate-rally-dsvm-{name}'
- 'gate-rally-dsvm-neutron-{name}' - 'gate-rally-dsvm-neutron-{name}'
- 'gate-rally-dsvm-fakevirt-{name}'

View File

@ -478,6 +478,8 @@ jobs:
queue-name: integrated queue-name: integrated
- name: gate-rally-dsvm-neutron-neutron - name: gate-rally-dsvm-neutron-neutron
voting: false voting: false
- name: gate-rally-dsvm-fakevirt-heat
voting: false
- name: ^(gate|check)-tempest-dsvm-neutron-full$ - name: ^(gate|check)-tempest-dsvm-neutron-full$
voting: false voting: false
- name: ^(gate|check)-tempest-dsvm-neutron-full-icehouse$ - name: ^(gate|check)-tempest-dsvm-neutron-full-icehouse$
@ -972,6 +974,7 @@ projects:
- name: translation-jobs - name: translation-jobs
check: check:
- check-devstack-dsvm-cells - check-devstack-dsvm-cells
- gate-rally-dsvm-fakevirt-heat
gate: gate:
- gate-devstack-dsvm-cells - gate-devstack-dsvm-cells
experimental-tripleo: experimental-tripleo: