| # Job template for running linters against specific file formats |
| # python-version: Python version to deploy in venv |
| # tox-env: Tox environments to run |
| # tox-dir: Directory containing the project's tox.ini |
| # pattern: List of file patterns to scan |
| name: '{project-name}-{stream}-{subproject}-lint' |
| description: 'Job intended for running linters with Tox and Coala' |
| build-node: ubuntu1804-builder-4c-4g |
| - lf-infra-tox-parameters: |
| build-days-to-keep: '{build-days-to-keep}' |
| refspec: '$GERRIT_REFSPEC' |
| choosing-strategy: 'gerrit' |
| submodule-recursive: '{submodule-recursive}' |
| build-timeout: '{build-timeout}' |
| - gerrit-trigger-patch-submitted: |
| python-version: '{python-version}' |