[VFC] Change the build node
[ci-management.git] / jjb / oom / oom-main-linter.yaml
index a3bc20e..ca1708e 100644 (file)
           tox-dir: "."
           tox-envs: "doc8"
           pattern: "docs/**"
-      - "linkcheck":
-          tox-dir: "."
-          tox-envs: "docs-linkcheck"
-          pattern: "docs/**"
       - "sphinx":
           tox-dir: "."
-          tox-envs: "docs"
+          tox-envs: "docs,docs-linkcheck"
           pattern: "docs/**"
+          parallel: true
+      - "checkbashisms":
+          tox-dir: "."
+          tox-envs: "checkbashisms"
+          pattern: "**"
+      - "pre-commit":
+          tox-dir: "."
+          tox-envs: "pre-commit"
+          pattern: "**"
     stream:
       - "master":
           branch: "master"
+      - "istanbul":
+          branch: "istanbul"
+      - "honolulu":
+          branch: "honolulu"
       - "frankfurt":
           branch: "frankfurt"
       - "guilin":
           branch: "guilin"
+    exclude:
+      - stream: "honolulu"
+        subproject: "checkbashisms"
+      - stream: "frankfurt"
+        subproject: "checkbashisms"
+      - stream: "guilin"
+        subproject: "checkbashisms"
+      - stream: "honolulu"
+        subproject: "pre-commit"
+      - stream: "frankfurt"
+        subproject: "pre-commit"
+      - stream: "guilin"
+        subproject: "pre-commit"