Merge "Add rally-cli job"
This commit is contained in:
commit
c7b09e5816
@ -2105,6 +2105,8 @@
|
|||||||
node: bare-precise
|
node: bare-precise
|
||||||
- check-rally-install-{node}:
|
- check-rally-install-{node}:
|
||||||
node: bare-centos6
|
node: bare-centos6
|
||||||
|
- 'check-rally-cli':
|
||||||
|
node: 'devstack-precise || devstack-precise-check'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: python-rallyclient
|
name: python-rallyclient
|
||||||
|
@ -71,6 +71,26 @@
|
|||||||
- rally-plot
|
- 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:
|
- job-group:
|
||||||
name: rally-jobs
|
name: rally-jobs
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -585,6 +585,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: check-rally-dsvm-rally
|
- name: check-rally-dsvm-rally
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: check-rally-cli
|
||||||
|
voting: false
|
||||||
- name: gate-rally-python33
|
- name: gate-rally-python33
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-stevedore-docs
|
- name: gate-stevedore-docs
|
||||||
@ -4536,6 +4538,7 @@ projects:
|
|||||||
- check-rally-install-bare-centos6
|
- check-rally-install-bare-centos6
|
||||||
- check-rally-install-bare-precise
|
- check-rally-install-bare-precise
|
||||||
- check-rally-dsvm-rally
|
- check-rally-dsvm-rally
|
||||||
|
- check-rally-cli
|
||||||
gate:
|
gate:
|
||||||
- gate-rally-pep8
|
- gate-rally-pep8
|
||||||
- gate-rally-python26
|
- gate-rally-python26
|
||||||
|
Loading…
Reference in New Issue
Block a user