Merge "Add rally-scenarios job"

This commit is contained in:
Jenkins 2014-04-07 18:54:38 +00:00 committed by Gerrit Code Review
commit e7b136f618
3 changed files with 29 additions and 0 deletions

View File

@ -2023,6 +2023,9 @@
node: bare-precise
- check-rally-install-{node}:
node: bare-centos6
- '{pipeline}-rally-scenarios':
pipeline: check
node: 'devstack-precise || devstack-precise-check'
- project:
name: python-rallyclient

View File

@ -9,3 +9,26 @@
publishers:
- console-log
- job-template:
name: '{pipeline}-rally-scenarios'
node: '{node}'
builders:
- link-logs
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PROJECTS="stackforge/rally $PROJECTS"
function pre_test_hook {{
/opt/stack/new/rally/tests_ci/pre_test_hook.sh
}}
export -f pre_test_hook
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

View File

@ -550,6 +550,8 @@ jobs:
voting: false
- name: ^check-rally-install-.*$
voting: false
- name: ^check-rally-scenarios-.*$
voting: false
- name: gate-rally-python33
voting: false
- name: gate-stevedore-docs
@ -4373,6 +4375,7 @@ projects:
- gate-rally-python33
- check-rally-install-bare-centos6
- check-rally-install-bare-precise
- check-rally-scenarios
gate:
- gate-rally-pep8
- gate-rally-python26