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-tests
|
||||
- stackforge/python-muranoclient
|
||||
- stackforge/murano-common
|
||||
branches:
|
||||
- master
|
||||
|
||||
|
@ -6,7 +6,6 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
@ -17,7 +16,6 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
@ -28,7 +26,6 @@
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- gate-{name}-pyflakes
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
@ -40,7 +37,17 @@
|
||||
jobs:
|
||||
- python-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
|
||||
|
||||
- project:
|
||||
|
@ -2396,13 +2396,11 @@ projects:
|
||||
|
||||
- name: stackforge/murano-api
|
||||
check:
|
||||
- gate-murano-api-pyflakes
|
||||
- gate-murano-api-pep8
|
||||
- gate-murano-api-python26
|
||||
- gate-murano-api-python27
|
||||
gate:
|
||||
- gate-murano-api-pep8
|
||||
- gate-murano-api-pyflakes
|
||||
- gate-murano-api-python26
|
||||
- gate-murano-api-python27
|
||||
post:
|
||||
@ -2414,13 +2412,11 @@ projects:
|
||||
|
||||
- name: stackforge/murano-conductor
|
||||
check:
|
||||
- gate-murano-conductor-pyflakes
|
||||
- gate-murano-conductor-pep8
|
||||
- gate-murano-conductor-python26
|
||||
- gate-murano-conductor-python27
|
||||
gate:
|
||||
- gate-murano-conductor-pep8
|
||||
- gate-murano-conductor-pyflakes
|
||||
- gate-murano-conductor-python26
|
||||
- gate-murano-conductor-python27
|
||||
post:
|
||||
@ -2432,13 +2428,11 @@ projects:
|
||||
|
||||
- name: stackforge/murano-dashboard
|
||||
check:
|
||||
- gate-murano-dashboard-pyflakes
|
||||
- gate-murano-dashboard-pep8
|
||||
- gate-murano-dashboard-python26
|
||||
- gate-murano-dashboard-python27
|
||||
gate:
|
||||
- gate-murano-dashboard-pep8
|
||||
- gate-murano-dashboard-pyflakes
|
||||
- gate-murano-dashboard-python26
|
||||
- gate-murano-dashboard-python27
|
||||
post:
|
||||
@ -2468,13 +2462,11 @@ projects:
|
||||
|
||||
- name: stackforge/python-muranoclient
|
||||
check:
|
||||
- gate-python-muranoclient-pyflakes
|
||||
- gate-python-muranoclient-pep8
|
||||
- gate-python-muranoclient-python26
|
||||
- gate-python-muranoclient-python27
|
||||
gate:
|
||||
- gate-python-muranoclient-pep8
|
||||
- gate-python-muranoclient-pyflakes
|
||||
- gate-python-muranoclient-python26
|
||||
- gate-python-muranoclient-python27
|
||||
post:
|
||||
@ -2488,6 +2480,26 @@ projects:
|
||||
- post-mirror-python27
|
||||
- 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
|
||||
check:
|
||||
- gate-noop
|
||||
|
@ -325,6 +325,9 @@
|
||||
- project: stackforge/python-muranoclient
|
||||
upstream: git://github.com/Mirantis/python-muranoclient.git
|
||||
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
|
||||
description: A service for managing and provisioning Bare Metal servers.
|
||||
upstream: git://github.com/devananda/ironic.git
|
||||
|
Loading…
Reference in New Issue
Block a user