--- | |
- project: | |
name: integration-simulators-dc-simulator-info | |
project-name: integration-simulators-dc-simulator | |
jobs: | |
- gerrit-info-yaml-verify | |
build-node: centos7-builder-2c-1g | |
project: integration/simulators/dc-simulator | |
branch: master | |
- project: | |
name: integration-simulators-dc-simulator-linters | |
project: integration/simulators/dc-simulator | |
project-name: integration-simulators-dc-simulator | |
python-version: python3 | |
jobs: | |
- integration-linters | |
subproject: | |
- 'yaml': | |
tox-dir: '.' | |
tox-envs: 'yaml' | |
pattern: '**/*.yaml' | |
- 'yml': | |
tox-dir: '.' | |
tox-envs: 'yaml' | |
pattern: '**/*.yml' | |
- 'json': | |
tox-dir: '.' | |
tox-envs: 'json' | |
pattern: '**/*.json' | |
stream: | |
- 'master': | |
branch: 'master' |