Add openstack/heat-cfntools to gerrit review
https://github.com/heat-api/heat-cfntools heat-cfntools contains scripts which need to be installed on heat provisioned guests. These scripts have recently been broken out of the heat-jeos repo, so the next task is getting better test coverage. This change will populate openstack/heat-cfntools using the existing heat-api/heat-cfntools as upstream Change-Id: I71ec9b12bf9cdef333d540812a4eeb8a7e593d93 Reviewed-on: https://review.openstack.org/22931 Reviewed-by: Clark Boylan <clark.boylan@gmail.com> Reviewed-by: Steven Dake <sdake@redhat.com> Approved: Monty Taylor <mordred@inaugust.com> Reviewed-by: Monty Taylor <mordred@inaugust.com> Tested-by: Jenkins
This commit is contained in:
parent
84310776ae
commit
a3659fe546
@ -127,5 +127,6 @@ heat:
|
|||||||
projects:
|
projects:
|
||||||
- openstack/heat
|
- openstack/heat
|
||||||
- openstack/python-heatclient
|
- openstack/python-heatclient
|
||||||
|
- openstack/heat-cfntools
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group heat-core
|
||||||
|
label-Approved = +0..+1 group heat-core
|
||||||
|
[access "refs/heads/milestone-proposed"]
|
||||||
|
label-Code-Review = -2..+2 group heat-drivers
|
||||||
|
label-Approved = +0..+1 group heat-drivers
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group heat-drivers
|
||||||
|
pushTag = group heat-drivers
|
||||||
|
[project]
|
||||||
|
state = active
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -26,3 +26,18 @@
|
|||||||
publishers:
|
publishers:
|
||||||
- coverage-log
|
- coverage-log
|
||||||
- console-log
|
- console-log
|
||||||
|
- job:
|
||||||
|
name: 'dev-heat-cfntools-coverage'
|
||||||
|
node: 'precise'
|
||||||
|
|
||||||
|
triggers:
|
||||||
|
- zuul
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- gerrit-git-prep
|
||||||
|
- coverage
|
||||||
|
|
||||||
|
publishers:
|
||||||
|
- coverage-log
|
||||||
|
- console-log
|
||||||
|
|
||||||
|
@ -140,6 +140,19 @@
|
|||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: heat-cfntools
|
||||||
|
github-org: openstack
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
doc-publisher-site: docs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- openstack-publish-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: horizon
|
name: horizon
|
||||||
github-org: openstack
|
github-org: openstack
|
||||||
|
@ -92,6 +92,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: dev-python-heatclient-coverage
|
- name: dev-python-heatclient-coverage
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: dev-heat-cfntools-coverage
|
||||||
|
voting: false
|
||||||
- name: jenkins-job-builder-compare-xml
|
- name: jenkins-job-builder-compare-xml
|
||||||
voting: false
|
voting: false
|
||||||
failure-message: XML output has changed.
|
failure-message: XML output has changed.
|
||||||
@ -919,6 +921,26 @@ projects:
|
|||||||
- python-heatclient-pypi-upload
|
- python-heatclient-pypi-upload
|
||||||
- python-heatclient-docs
|
- python-heatclient-docs
|
||||||
|
|
||||||
|
- name: openstack/heat-cfntools
|
||||||
|
check:
|
||||||
|
- gate-heat-cfntools-pep8:
|
||||||
|
- gate-heat-cfntools-python26
|
||||||
|
- gate-heat-cfntools-python27
|
||||||
|
- dev-heat-cfntools-coverage
|
||||||
|
gate:
|
||||||
|
- gate-heat-cfntools-pep8
|
||||||
|
- gate-heat-cfntools-python26
|
||||||
|
- gate-heat-cfntools-python27
|
||||||
|
post:
|
||||||
|
- heat-cfntools-branch-tarball
|
||||||
|
- heat-cfntools-coverage
|
||||||
|
pre-release:
|
||||||
|
- heat-cfntools-tarball
|
||||||
|
release:
|
||||||
|
- heat-cfntools-tarball:
|
||||||
|
- heat-cfntools-pypi-upload
|
||||||
|
- heat-cfntools-docs
|
||||||
|
|
||||||
- name: stackforge/reddwarf
|
- name: stackforge/reddwarf
|
||||||
check:
|
check:
|
||||||
- gate-reddwarf-pep8:
|
- gate-reddwarf-pep8:
|
||||||
|
@ -9,6 +9,9 @@
|
|||||||
has-pull-requests: False
|
has-pull-requests: False
|
||||||
has-downloads: False
|
has-downloads: False
|
||||||
---
|
---
|
||||||
|
- project: openstack/heat-cfntools
|
||||||
|
acl_config: /home/gerrit2/acls/openstack/heat-cfntools.config
|
||||||
|
upstream: git://github.com/heat-api/heat-cfntools.git
|
||||||
- project: openstack/heat
|
- project: openstack/heat
|
||||||
acl_config: /home/gerrit2/acls/openstack/heat.config
|
acl_config: /home/gerrit2/acls/openstack/heat.config
|
||||||
- project: openstack/python-heatclient
|
- project: openstack/python-heatclient
|
||||||
|
Loading…
x
Reference in New Issue
Block a user