blob: 189d26bad2a8b66ac14bd5468077240dfa67ab24 [file] [log] [blame]
Gary Wuc652d4a2017-09-22 13:33:42 -07001---
2- project:
3 name: integration-docker
4 project-name: 'integration'
5 jobs:
Bartek Grzybowskied4b5d42020-04-28 23:58:01 -07006 - integration-docker-merge
7 - integration-docker-verify
Gary Wuc652d4a2017-09-22 13:33:42 -07008 project: 'integration'
9 stream:
10 - 'master':
11 branch: 'master'
Gary Wuc652d4a2017-09-22 13:33:42 -070012 subproject:
Bartek Grzybowski3945ffa2020-09-01 13:15:06 +020013 - 'aai-simulator':
14 pom: 'test/mocks/aai-simulator/pom.xml'
15 pattern: 'test/mocks/aai-simulator/**'
16 mvn-goals: 'mvn clean install -Dcheckstyle.skip'
Gary Wuc652d4a2017-09-22 13:33:42 -070017 - 'sniroemulator':
18 pom: 'test/mocks/sniroemulator/pom.xml'
19 pattern: 'test/mocks/sniroemulator/**'
20 mvn-settings: 'integration-settings'
21 files: '**'
22 archive-artifacts: ''
Bartek Grzybowskibe24a932020-04-01 12:40:47 +020023
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
ebo506ba232020-04-10 16:03:52 +010039 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
Bengt Thureede7d1a22022-09-30 00:24:40 +100046 build-node: ubuntu1804-docker-8c-8g
Bartek Grzybowskibe24a932020-04-01 12:40:47 +020047 build-timeout: 20
48 jobs:
49 - gerrit-docker-verify
50 - gerrit-docker-merge
xuegaofbcd6142022-11-03 09:43:51 +010051
52- project:
53 name: integration-ran-nssmf-simulator
54 project: integration
55 stream:
56 - 'master':
57 branch: 'master'
58 # Required by verifier
59 mvn-settings: 'integration-settings'
60 project-name: 'integration-ran-nssmf-simulator'
61 gerrit_trigger_file_paths:
62 - compare-type: REG_EXP
63 pattern: 'test/mocks/ran-nssmf-simulator/.*'
64 docker-name: 'onap/ran-nssmf-simulator'
65 docker-root: test/mocks/ran-nssmf-simulator
66 container-tag-method: yaml-file
67 post_docker_build_script: |
68 #!/bin/bash
69 set -eux
70 cd "$DOCKER_ROOT"
71 # To simplify the references inside tox.ini and tests/settings.py
72 docker tag "$CONTAINER_PUSH_REGISTRY/$DOCKER_NAME:$DOCKER_IMAGE_TAG" ran-nssmf-simulator:latest
73 tox
74 build-node: ubuntu1804-docker-8c-8g
75 build-timeout: 20
76 jobs:
77 - gerrit-docker-verify
78 - gerrit-docker-merge