Merge "Import shade into openstack-infra"
This commit is contained in:
commit
397cbe5373
16
gerrit/acls/openstack-infra/shade.config
Normal file
16
gerrit/acls/openstack-infra/shade.config
Normal file
@ -0,0 +1,16 @@
|
||||
[access "refs/for/refs/*"]
|
||||
pushMerge = group infra-core
|
||||
|
||||
[access "refs/heads/*"]
|
||||
abandon = group infra-core
|
||||
label-Code-Review = -2..+2 group infra-core
|
||||
label-Workflow = -1..+1 group infra-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group infra-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -336,6 +336,12 @@
|
||||
use-storyboard: true
|
||||
description: Scripts for generating OpenStack development community statistics
|
||||
upstream: git://github.com/russellb/openstack-stats.git
|
||||
- project: openstack-infra/shade
|
||||
use-storyboard: true
|
||||
description: Client library for OpenStack containing Infra business logic
|
||||
groups:
|
||||
- openstack-ci
|
||||
upstream: git://github.com/emonty/shade.git
|
||||
- project: openstack-infra/statusbot
|
||||
use-storyboard: true
|
||||
groups:
|
||||
|
@ -53,6 +53,7 @@ openstack-infra:
|
||||
- openstack-infra/releasestatus
|
||||
- openstack-infra/reviewday
|
||||
- openstack-infra/reviewstats
|
||||
- openstack-infra/shade
|
||||
- openstack-infra/statusbot
|
||||
- openstack-infra/storyboard
|
||||
- openstack-infra/storyboard-webclient
|
||||
|
@ -2163,6 +2163,18 @@
|
||||
- pypi-jobs
|
||||
|
||||
|
||||
- project:
|
||||
name: shade
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
- pypi-jobs
|
||||
- '{name}-ci-docs':
|
||||
target: 'ci/shade'
|
||||
|
||||
|
||||
- project:
|
||||
name: statusbot
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -3507,6 +3507,15 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
|
||||
- name: openstack-infra/shade
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: publish-to-pypi
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
release:
|
||||
- shade-ci-docs
|
||||
|
||||
- name: openstack-infra/statusbot
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user