blob: 907fea1f87a31b5beef2ae6a61a5eee6ee5edcc7 [file] [log] [blame]
Gary Wuc652d4a2017-09-22 13:33:42 -07001---
2- project:
3 name: integration-docker
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -07004 project-name: "integration"
Gary Wuc652d4a2017-09-22 13:33:42 -07005 jobs:
Bartek Grzybowskied4b5d42020-04-28 23:58:01 -07006 - integration-docker-merge
7 - integration-docker-verify
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -07008 project: "integration"
Gary Wuc652d4a2017-09-22 13:33:42 -07009 stream:
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070010 - "master":
11 branch: "master"
Gary Wuc652d4a2017-09-22 13:33:42 -070012 subproject:
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070013 - "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: ""
Bartek Grzybowskibe24a932020-04-01 12:40:47 +020023
24- project:
25 name: integration-netconf-pnp-simulator
26 project: integration
27 stream:
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070028 - "master":
29 branch: "master"
Bartek Grzybowskibe24a932020-04-01 12:40:47 +020030 # Required by verifier
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070031 mvn-settings: "integration-settings"
32 project-name: "integration-netconf-pnp-simulator"
Bartek Grzybowskibe24a932020-04-01 12:40:47 +020033 gerrit_trigger_file_paths:
34 - compare-type: ANT
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070035 pattern: "test/mocks/netconf-pnp-simulator/engine/**"
36 docker-name: "onap/integration/simulators/netconf-pnp-simulator"
Bartek Grzybowskibe24a932020-04-01 12:40:47 +020037 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: |
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070040 #!/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:
Andrew Grimbergfc7a9bb2023-05-03 09:20:21 -070053 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
Marek SzwaƂkiewicz2e6b2e32023-12-06 12:35:15 +010079
80- project:
81 name: integration-k8s-toolbox
82 project: integration
83 stream:
84 - "master":
85 branch: "master"
86 # Required by verifier
87 mvn-settings: "integration-settings"
88 project-name: "integration-k8s-toolbox"
89 gerrit_trigger_file_paths:
90 - compare-type: REG_EXP
91 pattern: "pipelines/docker-onap-k8s-toolbox/.*"
92 docker-name: "onap/k8s-toolbox"
93 docker-root: pipelines/docker-onap-k8s-toolbox
94 container-tag-method: yaml-file
95 post_docker_build_script: |
96 #!/bin/bash
97 set -eux
98 cd "$DOCKER_ROOT"
99 docker tag "$CONTAINER_PUSH_REGISTRY/$DOCKER_NAME:$DOCKER_IMAGE_TAG" onap-k8s-toolbox:latest
100 build-node: ubuntu1804-docker-8c-8g
101 build-timeout: 20
102 jobs:
103 - gerrit-docker-verify
104 - gerrit-docker-merge