Merge "Changing the structure under plans/ccsdk"
[ci-management.git] / jjb / integration / simulators / integration-5G-core-nf-simulator.yaml
1 ---
2 - project:
3     name: integration-5G-core-nf-simulator-info
4     project-name: integration-5G-core-nf-simulator
5     jobs:
6       - gerrit-info-yaml-verify
7     build-node: centos7-builder-2c-1g
8     project: integration/simulators/5G-core-nf-simulator
9     branch: master
10
11 - project:
12     name: integration-5G-core-nf-simulator-linters
13     project: integration/simulators/5G-core-nf-simulator
14     project-name: integration-5G-core-nf-simulator
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'