Bartek Grzybowski | 33a1970 | 2020-08-31 14:25:39 +0200 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: testsuite-cds-info |
| 4 | project: testsuite/cds |
| 5 | project-name: testsuite-cds |
| 6 | build-node: centos7-builder-2c-1g |
| 7 | jobs: |
| 8 | - gerrit-info-yaml-verify |
Bartek Grzybowski | 199d933 | 2020-10-16 11:42:38 +0200 | [diff] [blame] | 9 | |
| 10 | - project: |
| 11 | name: testsuite-cds-linters |
| 12 | project: 'testsuite/cds' |
| 13 | project-name: 'testsuite-cds' |
| 14 | python-version: python3 |
| 15 | jobs: |
| 16 | - integration-linters |
| 17 | subproject: |
| 18 | - 'yaml': |
| 19 | tox-dir: '.' |
| 20 | tox-envs: 'yaml' |
| 21 | pattern: '**/*.yaml' |
| 22 | - 'yml': |
| 23 | tox-dir: '.' |
| 24 | tox-envs: 'yaml' |
| 25 | pattern: '**/*.yml' |
| 26 | - 'json': |
| 27 | tox-dir: '.' |
| 28 | tox-envs: 'json' |
| 29 | pattern: '**/*.json' |
| 30 | - 'python': |
| 31 | tox-dir: '.' |
| 32 | tox-envs: 'py' |
| 33 | pattern: '**/*.py' |
| 34 | - 'md': |
| 35 | tox-dir: '.' |
| 36 | tox-envs: 'md' |
| 37 | pattern: '**/*.md' |
| 38 | stream: |
| 39 | - 'master': |
| 40 | branch: 'master' |