Set up initial .zuul.yaml

Set up placement with a noop job for 'gate' and 'check' and non-voting
unit, functional and pep8 test for 'check'. These jobs will be change
to non-voting as they reach a working state, and additional jobs will
be added as required.

The noop jobs are required for any code to merge.

Also .gitreview is updated to point to the right repo.

Change-Id: I741a6b86eda12afb515b6207a4535e8b6e1ead44
This commit is contained in:
Chris Dent 2018-08-31 12:25:49 +01:00 committed by EdLeafe
parent 1a45f11a06
commit 9d28a9f849
2 changed files with 18 additions and 1 deletions

View File

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

17
.zuul.yaml Normal file
View File

@ -0,0 +1,17 @@
# Initial set of jobs that do not vote so we can observe
# improvements over time.
- project:
templates:
- noop-jobs
check:
jobs:
- openstack-tox-functional:
voting: false
- openstack-tox-functional-py35:
voting: false
- openstack-tox-py27:
voting: false
- openstack-tox-py35:
voting: false
- openstack-tox-pep8:
voting: false