system-config/modules/openstack_project/files/jenkins_job_builder/config/release.yaml
Thierry Carrez 93d783f974 Add Heat to common-bump-milestone job
Update the list of projects in the common-bump-milestone job parameters:

- Add Heat. Should hopefully allow us (once seeded) to generate
  properly-versioned artefacts from heat-tarball job.

- Remove Python client projects and Melange, which do not use this job
  anymore.

Change-Id: I9dfa7c793a55385bb496823d0285c8f721d1eed7
Reviewed-on: https://review.openstack.org/18323
Reviewed-by: Monty Taylor <mordred@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
2012-12-18 18:34:59 +00:00

38 lines
874 B
YAML

- job:
name: common-bump-milestone
concurrent: false
node: master
properties:
- authorization:
openstack-release:
- job-build
ttx:
- job-build
parameters:
- choice:
name: PROJECT
description: On what project to run?
choices:
- nova
- glance
- keystone
- horizon
- quantum
- cinder
- ceilometer
- heat
- 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"