summaryrefslogtreecommitdiffstats
path: root/jjb/integration/simulators/integration-pnf-simulator.yaml
blob: 3e7c0f812de5e171ae4cbd17707716d1e31624de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
- project:
    name: integration-simulators-pnf-simulator-info
    project-name: integration-simulators-pnf-simulator
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos7-builder-2c-1g
    project: integration/simulators/pnf-simulator
    branch: master

- project:
    name: integration-simulators-pnf-simulator-linters
    project: integration/simulators/pnf-simulator
    project-name: integration-simulators-pnf-simulator
    python-version: python3
    jobs:
      - '{project-name}-{stream}-{subproject}-lint'
    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'