Add check-rally-install-* template and jobs

This jobs checks rally installation on precise and centons6

Change-Id: I6d7e6c428cf4f958a604dfa40f87b8cd5f75318c
This commit is contained in:
Sergey Skripnick 2014-03-24 22:27:54 +02:00
parent 716ae11cfc
commit 60ed208a08
3 changed files with 19 additions and 0 deletions

View File

@ -2034,6 +2034,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