blob: 62d2303368edc9d02c3efc688e5077499d464914 [file] [log] [blame]
LF Jenkins CI5df2d762021-02-10 18:09:39 +00001---
2- project:
3 name: integration-ietf-actn-tools-project-view
4 project-name: integration-ietf-actn-tools
5 views:
6 - project-view
7
8- project:
9 name: integration-ietf-actn-tools-info
10 project: integration/ietf-actn-tools
11 project-name: integration-ietf-actn-tools
Bengt Thuree8cd078a2022-09-16 19:14:51 +100012 build-node: centos8-builder-2c-1g
LF Jenkins CI5df2d762021-02-10 18:09:39 +000013 jobs:
14 - gerrit-info-yaml-verify
morganrol43ec1422021-02-12 08:36:35 +010015
16- project:
17 name: integration-ietf-actn-tools-linters
18 project: integration/ietf-actn-tools
19 project-name: integration-ietf-actn-tools
20 python-version: python3
21 jobs:
22 - integration-linters
23 subproject:
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070024 - "yaml":
25 tox-dir: "."
26 tox-envs: "yaml"
27 pattern: "**/*.yaml"
28 - "yml":
29 tox-dir: "."
30 tox-envs: "yaml"
31 pattern: "**/*.yml"
32 - "json":
33 tox-dir: "."
34 tox-envs: "json"
35 pattern: "**/*.json"
36 - "python":
37 tox-dir: "."
38 tox-envs: "py"
39 pattern: "**/*.py"
40 - "md":
41 tox-dir: "."
42 tox-envs: "md"
43 pattern: "**/*.md"
44 - "js":
45 tox-dir: "."
46 tox-envs: "js"
47 pattern: "**/*.js"
morganrol43ec1422021-02-12 08:36:35 +010048 stream:
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070049 - "master":
50 branch: "master"