Add rally job for heat with fake_virt
Using TEMPEST_LARGE_OPS for enable fake_virt Change-Id: I918112996d95784c5356490052fdce0ca2dbec2d
This commit is contained in:
parent
552542d884
commit
97813d5879
@ -734,6 +734,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
|
||||||
|
@ -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
|
||||||
@ -141,3 +165,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}'
|
||||||
|
@ -460,6 +460,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$
|
||||||
@ -946,6 +948,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:
|
||||||
|
Loading…
Reference in New Issue
Block a user