Merge "[OOM] add tox job with commit message linting"
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Tue, 8 Dec 2020 18:20:20 +0000 (18:20 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 8 Dec 2020 18:20:20 +0000 (18:20 +0000)
jjb/oom/oom-main-linter.yaml [new file with mode: 0644]

diff --git a/jjb/oom/oom-main-linter.yaml b/jjb/oom/oom-main-linter.yaml
new file mode 100644 (file)
index 0000000..8ede0ab
--- /dev/null
@@ -0,0 +1,19 @@
+- project:
+    name: oom-main-linters
+    project: oom
+    project-name: oom
+    python-version: python3
+    jobs:
+      - oom-linters
+    subproject:
+      - "commit":
+          tox-dir: "."
+          tox-envs: "gitlint"
+          pattern: "**"
+    stream:
+      - "master":
+          branch: "master"
+      - "frankfurt":
+          branch: "frankfurt"
+      - "guilin":
+          branch: "guilin"