X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=jjb%2Fintegration%2Fsimulators%2Fintegration-5G-core-nf-simulator.yaml;h=ed7c32e2b5597432d95a41b691c9da94acfcd716;hb=de7d1a2d74b26314f79f5b74550ebe01487bb5c0;hp=f144dfa262aeb2df68a4f52e36b20171ec330446;hpb=72af4e3d3b60c155af166c9f5b676b41ea83f48a;p=ci-management.git diff --git a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml index f144dfa26..ed7c32e2b 100644 --- a/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml +++ b/jjb/integration/simulators/integration-5G-core-nf-simulator.yaml @@ -4,10 +4,37 @@ project-name: integration-5G-core-nf-simulator jobs: - gerrit-info-yaml-verify - build-node: centos7-builder-2c-1g + 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: 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 @@ -32,6 +59,10 @@ tox-dir: '.' tox-envs: 'md' pattern: '**/*.md' + - 'python': + tox-dir: '.' + tox-envs: 'py' + pattern: '**/*.py' stream: - 'master': branch: 'master'