Merge "Add check-rally-install-* template and jobs"
This commit is contained in:
commit
29dcccbf5c
@ -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
|
||||
|
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user