--- - project: name: integration-docker project-name: 'integration' jobs: - '{project-name}-{stream}-{subproject}-docker-merge' - '{project-name}-{stream}-{subproject}-docker-verify' project: 'integration' stream: - 'master': branch: 'master' subproject: - 'sniroemulator': pom: 'test/mocks/sniroemulator/pom.xml' pattern: 'test/mocks/sniroemulator/**' - 'pnfsimulator': pom: 'test/mocks/pnfsimulator/pnfsimulator/pom.xml' pattern: 'test/mocks/pnfsimulator/pnfsimulator/**' - 'netconfsimulator': pom: 'test/mocks/pnfsimulator/netconfsimulator/pom.xml' pattern: 'test/mocks/pnfsimulator/netconfsimulator/**' mvn-settings: 'integration-settings' files: '**' archive-artifacts: '' - project: name: integration-netconf-pnp-simulator project: integration stream: - 'master': branch: 'master' # Required by verifier mvn-settings: 'integration-settings' project-name: 'integration-netconf-pnp-simulator' gerrit_trigger_file_paths: - compare-type: ANT pattern: 'test/mocks/netconf-pnp-simulator/engine/**' docker-name: 'onap/integration/simulators/netconf-pnp-simulator' docker-root: test/mocks/netconf-pnp-simulator/engine container-tag-method: yaml-file post_docker_build_script: !include-raw-escape: ../global-jjb/shell/tox-run.sh build-node: centos7-docker-8c-8g build-timeout: 20 jobs: - gerrit-docker-verify - gerrit-docker-merge