Chore: Move to centos8-builder
[ci-management.git] / jjb / integration / integration-ietf-actn-tools.yaml
1 ---
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
12     build-node: centos8-builder-2c-1g
13     jobs:
14       - gerrit-info-yaml-verify
15
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:
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       - 'js':
45           tox-dir: '.'
46           tox-envs: 'js'
47           pattern: '**/*.js'
48     stream:
49       - 'master':
50           branch: 'master'
51