system-config/modules/openstack_project/files/jenkins_job_builder/config/release.yaml
Doug Hellmann 75b77762e7 Add ceilometer to the common-bump-milestone job
Change-Id: I9f102cac7a14b6ffd0a7d4408cd0906cc48a386c
Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Reviewed-on: https://review.openstack.org/15674
Reviewed-by: Julien Danjou <julien@danjou.info>
Reviewed-by: Thierry Carrez <thierry@openstack.org>
Approved: James E. Blair <corvus@inaugust.com>
Reviewed-by: James E. Blair <corvus@inaugust.com>
Tested-by: Jenkins
2012-11-09 08:51:56 +00:00

38 lines
986 B
YAML

- job:
name: common-bump-milestone
concurrent: false
node: master
parameters:
- choice:
name: PROJECT
description: On what project to run?
choices:
- nova
- glance
- keystone
- horizon
- quantum
- melange
- cinder
- ceilometer
- python-cinderclient
- python-novaclient
- python-openstackclient
- python-glanceclient
- python-keystoneclient
- python-quantumclient
- python-swiftclient
- choice:
name: BRANCH
description: The branch to update.
choices:
- master
- milestone-proposed
- string:
name: VALUE
description: 'The milestone value to set for this branch. E.g., "e4" or "rc1".'
builders:
- shell: "/usr/local/jenkins/slave_scripts/bump-milestone.sh"