Add py26-essex and py27-essex jobs to ceilometer
Change-Id: I2c7e3e803282e0e5078a4d0919cd4bcd0baebd9d Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
09dd8bba5e
commit
3ebb1961d9
@ -84,6 +84,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'])
|
||||
|
@ -8,3 +8,95 @@ values:
|
||||
review_site: 'review.stackforge.org'
|
||||
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'
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user