Merge "Add py26-essex and py27-essex jobs to ceilometer"

This commit is contained in:
Jenkins 2012-06-15 20:42:36 +00:00 committed by Gerrit Code Review
commit 15e8d50de4
3 changed files with 102 additions and 0 deletions

View File

@ -113,6 +113,12 @@ done
def _python27(self, xml_parent):
self._add_script(xml_parent, '/usr/local/jenkins/slave_scripts/run-tox.sh 27')
def _python26_essex(self, xml_parent):
self._add_script(xml_parent, '/usr/local/jenkins/slave_scripts/run-tox.sh 26-essex')
def _python27_essex(self, xml_parent):
self._add_script(xml_parent, '/usr/local/jenkins/slave_scripts/run-tox.sh 27-essex')
def _tarball(self, xml_parent):
self._add_script(xml_parent,
'/usr/local/jenkins/slave_scripts/create-tarball.sh %s' % self.data['main']['project'])

View File

@ -9,3 +9,95 @@ values:
publisher_site: 'TODO.stackforge.org'
doc_publisher_site: 'TODO.stackforge.org'
node: 'oneiric'
---
# python26-essex-gate
modules:
- properties
- scm
- assignednode
- builders
- publisher_none
main:
name: 'gate-ceilometeer-python26-essex'
review_site: 'review.stackforge.org'
github_org: 'stackforge'
project: 'ceilometer'
authenticatedBuild: 'true'
disabled: 'false'
concurrent: 'true'
parameters:
- name: UUID
type: string
description: Zuul provided key to link builds with Gerrit events
- name: GERRIT_PROJECT
type: string
description: Zuul provided project name
- name: GERRIT_BRANCH
type: string
description: Zuul provided branch name
- name: GERRIT_CHANGES
type: string
description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders:
- gerrit_git_prep
- python26-essex
scm:
scm: 'false'
assignednode:
node: 'oneiric'
---
# python27-essex-gate
modules:
- properties
- scm
- assignednode
- builders
- publisher_none
main:
name: 'gate-ceilometeer-python27-essex'
review_site: 'review.stackforge.org'
github_org: 'stackforge'
project: 'ceilometer'
authenticatedBuild: 'true'
disabled: 'false'
concurrent: 'true'
parameters:
- name: UUID
type: string
description: Zuul provided key to link builds with Gerrit events
- name: GERRIT_PROJECT
type: string
description: Zuul provided project name
- name: GERRIT_BRANCH
type: string
description: Zuul provided branch name
- name: GERRIT_CHANGES
type: string
description: Zuul provided list of dependent changes to merge
notification_endpoints:
- protocol: HTTP
URL: http://127.0.0.1:8001/jenkins_endpoint
builders:
- gerrit_git_prep
- python27-essex
scm:
scm: 'false'
assignednode:
node: 'oneiric'

View File

@ -37,11 +37,15 @@ projects:
- gate-ceilometer-pep8
- gate-ceilometer-python26
- gate-ceilometer-python27
- gate-ceilometer-python26-essex
- gate-ceilometer-python27-essex
gate:
- gate-ceilometer-merge:
- gate-ceilometer-pep8
- gate-ceilometer-python26
- gate-ceilometer-python27
- gate-ceilometer-python26-essex
- gate-ceilometer-python27-essex
- name: heat-api/heat
check: