import downpour

This patch imports the repository and sets up the PyPI publishing
jobs. The test framework isn't in place yet, so when that is ready I'll
propose another patch to turn on the tests.

Change-Id: I5063f2fcca56e767c7ce7172621f831af70ad8fb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-04-26 09:02:00 -04:00
parent 1ae69b1f8c
commit 0defdd7de4
4 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,15 @@
[access "refs/heads/*"]
abandon = group downpour-core
create = group downpour-release
label-Code-Review = -2..+2 group downpour-core
label-Workflow = -1..+1 group downpour-core
[access "refs/tags/*"]
pushSignedTag = group downpour-release
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -3547,6 +3547,11 @@
groups:
- openstack-manuals
description: OpenStack Documentation Specifications
- project: openstack/downpour
description: Tenant data transfer tool
upstream: https://github.com/dhellmann/downpour.git
groups:
- os-downpour
- project: openstack/dox
description: Run tests in a docker container
- project: openstack/dragonflow

View File

@ -4110,6 +4110,12 @@
jobs:
- specs-jobs
- project:
name: downpour
jobs:
- pypi-jobs
- project:
name: dox

View File

@ -9104,6 +9104,12 @@ projects:
gate:
- gate-docs-specs-python27-ubuntu-xenial
- name: openstack/downpour
template:
- name: noop-jobs
- name: merge-check
- name: publish-to-pypi
- name: openstack/dox
template:
- name: merge-check