Merge "Add check-rally-install-* template and jobs"

This commit is contained in:
Jenkins 2014-03-26 16:48:59 +00:00 committed by Gerrit Code Review
commit 29dcccbf5c
3 changed files with 19 additions and 0 deletions

View File

@ -2042,6 +2042,10 @@
jobs:
- python-jobs
- check-rally-install-{node}:
node: bare-precise
- check-rally-install-{node}:
node: bare-centos6
- project:
name: python-rallyclient

View File

@ -0,0 +1,11 @@
- job-template:
name: 'check-rally-install-{node}'
node: '{node}'
builders:
- gerrit-git-prep
- link-logs
- shell: "tests_ci/test_install.sh"
publishers:
- console-log

View File

@ -619,6 +619,8 @@ jobs:
voting: false
- name: gate-tomograph-python33
voting: false
- name: ^check-rally-install-.*$
voting: false
# The project list is grouped by type of project, and within each
# group, projects are sorted (mostly) alphabetically.
@ -4423,6 +4425,8 @@ projects:
- gate-rally-pep8
- gate-rally-python26
- gate-rally-python27
- check-rally-install-bare-centos6
- check-rally-install-bare-precise
gate:
- gate-rally-pep8
- gate-rally-python26