summaryrefslogtreecommitdiffstats
path: root/jjb/oom/oom-templates.yaml
blob: fa4d55e4144cb996c546aab5d10264c61a91bc08 (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
54
55
---
- job-template:
    # Job template for running linters against specific file formats
    #
    # Required Variables:
    #     python-version: Python version to deploy in venv
    #     tox-env:        Tox environments to run
    #     tox-dir:        Directory containing the project's tox.ini
    #     pattern:        List of file patterns to scan

    name: "{project-name}-{stream}-{subproject}-lint"
    id: oom-linters
    project-type: freestyle
    description: "Job intended for running linters with Tox and Coala"
    build-node: ubuntu1804-builder-4c-4g
    node: "{build-node}"

    parameters:
      - lf-infra-parameters:
          project: "{project}"
          stream: "{stream}"
          branch: "{branch}"
      - lf-infra-tox-parameters:
          tox-dir: "{tox-dir}"
          tox-envs: "{tox-envs}"

    properties:
      - infra-properties:
          build-days-to-keep: "{build-days-to-keep}"

    scm:
      - gerrit-trigger-scm:
          refspec: "$GERRIT_REFSPEC"
          choosing-strategy: "gerrit"
          submodule-recursive: "{submodule-recursive}"

    wrappers:
      - infra-wrappers:
          build-timeout: "{build-timeout}"

    triggers:
      - gerrit-trigger-patch-submitted:
          server: "{server-name}"
          project: "{project}"
          branch: "{branch}"
          files: "{pattern}"

    builders:
      - lf-infra-tox-install:
          python-version: "{python-version}"
      - lf-infra-tox-run:
          parallel: "false"

    publishers:
      - lf-infra-publish