Simple yaml file for internal use 22/14122/9
authorAric Gardner <agardner@linuxfoundation.org>
Thu, 10 Jan 2019 21:34:39 +0000 (16:34 -0500)
committerAric Gardner <agardner@linuxfoundation.org>
Thu, 24 Jan 2019 18:45:11 +0000 (13:45 -0500)
Simple yaml file, currently has one purpose.
More may be added later.

This will determine which reviewers are added base on which projects
info file was changed

tox.ini added for verify job

Change-Id: Icfd35a72af4cb2e782b790aebb598fefe637175a
Signed-off-by: Aric Gardner <agardner@linuxfoundation.org>
.gitreview [new file with mode: 0644]
INFO-master.yaml [new file with mode: 0644]
tox.ini [new file with mode: 0644]

diff --git a/.gitreview b/.gitreview
new file mode 100644 (file)
index 0000000..29283bc
--- /dev/null
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.linuxfoundation.org
+port=29418
+project=releng/info-master.git
+defaultbranch=master
diff --git a/INFO-master.yaml b/INFO-master.yaml
new file mode 100644 (file)
index 0000000..2c5b802
--- /dev/null
@@ -0,0 +1,26 @@
+---
+acumos:
+  release-engineers:
+    - eball
+fdio:
+  release-engineers:
+    - valderrv
+hyperledger:
+  release-engineers:
+    - tijohnson
+iotivity:
+  release-engineers:
+    - snandigam8413
+opendaylight:
+  release-engineers:
+    - zxiiro
+    - askb
+    - agrimberg
+onap:
+  release-engineers:
+    - jwagantall
+    - bthuree
+opnfv:
+  release-engineers:
+    - bramwelt
+    - agardner
diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..781031f
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,16 @@
+[tox]
+minversion = 1.6
+envlist =
+  license
+  yamllint
+skipsdist = true
+passenv = TOX_WORK_DIR
+toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
+
+[testenv:license]
+deps = lftools
+commands = lftools license check-dir -r '.+' shell
+
+[testenv:yamllint]
+deps = yamllint
+commands = yamllint .