complete import into opendev infrastructure

add .gitreview file for gerrit

set up linters job

update location of git repo and add basic contributing instructions

Change-Id: I06f35574f42cfb6270a8b8e225555388d12fdad9
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-12-14 09:55:06 -05:00
parent 3077d6dca4
commit 70035ce1f9
5 changed files with 29 additions and 5 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack/git-os-job.git

7
.zuul.yaml Normal file
View File

@ -0,0 +1,7 @@
- project:
check:
jobs:
- openstack-tox-linters
gate:
jobs:
- openstack-tox-linters

10
CONTRIBUTING.rst Normal file
View File

@ -0,0 +1,10 @@
If you would like to contribute to the development of OpenStack,
start by following the steps in this page:
https://docs.openstack.org/infra/manual/developers.html
Once those steps have been completed, changes to OpenStack
should be submitted for review via the Gerrit tool, following
the workflow documented at:
https://docs.openstack.org/infra/manual/developers.html#development-workflow

View File

@ -43,7 +43,10 @@ submitting a release tag::
Contributing and Reporting Bugs
-------------------------------
Please use the bug tracker on the github repository to report
problems. Patches for improvements are welcome, too.
Please use the storyboard tracker to report problems.
https://github.com/dhellmann/git-os-job
https://storyboard.openstack.org/#!/project/1099
Patches for improvements are welcome, too, via gerrit:
https://git.openstack.org/openstack/git-os-job

View File

@ -1,5 +1,5 @@
[tox]
envlist = py35,py27,style
envlist = py36,linters
[testenv]
setenv =
@ -10,6 +10,6 @@ setenv =
commands = echo "no tests"
[testenv:style]
[testenv:linters]
deps = flake8
commands = flake8 git_os_job setup.py