LF Jenkins CI | e5a1ed9 | 2021-02-08 18:04:03 +0000 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: integration-simulators-ran-nssmf-simulator-project-view |
| 4 | project-name: integration-simulators-ran-nssmf-simulator |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: integration-simulators-ran-nssmf-simulator-info |
| 10 | project: integration/simulators/ran-nssmf-simulator |
| 11 | project-name: integration-simulators-ran-nssmf-simulator |
Bengt Thuree | 8cd078a | 2022-09-16 19:14:51 +1000 | [diff] [blame^] | 12 | build-node: centos8-builder-2c-1g |
LF Jenkins CI | e5a1ed9 | 2021-02-08 18:04:03 +0000 | [diff] [blame] | 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
Bartek Grzybowski | b053f80 | 2021-02-09 15:13:12 +0100 | [diff] [blame] | 15 | |
| 16 | - project: |
| 17 | name: integration-simulators-ran-nssmf-simulator-linters |
| 18 | project: integration/simulators/ran-nssmf-simulator |
| 19 | project-name: integration-simulators-ran-nssmf-simulator |
| 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' |