Merge "Add rally-dsvm-netron job to rally job group"

This commit is contained in:
Jenkins 2014-06-03 11:18:03 +00:00 committed by Gerrit Code Review
commit 1287c67609
2 changed files with 25 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#!/bin/bash -xe
export PROJECTS="stackforge/rally $PROJECTS"
export ENABLED_SERVICES=rally
export DEVSTACK_GATE_NEUTRON={neutron}
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_TIMEOUT=120
export RALLY_SCENARIO={scenario}
@ -64,6 +65,28 @@
builders:
- devstack-rally-gate:
scenario: '{name}'
neutron: '0'
publishers:
- devstack-logs
- console-log
- rally-plot
- job-template:
name: 'check-rally-dsvm-neutron-{name}'
node: 'devstack-precise || devstack-precise-check'
wrappers:
- timeout:
timeout: 125
fail: true
- timestamps
builders:
- devstack-rally-gate:
scenario: '{name}'
neutron: '1'
publishers:
- devstack-logs
@ -99,3 +122,4 @@
name: rally-jobs
jobs:
- 'check-rally-dsvm-{name}'
- 'check-rally-dsvm-neutron-{name}'

View File

@ -4203,6 +4203,7 @@ projects:
- gate-rally-install-bare-centos6
- gate-rally-install-bare-precise
- check-rally-dsvm-rally
- check-rally-dsvm-neutron-rally
- check-rally-cli
gate:
- gate-rally-pep8