Add new stackforge project dox
This is a tool to run tests inside docker container, inspired by tox but using docker containers instead of virtualenvs. Change-Id: I150da4270872382bdd4a36c711287acc04634688
This commit is contained in:
parent
624b10d69c
commit
46e9f5e8ab
@ -0,0 +1,13 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group dox-core
|
||||||
|
label-Code-Review = -2..+2 group dox-core
|
||||||
|
label-Workflow = -1..+1 group dox-core
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group dox-release
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -3241,3 +3241,12 @@
|
|||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
- pypi-jobs
|
- pypi-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: dox
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
- pypi-jobs
|
||||||
|
@ -755,6 +755,9 @@
|
|||||||
- project: stackforge/doc8
|
- project: stackforge/doc8
|
||||||
description: Style checker for sphinx (or other) rst documentation.
|
description: Style checker for sphinx (or other) rst documentation.
|
||||||
upstream: git://github.com/harlowja/doc8.git
|
upstream: git://github.com/harlowja/doc8.git
|
||||||
|
- project: stackforge/dox
|
||||||
|
description: Run tests in a docker container
|
||||||
|
upstream: git://github.com/emonty/dox.git
|
||||||
- project: stackforge/driverlog
|
- project: stackforge/driverlog
|
||||||
description: Vendor drivers for OpenStack
|
description: Vendor drivers for OpenStack
|
||||||
upstream: git://github.com/Mirantis/oscp.git
|
upstream: git://github.com/Mirantis/oscp.git
|
||||||
|
@ -1853,6 +1853,16 @@ projects:
|
|||||||
- gate-git-upstream-pep8
|
- gate-git-upstream-pep8
|
||||||
- gate-git-upstream-python27
|
- gate-git-upstream-python27
|
||||||
|
|
||||||
|
- name: stackforge/dox
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-dox-pep8
|
||||||
|
- gate-dox-python27
|
||||||
|
gate:
|
||||||
|
- gate-dox-pep8
|
||||||
|
- gate-dox-python27
|
||||||
|
|
||||||
- name: stackforge/gerrit-dash-creator
|
- name: stackforge/gerrit-dash-creator
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user