3 name: nonrtric-project-view
11 project-name: nonrtric
12 build-node: centos7-builder-1c-1g
14 - gerrit-info-yaml-verify
16 - nonrtric_jdk_common: &nonrtric_jdk_common
17 name: nonrtric-jdk-common
20 # jenkins job name prefix
21 project-name: nonrtric
22 # maven settings file has docker credentials
23 mvn-settings: nonrtric-settings
25 java-version: openjdk11
28 <<: *nonrtric_jdk_common
29 mvn-params: -Dbuild.number=${{BUILD_NUMBER}}
31 - gerrit-maven-docker-verify
32 - gerrit-maven-docker-merge
33 - gerrit-maven-docker-stage
38 # nonrtric:policy-agent/
39 # Maven artifacts for nonrtric-policy-agent/
41 <<: *nonrtric_jdk_common
42 name: nonrtric-policy-agent
43 project-name: '{name}'
44 mvn-opts: '-Ddocker.skip=true'
45 mvn-params: '-f policy-agent/'
46 gerrit_trigger_file_paths:
47 - compare-type: REG_EXP
48 pattern: 'policy-agent/.*'
49 build-node: ubuntu1804-builder-4c-4g
59 # nonrtric:sdnc-a1-controller
60 # Maven artifacts for nonrtric-sdnc-a1-controller
62 <<: *nonrtric_jdk_common
63 name: nonrtric-sdnc-a1-controller
64 project-name: '{name}'
65 mvn-opts: '-Ddocker.skip=true'
66 mvn-params: '-f sdnc-a1-controller/northbound'
67 gerrit_trigger_file_paths:
68 - compare-type: REG_EXP
69 pattern: 'sdnc-a1-controller/northbound/.*'
70 build-node: ubuntu1804-builder-4c-4g
82 # nonrtric:enrichment-coordinator-service
83 # Maven artifacts for nonrtric-enrichment-coordinator-service
85 <<: *nonrtric_jdk_common
86 name: nonrtric-enrichment-coordinator-service
87 project-name: '{name}'
88 mvn-opts: '-Ddocker.skip=true'
89 mvn-params: '-f enrichment-coordinator-service'
90 gerrit_trigger_file_paths:
91 - compare-type: REG_EXP
92 pattern: 'enrichment-coordinator-service/.*'
93 build-node: ubuntu1804-builder-4c-4g
104 <<: *nonrtric_jdk_common
105 name: nonrtric-plt-auth-token-fetch
106 project-name: '{name}'
108 docker-name: 'o-ran-sc/nonrtric-plt-auth-token-fetch'
110 container-tag-method: yaml-file
111 # use host network to clone from our gerrit
112 docker-build-args: '--network=host'
113 # Directory with Dockerfile
114 docker-root: 'auth-token-fetch'
115 # use host network to clone from our gerrit
116 docker-build-args: '--network=host'
117 # Directory where go test should be run
118 go-root: 'auth-token-fetch'
119 # Limit build trigger to appropriate files
120 gerrit_trigger_file_paths:
121 - compare-type: REG_EXP
122 pattern: 'auth-token-fetch/.*'
123 build-node: ubuntu1804-docker-4c-4g
124 # Includes verify and merge jobs
126 - "{project-name}-gerrit-docker-jobs"
137 <<: *nonrtric_jdk_common
138 name: nonrtric-plt-auth-token-fetch-sonar
139 project-name: nonrtric-plt-auth-token-fetch
140 # prescan script requires ubuntu
141 # golang is only on docker-enabled nodes
142 build-node: ubuntu1804-docker-4c-4g
143 sonar-prescan-script: !include-raw-escape: prescan-nonrtric-auth-token-fetch-ubuntu.sh
144 sonar-project-file: ""
145 java-version: openjdk11
146 # use sonarcloud values from defaults.yaml
147 sonar-properties: !include-raw: sonar-project.properties
149 - gerrit-sonar-prescan-script
152 <<: *nonrtric_jdk_common
153 name: nonrtric-release
154 # maven release requires sigul which requires centos
155 # container release requires docker
156 build-node: centos7-docker-2c-8g
158 - '{project-name}-gerrit-release-jobs'