Merge "Increase heap space for ccsdk/features jobs"
[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     mvn-settings: 'integration-settings'
17     files: '**'
18     archive-artifacts: ''
19
20 - project:
21     name: integration-netconf-pnp-simulator
22     project: integration
23     stream:
24       - 'master':
25           branch: 'master'
26     # Required by verifier
27     mvn-settings: 'integration-settings'
28     project-name: 'integration-netconf-pnp-simulator'
29     gerrit_trigger_file_paths:
30       - compare-type: ANT
31         pattern: 'test/mocks/netconf-pnp-simulator/engine/**'
32     docker-name: 'onap/integration/simulators/netconf-pnp-simulator'
33     docker-root: test/mocks/netconf-pnp-simulator/engine
34     container-tag-method: yaml-file
35     post_docker_build_script: |
36         #!/bin/bash
37         set -eux
38         cd "$DOCKER_ROOT"
39         # To simplify the references inside tox.ini and tests/settings.py
40         docker tag "$CONTAINER_PUSH_REGISTRY/$DOCKER_NAME:$DOCKER_IMAGE_TAG" netconf-pnp-simulator:latest
41         tox
42     build-node: centos7-docker-8c-8g
43     build-timeout: 20
44     jobs:
45       - gerrit-docker-verify
46       - gerrit-docker-merge