Add .gitreview and .zuul.yaml

Add the usual .gitreview file.

Add an initial zuul file so that jobs can merge, this contains only
noop-jobs, so no tests are run. A followup can add proper tests.

Change-Id: Idf5aa1c82419ddab718ca5267d5d250a2dfb64d9
This commit is contained in:
Andreas Jaeger 2019-05-12 17:32:36 +02:00
parent 2a323424ee
commit dff3326fc8
2 changed files with 7 additions and 0 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.opendev.org
port=29418
project=airship/spyglass-plugin-xls

3
.zuul.yaml Normal file
View File

@ -0,0 +1,3 @@
- project:
templates:
- noop-jobs