Add python-heatclient.
Change-Id: I24ed2800f0ae62ae023ad31f85d8ad00f561977f Reviewed-on: https://review.openstack.org/15020 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Approved: James E. Blair <corvus@inaugust.com> Reviewed-by: James E. Blair <corvus@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
186ee20ab3
commit
82e5d4114d
@ -52,7 +52,11 @@ stackforge-dev:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- stackforge/ceilometer
|
- stackforge/ceilometer
|
||||||
|
- stackforge/libra
|
||||||
|
- stackforge/python-reddwarfclient
|
||||||
|
- stackforge/reddwarf
|
||||||
- heat-api/heat
|
- heat-api/heat
|
||||||
|
- heat-api/python-heatclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -131,6 +131,15 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-heatclient
|
||||||
|
github-org: heat-api
|
||||||
|
node: precise
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: horizon
|
name: horizon
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
- project: heat-api/heat
|
- project: heat-api/heat
|
||||||
options:
|
options:
|
||||||
- close-pull
|
- close-pull
|
||||||
|
- project: heat-api/python-heatclient
|
||||||
|
options:
|
||||||
|
- close-pull
|
||||||
- project: openstack-ci/devstack-gate
|
- project: openstack-ci/devstack-gate
|
||||||
options:
|
options:
|
||||||
- close-pull
|
- close-pull
|
||||||
|
@ -658,6 +658,19 @@ projects:
|
|||||||
- gate-heat-python26
|
- gate-heat-python26
|
||||||
- gate-heat-python27
|
- gate-heat-python27
|
||||||
|
|
||||||
|
- name: heat-api/python-heatclient
|
||||||
|
check:
|
||||||
|
- gate-python-heatclient-merge:
|
||||||
|
- gate-python-heatclient-pep8
|
||||||
|
- gate-python-heatclient-python26
|
||||||
|
- gate-python-heatclient-python27
|
||||||
|
- dev-python-heatclient-coverage
|
||||||
|
gate:
|
||||||
|
- gate-python-heatclient-merge:
|
||||||
|
- gate-python-heatclient-pep8
|
||||||
|
- gate-python-heatclient-python26
|
||||||
|
- gate-python-heatclient-python27
|
||||||
|
|
||||||
- name: stackforge/reddwarf
|
- name: stackforge/reddwarf
|
||||||
check:
|
check:
|
||||||
- gate-reddwarf-merge:
|
- gate-reddwarf-merge:
|
||||||
|
Loading…
Reference in New Issue
Block a user