Adding configuration for python-mistralclient project
Change-Id: Iabcee106e58656353c7eed42aa8a457208fcc813
This commit is contained in:
parent
6ea1fca942
commit
5c24af09ec
@ -258,6 +258,7 @@ openstack-mistral:
|
|||||||
- x-vrif-minus-2
|
- x-vrif-minus-2
|
||||||
projects:
|
projects:
|
||||||
- stackforge/mistral
|
- stackforge/mistral
|
||||||
|
- stackforge/python-mistralclient
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
@ -22,6 +22,16 @@
|
|||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: python-mistralclient
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: murano-api
|
name: murano-api
|
||||||
github-org: stackforge
|
github-org: stackforge
|
||||||
|
@ -413,6 +413,8 @@ jobs:
|
|||||||
voting: false
|
voting: false
|
||||||
- name: gate-mistral-python33
|
- name: gate-mistral-python33
|
||||||
voting: false
|
voting: false
|
||||||
|
- name: gate-python-mistralclient-python33
|
||||||
|
voting: false
|
||||||
- name: gate-murano-metadataclient-python33
|
- name: gate-murano-metadataclient-python33
|
||||||
voting: false
|
voting: false
|
||||||
- name: gate-murano-common-python33
|
- name: gate-murano-common-python33
|
||||||
@ -3114,6 +3116,29 @@ projects:
|
|||||||
- post-mirror-python27
|
- post-mirror-python27
|
||||||
- post-mirror-python33
|
- post-mirror-python33
|
||||||
|
|
||||||
|
- name: stackforge/python-mistralclient
|
||||||
|
check:
|
||||||
|
- gate-python-mistralclient-pep8
|
||||||
|
- gate-python-mistralclient-python26
|
||||||
|
- gate-python-mistralclient-python27
|
||||||
|
- gate-python-mistralclient-python33
|
||||||
|
- gate-python-mistralclient-docs
|
||||||
|
gate:
|
||||||
|
- gate-python-mistralclient-pep8
|
||||||
|
- gate-python-mistralclient-python26
|
||||||
|
- gate-python-mistralclient-python27
|
||||||
|
- gate-python-mistralclient-docs
|
||||||
|
post:
|
||||||
|
- python-mistralclient-branch-tarball
|
||||||
|
pre-release:
|
||||||
|
- python-mistralclient-tarball
|
||||||
|
release:
|
||||||
|
- python-mistralclient-tarball:
|
||||||
|
- python-mistralclient-pypi-upload:
|
||||||
|
- post-mirror-python26
|
||||||
|
- post-mirror-python27
|
||||||
|
- post-mirror-python33
|
||||||
|
|
||||||
- name: stackforge/MRaaS
|
- name: stackforge/MRaaS
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -598,6 +598,11 @@
|
|||||||
- project: stackforge/python-libraclient
|
- project: stackforge/python-libraclient
|
||||||
- project: stackforge/python-manilaclient
|
- project: stackforge/python-manilaclient
|
||||||
upstream: git://github.com/bswartz/python-manilaclient.git
|
upstream: git://github.com/bswartz/python-manilaclient.git
|
||||||
|
- project: stackforge/python-mistralclient
|
||||||
|
description: Python client for Mistral REST API.
|
||||||
|
launchpad: mistral
|
||||||
|
upstream: git://github.com/rakhmerov/python-mistralclient.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/mistral.config
|
||||||
- project: stackforge/python-muranoclient
|
- project: stackforge/python-muranoclient
|
||||||
launchpad: murano
|
launchpad: murano
|
||||||
upstream: git://github.com/Mirantis/python-muranoclient.git
|
upstream: git://github.com/Mirantis/python-muranoclient.git
|
||||||
|
Loading…
Reference in New Issue
Block a user