summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-main-linter.yaml
blob: a3bc20e35a98e8a1514ae6e7376e0511bf4a50fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
- project:
    name: oom-main-linters
    project: oom
    project-name: oom
    python-version: python3
    jobs:
      - oom-linters
    subproject:
      - "commit":
          tox-dir: "."
          tox-envs: "gitlint"
          pattern: "**"
      - "doc8":
          tox-dir: "."
          tox-envs: "doc8"
          pattern: "docs/**"
      - "linkcheck":
          tox-dir: "."
          tox-envs: "docs-linkcheck"
          pattern: "docs/**"
      - "sphinx":
          tox-dir: "."
          tox-envs: "docs"
          pattern: "docs/**"
    stream:
      - "master":
          branch: "master"
      - "frankfurt":
          branch: "frankfurt"
      - "guilin":
          branch: "guilin"