Enable gating of diskimage-builder
Uses the standard OpenStack tox methods to run tests and build artifacts. Diskimage-builder recently added support for all of them except sphinx, as diskimage-builder does not have any sphinx docs. Change-Id: I948ce91836edadf526b0846218854b47f4bb1c34 Reviewed-on: https://review.openstack.org/21190 Reviewed-by: Jeremy Stanley <fungi@yuggoth.org> Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
c7d29a37d4
commit
1d86def1b4
@ -602,3 +602,12 @@
|
||||
provider: hpcloud-az2
|
||||
jobs:
|
||||
- devstack-node-provider-jobs
|
||||
|
||||
- project:
|
||||
name: diskimage-builder
|
||||
github-org: stackforge
|
||||
node: quantal
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -1123,9 +1123,15 @@ projects:
|
||||
|
||||
- name: stackforge/diskimage-builder
|
||||
check:
|
||||
- gate-noop
|
||||
- gate-diskimage-builder-pep8
|
||||
- gate-diskimage-builder-python26
|
||||
- gate-diskimage-builder-python27
|
||||
gate:
|
||||
- gate-noop
|
||||
- gate-diskimage-builder-pep8
|
||||
- gate-diskimage-builder-python26
|
||||
- gate-diskimage-builder-python27
|
||||
post:
|
||||
- diskimage-builder-coverage
|
||||
|
||||
- name: stackforge/kwapi
|
||||
check:
|
||||
|
Loading…
x
Reference in New Issue
Block a user