LF Jenkins CI | 5df2d76 | 2021-02-10 18:09:39 +0000 | [diff] [blame] | 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: centos7-builder-2c-1g |
| 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
morganrol | 43ec142 | 2021-02-12 08:36:35 +0100 | [diff] [blame] | 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' |
Bartek Grzybowski | 1fca430 | 2021-02-15 12:36:02 +0100 | [diff] [blame] | 44 | - 'js': |
| 45 | tox-dir: '.' |
| 46 | tox-envs: 'js' |
| 47 | pattern: '**/*.js' |
morganrol | 43ec142 | 2021-02-12 08:36:35 +0100 | [diff] [blame] | 48 | stream: |
| 49 | - 'master': |
| 50 | branch: 'master' |
| 51 | |