blob: 264ecdd162648c064cfaf1d9ef36d73f06b1ce76 [file] [log] [blame]
LF Jenkins CI23da01b2021-02-08 21:00:26 +00001---
2- project:
3 name: integration-ieft-actn-tools-project-view
4 project-name: integration-ieft-actn-tools
5 views:
6 - project-view
7
8- project:
9 name: integration-ieft-actn-tools-info
10 project: integration/ieft-actn-tools
11 project-name: integration-ieft-actn-tools
12 build-node: centos7-builder-2c-1g
13 jobs:
14 - gerrit-info-yaml-verify
Bartek Grzybowski6b9d1dc2021-02-09 15:03:45 +010015
16- project:
17 name: integration-ieft-actn-tools-linters
18 project: integration/ieft-actn-tools
19 project-name: integration-ieft-actn-tools
20 python-version: python3
21 jobs:
22 - integration-linters
23 subproject:
24 - '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 stream:
45 - 'master':
46 branch: 'master'