Merge "Add rally job for heat with fake_virt"
This commit is contained in:
commit
1492d6c7ab
@ -675,6 +675,7 @@
|
||||
- python-havana-bitrot-jobs
|
||||
- openstack-publish-jobs
|
||||
- translation-jobs
|
||||
- rally-jobs
|
||||
|
||||
- project:
|
||||
name: heat-specs
|
||||
|
@ -33,6 +33,7 @@
|
||||
export PROJECTS="stackforge/rally $PROJECTS"
|
||||
export PROJECTS="openstack/ceilometer $PROJECTS"
|
||||
export DEVSTACK_GATE_NEUTRON={neutron}
|
||||
export DEVSTACK_GATE_TEMPEST_LARGE_OPS={large_ops}
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_TIMEOUT=120
|
||||
export RALLY_SCENARIO={scenario}
|
||||
@ -71,6 +72,7 @@
|
||||
- devstack-rally-gate:
|
||||
scenario: '{name}'
|
||||
neutron: '0'
|
||||
large_ops: '0'
|
||||
|
||||
publishers:
|
||||
- devstack-logs
|
||||
@ -91,6 +93,28 @@
|
||||
- devstack-rally-gate:
|
||||
scenario: '{name}-neutron'
|
||||
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:
|
||||
- devstack-logs
|
||||
@ -142,3 +166,4 @@
|
||||
jobs:
|
||||
- 'gate-rally-dsvm-{name}'
|
||||
- 'gate-rally-dsvm-neutron-{name}'
|
||||
- 'gate-rally-dsvm-fakevirt-{name}'
|
||||
|
@ -478,6 +478,8 @@ jobs:
|
||||
queue-name: integrated
|
||||
- name: gate-rally-dsvm-neutron-neutron
|
||||
voting: false
|
||||
- name: gate-rally-dsvm-fakevirt-heat
|
||||
voting: false
|
||||
- name: ^(gate|check)-tempest-dsvm-neutron-full$
|
||||
voting: false
|
||||
- name: ^(gate|check)-tempest-dsvm-neutron-full-icehouse$
|
||||
@ -972,6 +974,7 @@ projects:
|
||||
- name: translation-jobs
|
||||
check:
|
||||
- check-devstack-dsvm-cells
|
||||
- gate-rally-dsvm-fakevirt-heat
|
||||
gate:
|
||||
- gate-devstack-dsvm-cells
|
||||
experimental-tripleo:
|
||||
|
Loading…
Reference in New Issue
Block a user