Added murano-common project
Murano projects need some shared code between different projects Change-Id: I5968212046dec498af604797438dfe3f6e3705b0
This commit is contained in:
parent
a613910f57
commit
e3f6720c29
@ -228,6 +228,7 @@ murano:
|
|||||||
- stackforge/murano-docs
|
- stackforge/murano-docs
|
||||||
- stackforge/murano-tests
|
- stackforge/murano-tests
|
||||||
- stackforge/python-muranoclient
|
- stackforge/python-muranoclient
|
||||||
|
- stackforge/murano-common
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -6,7 +6,6 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- gate-{name}-pyflakes
|
|
||||||
- gate-{name}-docs
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
@ -17,7 +16,6 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- gate-{name}-pyflakes
|
|
||||||
- gate-{name}-docs
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
@ -28,7 +26,6 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- gate-{name}-pyflakes
|
|
||||||
- gate-{name}-docs
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
@ -40,7 +37,17 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
- gate-{name}-pyflakes
|
- gate-{name}-docs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: murano-common
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
- gate-{name}-docs
|
- gate-{name}-docs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
|
@ -2396,13 +2396,11 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/murano-api
|
- name: stackforge/murano-api
|
||||||
check:
|
check:
|
||||||
- gate-murano-api-pyflakes
|
|
||||||
- gate-murano-api-pep8
|
- gate-murano-api-pep8
|
||||||
- gate-murano-api-python26
|
- gate-murano-api-python26
|
||||||
- gate-murano-api-python27
|
- gate-murano-api-python27
|
||||||
gate:
|
gate:
|
||||||
- gate-murano-api-pep8
|
- gate-murano-api-pep8
|
||||||
- gate-murano-api-pyflakes
|
|
||||||
- gate-murano-api-python26
|
- gate-murano-api-python26
|
||||||
- gate-murano-api-python27
|
- gate-murano-api-python27
|
||||||
post:
|
post:
|
||||||
@ -2414,13 +2412,11 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/murano-conductor
|
- name: stackforge/murano-conductor
|
||||||
check:
|
check:
|
||||||
- gate-murano-conductor-pyflakes
|
|
||||||
- gate-murano-conductor-pep8
|
- gate-murano-conductor-pep8
|
||||||
- gate-murano-conductor-python26
|
- gate-murano-conductor-python26
|
||||||
- gate-murano-conductor-python27
|
- gate-murano-conductor-python27
|
||||||
gate:
|
gate:
|
||||||
- gate-murano-conductor-pep8
|
- gate-murano-conductor-pep8
|
||||||
- gate-murano-conductor-pyflakes
|
|
||||||
- gate-murano-conductor-python26
|
- gate-murano-conductor-python26
|
||||||
- gate-murano-conductor-python27
|
- gate-murano-conductor-python27
|
||||||
post:
|
post:
|
||||||
@ -2432,13 +2428,11 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/murano-dashboard
|
- name: stackforge/murano-dashboard
|
||||||
check:
|
check:
|
||||||
- gate-murano-dashboard-pyflakes
|
|
||||||
- gate-murano-dashboard-pep8
|
- gate-murano-dashboard-pep8
|
||||||
- gate-murano-dashboard-python26
|
- gate-murano-dashboard-python26
|
||||||
- gate-murano-dashboard-python27
|
- gate-murano-dashboard-python27
|
||||||
gate:
|
gate:
|
||||||
- gate-murano-dashboard-pep8
|
- gate-murano-dashboard-pep8
|
||||||
- gate-murano-dashboard-pyflakes
|
|
||||||
- gate-murano-dashboard-python26
|
- gate-murano-dashboard-python26
|
||||||
- gate-murano-dashboard-python27
|
- gate-murano-dashboard-python27
|
||||||
post:
|
post:
|
||||||
@ -2468,13 +2462,11 @@ projects:
|
|||||||
|
|
||||||
- name: stackforge/python-muranoclient
|
- name: stackforge/python-muranoclient
|
||||||
check:
|
check:
|
||||||
- gate-python-muranoclient-pyflakes
|
|
||||||
- gate-python-muranoclient-pep8
|
- gate-python-muranoclient-pep8
|
||||||
- gate-python-muranoclient-python26
|
- gate-python-muranoclient-python26
|
||||||
- gate-python-muranoclient-python27
|
- gate-python-muranoclient-python27
|
||||||
gate:
|
gate:
|
||||||
- gate-python-muranoclient-pep8
|
- gate-python-muranoclient-pep8
|
||||||
- gate-python-muranoclient-pyflakes
|
|
||||||
- gate-python-muranoclient-python26
|
- gate-python-muranoclient-python26
|
||||||
- gate-python-muranoclient-python27
|
- gate-python-muranoclient-python27
|
||||||
post:
|
post:
|
||||||
@ -2488,6 +2480,26 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
|
|
||||||
|
- name: stackforge/murano-common
|
||||||
|
check:
|
||||||
|
- gate-murano-common-pep8
|
||||||
|
- gate-murano-common-python26
|
||||||
|
- gate-murano-common-python27
|
||||||
|
gate:
|
||||||
|
- gate-murano-common-pep8
|
||||||
|
- gate-murano-common-python26
|
||||||
|
- gate-murano-common-python27
|
||||||
|
post:
|
||||||
|
- murano-common-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- murano-common-tarball
|
||||||
|
release:
|
||||||
|
- murano-common-tarball:
|
||||||
|
- murano-common-pypi-upload:
|
||||||
|
- post-mirror-python26
|
||||||
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/opencafe
|
- name: stackforge/opencafe
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -325,6 +325,9 @@
|
|||||||
- project: stackforge/python-muranoclient
|
- project: stackforge/python-muranoclient
|
||||||
upstream: git://github.com/Mirantis/python-muranoclient.git
|
upstream: git://github.com/Mirantis/python-muranoclient.git
|
||||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
|
- project: stackforge/murano-common
|
||||||
|
upstream: git://github.com/sergmelikyan/murano-common.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||||
- project: openstack/ironic
|
- project: openstack/ironic
|
||||||
description: A service for managing and provisioning Bare Metal servers.
|
description: A service for managing and provisioning Bare Metal servers.
|
||||||
upstream: git://github.com/devananda/ironic.git
|
upstream: git://github.com/devananda/ironic.git
|
||||||
|
Loading…
Reference in New Issue
Block a user