Chore: Move to centos8-builder
[ci-management.git] / jjb / integration / integration-seccom.yaml
1 ---
2 - project:
3     name: integration-seccom-info
4     project-name: integration-seccom
5     jobs:
6       - gerrit-info-yaml-verify
7     build-node: centos8-builder-2c-1g
8     project: integration/seccom
9     branch: master
10
11 - project:
12       name: integration-seccom-linters
13       project: integration/seccom
14       project-name: integration-seccom
15       python-version: python3
16       jobs:
17           - integration-linters
18       subproject:
19           - 'yaml':
20                 tox-dir: '.'
21                 tox-envs: 'yaml'
22                 pattern: '**/*.yaml'
23           - 'yml':
24                 tox-dir: '.'
25                 tox-envs: 'yaml'
26                 pattern: '**/*.yml'
27           - 'json':
28                 tox-dir: '.'
29                 tox-envs: 'json'
30                 pattern: '**/*.json'
31           - 'md':
32               tox-dir: '.'
33               tox-envs: 'md'
34               pattern: '**/*.md'
35       stream:
36           - 'master':
37                 branch: 'master'