Add configuration for Mistral project
Change-Id: Ia05baf57f5ca27b3083352a16cc4fbb96502c790
This commit is contained in:
parent
502713c217
commit
7ceacfaa50
@ -237,6 +237,16 @@ openstack-chef:
|
||||
- master
|
||||
- stable/grizzly
|
||||
|
||||
openstack-mistral:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/mistral
|
||||
branches:
|
||||
- master
|
||||
|
||||
murano:
|
||||
events:
|
||||
- patchset-created
|
||||
|
@ -0,0 +1,27 @@
|
||||
[access "refs/heads/milestone-proposed"]
|
||||
label-Code-Review = -2..+2 group mistral-milestone
|
||||
label-Approved = +0..+1 group mistral-milestone
|
||||
exclusiveGroupPermissions = label-Code-Review label-Approved
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
[access "refs/heads/stable/*"]
|
||||
label-Code-Review = -2..+2 group mistral-milestone
|
||||
label-Approved = +0..+1 group mistral-milestone
|
||||
exclusiveGroupPermissions = label-Code-Review label-Approved
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
[access "refs/heads/release-*"]
|
||||
label-Code-Review = -2..+2 group mistral-milestone
|
||||
label-Approved = +0..+1 group mistral-milestone
|
||||
exclusiveGroupPermissions = label-Code-Review label-Approved
|
||||
label-Code-Review = -1..+1 group Registered Users
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group mistral-core
|
||||
label-Approved = +0..+1 group mistral-core
|
||||
workInProgress = group mistral-core
|
||||
[access "refs/tags/*"]
|
||||
create = group mistral-milestone
|
||||
pushTag = group mistral-milestone
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1,3 +1,13 @@
|
||||
- project:
|
||||
name: mistral
|
||||
github-org: stackforge
|
||||
node: precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
|
||||
- project:
|
||||
name: murano-api
|
||||
github-org: stackforge
|
||||
|
@ -309,6 +309,8 @@ jobs:
|
||||
voting: false
|
||||
- name: gate-python-tuskarclient-python33
|
||||
voting: false
|
||||
- name: gate-mistral-python33
|
||||
voting: false
|
||||
- name: gate-murano-metadataclient-python33
|
||||
voting: false
|
||||
- name: gate-murano-common-python33
|
||||
@ -2875,6 +2877,29 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/mistral
|
||||
check:
|
||||
- gate-mistral-pep8
|
||||
- gate-mistral-python26
|
||||
- gate-mistral-python27
|
||||
- gate-mistral-python33
|
||||
- gate-mistral-docs
|
||||
gate:
|
||||
- gate-mistral-pep8
|
||||
- gate-mistral-python26
|
||||
- gate-mistral-python27
|
||||
- gate-mistral-docs
|
||||
post:
|
||||
- mistral-branch-tarball
|
||||
pre-release:
|
||||
- mistral-tarball
|
||||
release:
|
||||
- mistral-tarball:
|
||||
- mistral-pypi-upload:
|
||||
- post-mirror-python26
|
||||
- post-mirror-python27
|
||||
- post-mirror-python33
|
||||
|
||||
- name: stackforge/murano-agent
|
||||
check:
|
||||
- gate-noop
|
||||
|
@ -326,6 +326,10 @@
|
||||
description: Chef Cookbook - Support Cookbook for Messaging
|
||||
acl-config: /home/gerrit2/acls/stackforge/chef-cookbooks.config
|
||||
upstream: git://github.com/mattray/cookbook-openstack-ops-messaging.git
|
||||
- project: stackforge/mistral
|
||||
description: Task orchestration service for OpenStack cloud.
|
||||
upstream: git://github.com/rakhmerov/mistral.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/mistral.config
|
||||
- project: stackforge/murano-agent
|
||||
upstream: git://github.com/Mirantis/murano-agent.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/murano.config
|
||||
|
Loading…
Reference in New Issue
Block a user