YongchaoWu | 3072a9d | 2019-11-07 20:27:07 +0100 | [diff] [blame] | 1 | --- |
| 2 | - project: |
| 3 | name: nonrtric-project-view |
| 4 | project-name: nonrtric |
| 5 | views: |
| 6 | - project-view |
| 7 | |
| 8 | - project: |
| 9 | name: nonrtric-info |
| 10 | project: nonrtric |
| 11 | project-name: nonrtric |
Aric Gardner | da252d2 | 2019-10-11 16:10:03 -0400 | [diff] [blame] | 12 | build-node: centos7-builder-1c-1g |
YongchaoWu | 3072a9d | 2019-11-07 20:27:07 +0100 | [diff] [blame] | 13 | jobs: |
| 14 | - gerrit-info-yaml-verify |
YongchaoWu | ba89832 | 2019-11-12 12:15:03 +0100 | [diff] [blame] | 15 | |
Anil Belur | 4e0d56a | 2023-04-18 11:49:03 +1000 | [diff] [blame^] | 16 | - _nonrtric_jdk_common: &nonrtric_jdk_common |
elinuxhenrik | ba9bee2 | 2020-06-02 11:53:56 +0200 | [diff] [blame] | 17 | name: nonrtric-jdk-common |
YongchaoWu | ba89832 | 2019-11-12 12:15:03 +0100 | [diff] [blame] | 18 | # git repo |
| 19 | project: nonrtric |
| 20 | # jenkins job name prefix |
| 21 | project-name: nonrtric |
| 22 | # maven settings file has docker credentials |
| 23 | mvn-settings: nonrtric-settings |
YongchaoWu | ba89832 | 2019-11-12 12:15:03 +0100 | [diff] [blame] | 24 | mvn-version: mvn36 |
JohnKeeney | 29d5411 | 2023-03-02 13:11:44 +0000 | [diff] [blame] | 25 | java-version: openjdk17 |
elinuxhenrik | ba9bee2 | 2020-06-02 11:53:56 +0200 | [diff] [blame] | 26 | |
elinuxhenrik | ff67ef5 | 2022-04-08 08:40:57 +0200 | [diff] [blame] | 27 | - project: |
| 28 | <<: *nonrtric_jdk_common |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 29 | name: nonrtric-test-kafka-procon |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 30 | project-name: '{name}' |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 31 | # image name |
| 32 | docker-name: 'kafka-procon' |
| 33 | # get tag from YAML |
| 34 | container-tag-method: yaml-file |
| 35 | # use host network to clone from our gerrit |
| 36 | docker-build-args: '--network=host' |
| 37 | # Directory with Dockerfile |
| 38 | docker-root: 'test/kafka-procon' |
| 39 | # use host network to clone from our gerrit |
| 40 | docker-build-args: '--network=host' |
| 41 | # Directory where go test should be run |
| 42 | # Limit build trigger to appropriate files |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 43 | gerrit_trigger_file_paths: |
| 44 | - compare-type: REG_EXP |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 45 | pattern: 'test/kafka-procon/.*' |
| 46 | build-node: ubuntu1804-docker-4c-4g |
| 47 | # Includes verify and merge jobs |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 48 | jobs: |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 49 | - "{project-name}-gerrit-docker-jobs" |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 50 | stream: |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 51 | - master: |
| 52 | branch: master |
elinuxhenrik | e2c327b | 2020-05-29 09:48:09 +0200 | [diff] [blame] | 53 | |
elinuxhenrik | e2c327b | 2020-05-29 09:48:09 +0200 | [diff] [blame] | 54 | - project: |
elinuxhenrik | d1cada7 | 2020-06-17 08:37:11 +0200 | [diff] [blame] | 55 | <<: *nonrtric_jdk_common |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 56 | name: nonrtric-test-http-https-proxy |
elinuxhenrik | ba9bee2 | 2020-06-02 11:53:56 +0200 | [diff] [blame] | 57 | project-name: '{name}' |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 58 | # image name |
| 59 | docker-name: 'http-https-proxy' |
| 60 | # get tag from YAML |
| 61 | container-tag-method: yaml-file |
| 62 | # use host network to clone from our gerrit |
| 63 | docker-build-args: '--network=host' |
| 64 | # Directory with Dockerfile |
| 65 | docker-root: 'test/http-https-proxy' |
| 66 | # use host network to clone from our gerrit |
| 67 | docker-build-args: '--network=host' |
| 68 | # Directory where go test should be run |
| 69 | # Limit build trigger to appropriate files |
elinuxhenrik | ba9bee2 | 2020-06-02 11:53:56 +0200 | [diff] [blame] | 70 | gerrit_trigger_file_paths: |
| 71 | - compare-type: REG_EXP |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 72 | pattern: 'test/http-https-proxy/.*' |
| 73 | build-node: ubuntu1804-docker-4c-4g |
| 74 | # Includes verify and merge jobs |
elinuxhenrik | e2c327b | 2020-05-29 09:48:09 +0200 | [diff] [blame] | 75 | jobs: |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 76 | - "{project-name}-gerrit-docker-jobs" |
elinuxhenrik | e2c327b | 2020-05-29 09:48:09 +0200 | [diff] [blame] | 77 | stream: |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 78 | - master: |
| 79 | branch: master |
elinuxhenrik | e2c327b | 2020-05-29 09:48:09 +0200 | [diff] [blame] | 80 | |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 81 | - project: |
| 82 | <<: *nonrtric_jdk_common |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 83 | name: nonrtric-test-cr |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 84 | project-name: '{name}' |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 85 | # image name |
| 86 | docker-name: 'cr' |
| 87 | # get tag from YAML |
| 88 | container-tag-method: yaml-file |
| 89 | # use host network to clone from our gerrit |
| 90 | docker-build-args: '--network=host' |
| 91 | # Directory with Dockerfile |
| 92 | docker-root: 'test/cr' |
| 93 | # use host network to clone from our gerrit |
| 94 | docker-build-args: '--network=host' |
| 95 | # Directory where go test should be run |
| 96 | # Limit build trigger to appropriate files |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 97 | gerrit_trigger_file_paths: |
| 98 | - compare-type: REG_EXP |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 99 | pattern: 'test/cr/.*' |
| 100 | build-node: ubuntu1804-docker-4c-4g |
| 101 | # Includes verify and merge jobs |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 102 | jobs: |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 103 | - "{project-name}-gerrit-docker-jobs" |
elinuxhenrik | 89931c6 | 2021-12-08 10:07:53 +0100 | [diff] [blame] | 104 | stream: |
elinuxhenrik | 2cf1afb | 2022-12-20 16:45:19 +0100 | [diff] [blame] | 105 | - master: |
| 106 | branch: master |
| 107 | |
| 108 | - project: |
| 109 | <<: *nonrtric_jdk_common |
| 110 | name: nonrtric-test-prodstub |
| 111 | project-name: '{name}' |
| 112 | # image name |
| 113 | docker-name: 'prodstub' |
| 114 | # get tag from YAML |
| 115 | container-tag-method: yaml-file |
| 116 | # use host network to clone from our gerrit |
| 117 | docker-build-args: '--network=host' |
| 118 | # Directory with Dockerfile |
| 119 | docker-root: 'test/prodstub' |
| 120 | # use host network to clone from our gerrit |
| 121 | docker-build-args: '--network=host' |
| 122 | # Directory where go test should be run |
| 123 | # Limit build trigger to appropriate files |
| 124 | gerrit_trigger_file_paths: |
| 125 | - compare-type: REG_EXP |
| 126 | pattern: 'test/prodstub/.*' |
| 127 | build-node: ubuntu1804-docker-4c-4g |
| 128 | # Includes verify and merge jobs |
| 129 | jobs: |
| 130 | - "{project-name}-gerrit-docker-jobs" |
| 131 | stream: |
| 132 | - master: |
| 133 | branch: master |
| 134 | |
| 135 | - project: |
| 136 | <<: *nonrtric_jdk_common |
| 137 | name: nonrtric-test-mrstub |
| 138 | project-name: '{name}' |
| 139 | # image name |
| 140 | docker-name: 'mrstub' |
| 141 | # get tag from YAML |
| 142 | container-tag-method: yaml-file |
| 143 | # use host network to clone from our gerrit |
| 144 | docker-build-args: '--network=host' |
| 145 | # Directory with Dockerfile |
| 146 | docker-root: 'test/mrstub' |
| 147 | # use host network to clone from our gerrit |
| 148 | docker-build-args: '--network=host' |
| 149 | # Directory where go test should be run |
| 150 | # Limit build trigger to appropriate files |
| 151 | gerrit_trigger_file_paths: |
| 152 | - compare-type: REG_EXP |
| 153 | pattern: 'test/mrstub/.*' |
| 154 | build-node: ubuntu1804-docker-4c-4g |
| 155 | # Includes verify and merge jobs |
| 156 | jobs: |
| 157 | - "{project-name}-gerrit-docker-jobs" |
| 158 | stream: |
| 159 | - master: |
| 160 | branch: master |
Lathish | 9d5999a | 2020-11-25 13:42:40 +0000 | [diff] [blame] | 161 | |
wrider | 7f7c1c7 | 2019-11-19 00:13:13 -0500 | [diff] [blame] | 162 | - project: |
elinuxhenrik | d1cada7 | 2020-06-17 08:37:11 +0200 | [diff] [blame] | 163 | <<: *nonrtric_jdk_common |
elinuxhenrik | 987febc | 2022-08-17 14:55:07 +0200 | [diff] [blame] | 164 | name: nonrtric-plt-auth-token-fetch |
PatrikBuhr | 7c9c0dc | 2022-03-18 09:16:12 +0100 | [diff] [blame] | 165 | project-name: '{name}' |
| 166 | # image name |
elinuxhenrik | 987febc | 2022-08-17 14:55:07 +0200 | [diff] [blame] | 167 | docker-name: 'o-ran-sc/nonrtric-plt-auth-token-fetch' |
PatrikBuhr | 7c9c0dc | 2022-03-18 09:16:12 +0100 | [diff] [blame] | 168 | # get tag from YAML |
| 169 | container-tag-method: yaml-file |
| 170 | # use host network to clone from our gerrit |
| 171 | docker-build-args: '--network=host' |
| 172 | # Directory with Dockerfile |
| 173 | docker-root: 'auth-token-fetch' |
| 174 | # use host network to clone from our gerrit |
| 175 | docker-build-args: '--network=host' |
| 176 | # Directory where go test should be run |
| 177 | go-root: 'auth-token-fetch' |
| 178 | # Limit build trigger to appropriate files |
| 179 | gerrit_trigger_file_paths: |
| 180 | - compare-type: REG_EXP |
| 181 | pattern: 'auth-token-fetch/.*' |
| 182 | build-node: ubuntu1804-docker-4c-4g |
| 183 | # Includes verify and merge jobs |
| 184 | jobs: |
| 185 | - "{project-name}-gerrit-docker-jobs" |
| 186 | - gerrit-go-verify |
| 187 | stream: |
JohnKeeney | 29d5411 | 2023-03-02 13:11:44 +0000 | [diff] [blame] | 188 | - master: |
| 189 | branch: master |
| 190 | - f-release: |
| 191 | java-version: openjdk11 |
| 192 | branch: f-release |
elinuxhenrik | d8dfdf8 | 2023-01-03 14:52:58 +0100 | [diff] [blame] | 193 | - g-release: |
JohnKeeney | 29d5411 | 2023-03-02 13:11:44 +0000 | [diff] [blame] | 194 | java-version: openjdk11 |
elinuxhenrik | d8dfdf8 | 2023-01-03 14:52:58 +0100 | [diff] [blame] | 195 | branch: g-release |
PatrikBuhr | 7c9c0dc | 2022-03-18 09:16:12 +0100 | [diff] [blame] | 196 | |
| 197 | - project: |
| 198 | <<: *nonrtric_jdk_common |
elinuxhenrik | 987febc | 2022-08-17 14:55:07 +0200 | [diff] [blame] | 199 | name: nonrtric-plt-auth-token-fetch-sonar |
| 200 | project-name: nonrtric-plt-auth-token-fetch |
PatrikBuhr | 7c9c0dc | 2022-03-18 09:16:12 +0100 | [diff] [blame] | 201 | # prescan script requires ubuntu |
| 202 | # golang is only on docker-enabled nodes |
| 203 | build-node: ubuntu1804-docker-4c-4g |
| 204 | sonar-prescan-script: !include-raw-escape: prescan-nonrtric-auth-token-fetch-ubuntu.sh |
| 205 | sonar-project-file: "" |
| 206 | java-version: openjdk11 |
| 207 | # use sonarcloud values from defaults.yaml |
Anil Belur | 4e0d56a | 2023-04-18 11:49:03 +1000 | [diff] [blame^] | 208 | sonar-properties: !include-raw-escape: sonar-project.properties |
PatrikBuhr | 7c9c0dc | 2022-03-18 09:16:12 +0100 | [diff] [blame] | 209 | jobs: |
| 210 | - gerrit-sonar-prescan-script |
| 211 | |
| 212 | - project: |
| 213 | <<: *nonrtric_jdk_common |
elinuxhenrik | 0e79038 | 2021-12-13 18:14:04 +0100 | [diff] [blame] | 214 | name: nonrtric-release |
| 215 | # maven release requires sigul which requires centos |
| 216 | # container release requires docker |
| 217 | build-node: centos7-docker-2c-8g |
| 218 | jobs: |
| 219 | - '{project-name}-gerrit-release-jobs' |