summaryrefslogtreecommitdiffstats
path: root/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml
blob: 873371aafeffd810f2882bbc1b591514b7da7a3f (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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
- project:
    name: integration-5G-core-nf-simulator-info
    project-name: integration-5G-core-nf-simulator
    jobs:
      - gerrit-info-yaml-verify
    build-node: centos8-builder-2c-1g
    project: integration/simulators/5G-core-nf-simulator
    branch: master

- project:
    name: integration-5G-core-nf-simulator
    project-name: integration-5G-core-nf-simulator
    project: integration/simulators/5G-core-nf-simulator
    stream:
      - 'master':
          branch: 'master'
    mvn-settings: 'integration-simulators-5G-core-nf-simulator-settings'
    archive-artifacts: ''
    build-node: ubuntu2004-docker-8c-8g
    subproject:
      - 'AMF':
          path: 'coresim/AMF/'
          pattern: 'coresim/AMF/**'
          pom: 'coresim/AMF/pom.xml'
      - 'SMF':
          path: 'coresim/SMF/'
          pattern: 'coresim/SMF/**'
          pom: 'coresim/SMF/pom.xml'
      - 'UPF':
          path: 'coresim/UPF/'
          pattern: 'coresim/UPF/**'
          pom: 'coresim/UPF/pom.xml'
    jobs:
      - '{project-name}-{stream}-{subproject}-verify-java':
          mvn-goals: 'clean install'

- project:
    name: integration-5G-core-nf-simulator-linters
    project: integration/simulators/5G-core-nf-simulator
    project-name: integration-5G-core-nf-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'
      - 'md':
          tox-dir: '.'
          tox-envs: 'md'
          pattern: '**/*.md'
      - 'python':
          tox-dir: '.'
          tox-envs: 'py'
          pattern: '**/*.py'
    stream:
      - 'master':
          branch: 'master'