Chore: Revert back to ubuntu1804-docker
[ci-management.git] / jjb / integration / integration-docker.yaml
1 ---
2 - project:
3     name: integration-docker
4     project-name: 'integration'
5     jobs:
6       - integration-docker-merge
7       - integration-docker-verify
8     project: 'integration'
9     stream:
10       - 'master':
11           branch: 'master'
12     subproject:
13       - 'aai-simulator':
14           pom: 'test/mocks/aai-simulator/pom.xml'
15           pattern: 'test/mocks/aai-simulator/**'
16           mvn-goals: 'mvn clean install -Dcheckstyle.skip'
17       - 'sniroemulator':
18           pom: 'test/mocks/sniroemulator/pom.xml'
19           pattern: 'test/mocks/sniroemulator/**'
20     mvn-settings: 'integration-settings'
21     files: '**'
22     archive-artifacts: ''
23
24 - project:
25     name: integration-netconf-pnp-simulator
26     project: integration
27     stream:
28       - 'master':
29           branch: 'master'
30     # Required by verifier
31     mvn-settings: 'integration-settings'
32     project-name: 'integration-netconf-pnp-simulator'
33     gerrit_trigger_file_paths:
34       - compare-type: ANT
35         pattern: 'test/mocks/netconf-pnp-simulator/engine/**'
36     docker-name: 'onap/integration/simulators/netconf-pnp-simulator'
37     docker-root: test/mocks/netconf-pnp-simulator/engine
38     container-tag-method: yaml-file
39     post_docker_build_script: |
40         #!/bin/bash
41         set -eux
42         cd "$DOCKER_ROOT"
43         # To simplify the references inside tox.ini and tests/settings.py
44         docker tag "$CONTAINER_PUSH_REGISTRY/$DOCKER_NAME:$DOCKER_IMAGE_TAG" netconf-pnp-simulator:latest
45         tox
46     build-node: ubuntu1804-docker-8c-8g
47     build-timeout: 20
48     jobs:
49       - gerrit-docker-verify
50       - gerrit-docker-merge