Merge "Move netconf-pnp-simulator project to integration-docker.yaml"
[ci-management.git] / jjb / integration / integration-docker.yaml
1 ---
2 - project:
3     name: integration-docker
4     project-name: 'integration'
5     jobs:
6       - '{project-name}-{stream}-{subproject}-docker-merge'
7       - '{project-name}-{stream}-{subproject}-docker-verify'
8     project: 'integration'
9     stream:
10       - 'master':
11           branch: 'master'
12     subproject:
13       - 'sniroemulator':
14           pom: 'test/mocks/sniroemulator/pom.xml'
15           pattern: 'test/mocks/sniroemulator/**'
16       - 'pnfsimulator':
17           pom: 'test/mocks/pnfsimulator/pnfsimulator/pom.xml'
18           pattern: 'test/mocks/pnfsimulator/pnfsimulator/**'
19       - 'netconfsimulator':
20           pom: 'test/mocks/pnfsimulator/netconfsimulator/pom.xml'
21           pattern: 'test/mocks/pnfsimulator/netconfsimulator/**'
22     mvn-settings: 'integration-settings'
23     files: '**'
24     archive-artifacts: ''
25
26 - project:
27     name: integration-netconf-pnp-simulator
28     project: integration
29     stream:
30       - 'master':
31           branch: 'master'
32     # Required by verifier
33     mvn-settings: 'integration-settings'
34     project-name: 'integration-netconf-pnp-simulator'
35     gerrit_trigger_file_paths:
36       - compare-type: ANT
37         pattern: 'test/mocks/netconf-pnp-simulator/engine/**'
38     docker-name: 'onap/integration/simulators/netconf-pnp-simulator'
39     docker-root: test/mocks/netconf-pnp-simulator/engine
40     container-tag-method: yaml-file
41     post_docker_build_script: !include-raw-escape: ../global-jjb/shell/tox-run.sh
42     build-node: centos7-docker-8c-8g
43     build-timeout: 20
44     jobs:
45       - gerrit-docker-verify
46       - gerrit-docker-merge