CI: Remove Jenkins gerrit-info-yaml-verify job
[ci-management.git] / jjb / integration / integration-seccom.yaml
1 ---
2 - project:
3     name: integration-seccom-linters
4     project: integration/seccom
5     project-name: integration-seccom
6     python-version: python3
7     jobs:
8       - integration-linters
9     subproject:
10       - "yaml":
11           tox-dir: "."
12           tox-envs: "yaml"
13           pattern: "**/*.yaml"
14       - "yml":
15           tox-dir: "."
16           tox-envs: "yaml"
17           pattern: "**/*.yml"
18       - "json":
19           tox-dir: "."
20           tox-envs: "json"
21           pattern: "**/*.json"
22       - "md":
23           tox-dir: "."
24           tox-envs: "md"
25           pattern: "**/*.md"
26     stream:
27       - "master":
28           branch: "master"