Merge "Add rally-cli job"

This commit is contained in:
Jenkins 2014-05-20 18:03:58 +00:00 committed by Gerrit Code Review
commit c7b09e5816
3 changed files with 25 additions and 0 deletions

View File

@ -2105,6 +2105,8 @@
node: bare-precise
- check-rally-install-{node}:
node: bare-centos6
- 'check-rally-cli':
node: 'devstack-precise || devstack-precise-check'
- project:
name: python-rallyclient

View File

@ -71,6 +71,26 @@
- rally-plot
- job-template:
name: 'check-rally-cli'
node: '{node}'
builders:
- link-logs
- devstack-checkout
- shell: |
#/bin/bash -xe
function post_test_hook {{
/usr/local/jenkins/slave_scripts/run-tox.sh cli stackforge rally
}}
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
- job-group:
name: rally-jobs
jobs:

View File

@ -585,6 +585,8 @@ jobs:
voting: false
- name: check-rally-dsvm-rally
voting: false
- name: check-rally-cli
voting: false
- name: gate-rally-python33
voting: false
- name: gate-stevedore-docs
@ -4536,6 +4538,7 @@ projects:
- check-rally-install-bare-centos6
- check-rally-install-bare-precise
- check-rally-dsvm-rally
- check-rally-cli
gate:
- gate-rally-pep8
- gate-rally-python26