diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-09 12:44:23 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-09 12:44:23 +0100 |
commit | 0b238152ebfec0fa64e727727840da6edca6ce66 (patch) | |
tree | 795d173bb7d4eb8ae01760065ab91fe73de6461e /jjb | |
parent | f077442c42763cd02ec0d9547b6b084bcfd2a6cf (diff) |
Setup Java verify jobs for 5G-core-nf-simulator
Adds build jobs for subcomponents: AMF, SMF, UPF
Change-Id: Ic114036bd0066d0f6743529edca97b743661fc71
Issue-ID: INT-1881
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/integration/simulators/integration-5G-core-nf-simulator.yaml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml index e9e5a2496..09edda6d9 100644 --- a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml +++ b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml @@ -9,6 +9,33 @@ 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: ubuntu1804-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 |