summaryrefslogtreecommitdiffstats
path: root/jjb/integration/usecases/integration-usecases-bbs.yaml
blob: fbf56a4a644fef37d213a607ebdaa043dd1147c5 (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
---
- project:
    name: integration-usecases-bbs-info
    project-name: integration-usecases-bbs
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos7-builder-2c-1g
    project: integration/usecases/bbs
    branch: master

- project:
    name: integration-usecases-bbs-linters
    project: integration/usecases/bbs
    project-name: integration-usecases-bbs
    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'