summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-main-linter.yaml
blob: ca1708e53125db2e85cdc4cabe57e7799ecc8177 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
- 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/**"
      - "sphinx":
          tox-dir: "."
          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"