summaryrefslogtreecommitdiffstats
path: root/jjb/integration/integration-python-onapsdk.yaml
blob: 12b4c39e03761fa3034b54d2408641e369702104 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
- project:
    name: integration-python-onapsdk-project
    project: integration/python-onapsdk
    project-name: integration-python-onapsdk
    python-version: python3
    jobs:
      - '{project-name}-{subproject}-python-staging-{stream}'
      - '{project-name}-{subproject}-python-release-{stream}'
    stream:
      - 'master':
          branch: 'master'
    subproject:
      - 'python3.7':
          tox-dir: '.'
          tox-envs: 'py37'
          pattern: '**/*.py'
      - 'python3.8':
          tox-dir: '.'
          tox-envs: 'py38'
          pattern: '**/*.py'
      - 'python3.9':
          tox-dir: '.'
          tox-envs: 'py39'
          pattern: '**/*.py'
      - 'python3.10':
          tox-dir: '.'
          tox-envs: 'py310'
          pattern: '**/*.py'
      - 'pylint':
          tox-dir: '.'
          tox-envs: 'pylint'
          pattern: '**/*.py'
      - 'pydocstyle':
          tox-dir: '.'
          tox-envs: 'pydocstyle'
          pattern: '**/*.py'
    stream:
      - 'master':
          branch: 'master'

- project:
    name: integration-python-onapsdk-project-view
    project-name: integration-python-onapsdk
    views:
      - project-view

- project:
    name: integration-python-onapsdk-info
    project: integration/python-onapsdk
    project-name: integration-python-onapsdk
    build-node: centos8-builder-2c-1g
    jobs:
      - gerrit-info-yaml-verify