Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 1 | --- |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 2 | # omec-ci jobs |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 3 | # Uses github pull request builder to trigger and Jenkinsfiles from this repo |
| 4 | # https://github.com/omec-project/omec-project-ci |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 5 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 6 | # generic OMEC test-case jobs, shared by other projects and triggered within pipelines |
| 7 | - project: |
| 8 | name: omec |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 9 | build-node: 'intel-102' |
You Wang | 3111c95 | 2020-06-12 17:53:04 -0700 | [diff] [blame] | 10 | github-organization: 'omec-project' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 11 | |
| 12 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 13 | github_pr_org_list: |
| 14 | - 'omec-project' |
| 15 | |
| 16 | jobs: |
| 17 | - 'omec-tc1' |
| 18 | - 'omec-tc2' |
You Wang | 3cc17af | 2020-06-12 14:56:10 -0700 | [diff] [blame] | 19 | - 'omec-deploy': |
| 20 | pod: 'dev' |
| 21 | build-node: 'omec-ci' |
| 22 | cp-context: 'dev-central-gcp' |
| 23 | dp-context: 'dev-edge-onf-menlo' |
| 24 | central-config: 'gcp-dev' |
| 25 | edge-config: 'menlo-dev' |
| 26 | - 'omec-ng40-test': |
| 27 | pod: 'dev' |
| 28 | build-node: 'ng40-host-node' |
| 29 | ng40-vm: 'ng40@192.168.122.101' |
You Wang | 5c15a7a | 2020-04-02 11:24:33 -0700 | [diff] [blame] | 30 | - 'omec-postmerge': |
| 31 | project: '{name}' |
You Wang | 4023945 | 2020-06-11 20:17:15 -0700 | [diff] [blame] | 32 | build-node: 'omec-ci' |
You Wang | b8bfa93 | 2020-05-29 16:22:15 -0700 | [diff] [blame] | 33 | c3po-branch-name: 'master' |
You Wang | b242ae4 | 2020-04-15 12:32:32 -0700 | [diff] [blame] | 34 | ngic-branch-name: 'central-cp-multi-upfs' |
You Wang | 4023945 | 2020-06-11 20:17:15 -0700 | [diff] [blame] | 35 | nucleus-branch-name: 'master' |
You Wang | 5c15a7a | 2020-04-02 11:24:33 -0700 | [diff] [blame] | 36 | pipeline-file: 'omec-postmerge.groovy' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 37 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 38 | # for ngic-rtc |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 39 | - project: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 40 | name: ngic-rtc |
| 41 | project: '{name}' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 42 | |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 43 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 44 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 45 | github-organization: 'omec-project' |
| 46 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 47 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 48 | github_pr_org_list: |
| 49 | - 'omec-project' |
| 50 | |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 51 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 52 | - 'omec-combined': |
| 53 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
You Wang | 81cc00c | 2020-06-15 15:32:53 -0700 | [diff] [blame] | 54 | mme-repo: 'Nucleus' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 55 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 56 | sub-project: '{name}' |
You Wang | 4cba361 | 2020-04-29 16:47:10 -0700 | [diff] [blame] | 57 | branch: 'central-cp-multi-upfs' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 58 | pipeline-file: 'Jenkinsfile-omec-install-ngic-rtc-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 59 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 60 | pipeline-file: 'omec-fossa-scan.groovy' |
| 61 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 62 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 63 | pipeline-file: 'omec-reuse-scan.groovy' |
| 64 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 65 | - 'docker-publish-github': |
| 66 | build-timeout: 30 |
| 67 | docker-repo: 'omecproject' |
You Wang | 8512b83 | 2020-03-25 14:47:56 -0700 | [diff] [blame] | 68 | build-node: 'ubuntu16.04-basebuild-4c-8g' |
You Wang | 3cc17af | 2020-06-12 14:56:10 -0700 | [diff] [blame] | 69 | - 'omec-container' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 70 | |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 71 | # for c3po |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 72 | - project: |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 73 | name: c3po |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 74 | project: '{name}' |
| 75 | |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 76 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 77 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 78 | github-organization: 'omec-project' |
| 79 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 80 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 81 | github_pr_org_list: |
| 82 | - 'omec-project' |
| 83 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 84 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 85 | - 'omec-combined': |
| 86 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
You Wang | 81cc00c | 2020-06-15 15:32:53 -0700 | [diff] [blame] | 87 | mme-repo: 'Nucleus' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 88 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 89 | sub-project: 'c3po-sgx' |
You Wang | 8addd4c | 2020-04-14 16:25:57 -0700 | [diff] [blame] | 90 | branch: 'master' |
Zack Williams | 6202145 | 2019-04-15 13:23:46 -0700 | [diff] [blame] | 91 | pipeline-file: 'Jenkinsfile-omec-install-c3po-sgx-vnf.groovy' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 92 | - 'omec-install': |
| 93 | sub-project: 'c3po-hss' |
You Wang | 8addd4c | 2020-04-14 16:25:57 -0700 | [diff] [blame] | 94 | branch: 'master' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 95 | pipeline-file: 'Jenkinsfile-omec-install-c3po-hss-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 96 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 97 | pipeline-file: 'omec-fossa-scan.groovy' |
| 98 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 99 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 100 | pipeline-file: 'omec-reuse-scan.groovy' |
| 101 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 102 | - 'docker-publish-github': |
| 103 | build-timeout: 30 |
| 104 | docker-repo: 'omecproject' |
You Wang | 715d5fc | 2020-04-30 16:23:35 -0700 | [diff] [blame] | 105 | build-node: 'ubuntu16.04-basebuild-8c-15g' |
You Wang | 3cc17af | 2020-06-12 14:56:10 -0700 | [diff] [blame] | 106 | - 'omec-container' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 107 | |
| 108 | # for openmme |
| 109 | - project: |
| 110 | name: openmme |
| 111 | project: '{name}' |
| 112 | |
Zack Williams | df7f9d3 | 2019-11-05 07:40:20 -0700 | [diff] [blame] | 113 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 114 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 115 | github-organization: 'omec-project' |
| 116 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 117 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 118 | github_pr_org_list: |
| 119 | - 'omec-project' |
| 120 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 121 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 122 | - 'omec-combined': |
| 123 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
You Wang | 8305544 | 2020-04-17 14:54:40 -0700 | [diff] [blame] | 124 | mme-repo: 'openmme' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 125 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 126 | sub-project: '{name}' |
You Wang | a1dcf25 | 2020-05-19 17:22:42 -0700 | [diff] [blame] | 127 | branch: 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 128 | pipeline-file: 'Jenkinsfile-omec-install-openmme-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 129 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 130 | pipeline-file: 'omec-fossa-scan.groovy' |
| 131 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 132 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 133 | pipeline-file: 'omec-reuse-scan.groovy' |
| 134 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 135 | - 'docker-publish-github': |
| 136 | build-timeout: 30 |
| 137 | docker-repo: 'omecproject' |
You Wang | 8512b83 | 2020-03-25 14:47:56 -0700 | [diff] [blame] | 138 | build-node: 'ubuntu16.04-basebuild-1c-2g' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 139 | |
Jeremy Ronquillo | a9b8e4d | 2020-02-28 13:59:12 -0800 | [diff] [blame] | 140 | # for nucleus |
| 141 | - project: |
| 142 | name: Nucleus |
| 143 | project: '{name}' |
| 144 | |
| 145 | build-node: 'intel-102' |
| 146 | |
| 147 | github-organization: 'omec-project' |
| 148 | |
| 149 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 150 | github_pr_org_list: |
| 151 | - 'omec-project' |
| 152 | |
| 153 | jobs: |
You Wang | 8305544 | 2020-04-17 14:54:40 -0700 | [diff] [blame] | 154 | - 'omec-combined': |
| 155 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 156 | mme-repo: 'Nucleus' |
| 157 | - 'omec-install': |
| 158 | sub-project: '{name}' |
| 159 | branch: 'master' |
| 160 | pipeline-file: 'Jenkinsfile-omec-install-Nucleus-vnf.groovy' |
Jeremy Ronquillo | a9b8e4d | 2020-02-28 13:59:12 -0800 | [diff] [blame] | 161 | - 'omec-fossa': |
| 162 | pipeline-file: 'omec-fossa-scan.groovy' |
| 163 | build-node: 'omec-qa' |
| 164 | - 'omec-reuse': |
| 165 | pipeline-file: 'omec-reuse-scan.groovy' |
| 166 | build-node: 'omec-qa' |
You Wang | f573955 | 2020-06-02 16:36:31 -0700 | [diff] [blame] | 167 | - 'docker-publish-github': |
| 168 | build-timeout: 60 |
| 169 | docker-repo: 'omecproject' |
| 170 | build-node: 'ubuntu16.04-basebuild-1c-2g' |
You Wang | 3cc17af | 2020-06-12 14:56:10 -0700 | [diff] [blame] | 171 | - 'omec-container' |
Jeremy Ronquillo | a9b8e4d | 2020-02-28 13:59:12 -0800 | [diff] [blame] | 172 | |
Jeremy Ronquillo | ea6d620 | 2020-03-04 10:27:35 -0800 | [diff] [blame] | 173 | # for freediameter |
| 174 | - project: |
| 175 | name: freediameter |
| 176 | project: '{name}' |
| 177 | |
| 178 | build-node: 'intel-102' |
| 179 | |
| 180 | github-organization: 'omec-project' |
| 181 | |
| 182 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 183 | github_pr_org_list: |
| 184 | - 'omec-project' |
| 185 | |
| 186 | jobs: |
| 187 | - 'omec-fossa': |
| 188 | pipeline-file: 'omec-fossa-scan.groovy' |
| 189 | build-node: 'omec-qa' |
| 190 | - 'omec-reuse': |
| 191 | pipeline-file: 'omec-reuse-scan.groovy' |
| 192 | build-node: 'omec-qa' |
| 193 | |
Jeremy Ronquillo | cc302e1 | 2020-03-30 11:44:49 -0700 | [diff] [blame] | 194 | # for ignite |
| 195 | - project: |
| 196 | name: ignite |
| 197 | project: '{name}' |
| 198 | |
| 199 | build-node: 'intel-102' |
| 200 | |
| 201 | github-organization: 'omec-project' |
| 202 | |
| 203 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 204 | github_pr_org_list: |
| 205 | - 'omec-project' |
| 206 | |
| 207 | jobs: |
| 208 | - 'omec-fossa': |
| 209 | pipeline-file: 'omec-fossa-scan.groovy' |
| 210 | build-node: 'omec-qa' |
| 211 | - 'omec-reuse': |
| 212 | pipeline-file: 'omec-reuse-scan.groovy' |
| 213 | build-node: 'omec-qa' |
| 214 | |
You Wang | ccc1349 | 2020-04-01 11:11:59 -0700 | [diff] [blame] | 215 | # for upf-epc |
| 216 | - project: |
| 217 | name: upf-epc |
| 218 | project: '{name}' |
| 219 | |
| 220 | github-organization: 'omec-project' |
| 221 | |
| 222 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 223 | github_pr_org_list: |
| 224 | - 'omec-project' |
| 225 | |
| 226 | jobs: |
| 227 | - 'omec-fossa': |
| 228 | pipeline-file: 'omec-fossa-scan.groovy' |
| 229 | build-node: 'omec-qa' |
| 230 | - 'omec-reuse': |
| 231 | pipeline-file: 'omec-reuse-scan.groovy' |
| 232 | build-node: 'omec-qa' |
| 233 | - 'docker-publish-github': |
| 234 | build-timeout: 30 |
| 235 | docker-repo: 'omecproject' |
You Wang | ed3a4c5 | 2020-04-04 15:44:29 -0700 | [diff] [blame] | 236 | build-node: 'ubuntu16.04-basebuild-2c-4g' |
You Wang | fe70d41 | 2020-05-27 14:28:36 -0700 | [diff] [blame] | 237 | extraEnvironmentVars: CPU=haswell |
You Wang | ccc1349 | 2020-04-01 11:11:59 -0700 | [diff] [blame] | 238 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 239 | # Combined pipeline |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 240 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 241 | id: 'omec-combined' |
| 242 | name: 'omec_{project}_combined' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 243 | project-type: pipeline |
| 244 | |
| 245 | description: | |
| 246 | <!-- Managed by Jenkins Job Builder --> |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 247 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 248 | |
| 249 | properties: |
| 250 | - cord-infra-properties: |
| 251 | build-days-to-keep: '{build-days-to-keep}' |
| 252 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 253 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 254 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 255 | - build-blocker: |
| 256 | use-build-blocker: true |
| 257 | blocking-jobs: |
Zack Williams | 6af01fe | 2019-03-15 11:08:53 -0700 | [diff] [blame] | 258 | - "omec_.*_combined" |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 259 | |
| 260 | wrappers: |
| 261 | - lf-infra-wrappers: |
| 262 | build-timeout: '{build-timeout}' |
| 263 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 264 | |
| 265 | parameters: |
| 266 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 267 | name: buildNode |
| 268 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 269 | description: 'Name of the Jenkins executor node to run the job on' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 270 | |
| 271 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 272 | name: project |
| 273 | default: '{project}' |
| 274 | description: 'Name of the project' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 275 | |
You Wang | 8305544 | 2020-04-17 14:54:40 -0700 | [diff] [blame] | 276 | - string: |
| 277 | name: mmeRepo |
| 278 | default: '{mme-repo}' |
| 279 | description: 'Name of the MME repo to test (openmme/Nucleus)' |
| 280 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 281 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 282 | - cord-infra-github-pr-trigger: |
| 283 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 284 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 285 | status_context: 'CORD Jenkins - Combined Steps Verification' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 286 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 287 | concurrent: false |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 288 | |
| 289 | pipeline-scm: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 290 | script-path: '{pipeline-file}' |
| 291 | scm: |
| 292 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 293 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 294 | branches: |
| 295 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 296 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 297 | # install jobs, run for each project |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 298 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 299 | id: 'omec-install' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 300 | name: 'omec_{sub-project}_install' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 301 | project-type: pipeline |
| 302 | |
| 303 | description: | |
| 304 | <!-- Managed by Jenkins Job Builder --> |
| 305 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 306 | |
| 307 | properties: |
| 308 | - cord-infra-properties: |
| 309 | build-days-to-keep: '{build-days-to-keep}' |
| 310 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 311 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 312 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 313 | |
| 314 | wrappers: |
| 315 | - lf-infra-wrappers: |
| 316 | build-timeout: '{build-timeout}' |
| 317 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 318 | |
| 319 | parameters: |
| 320 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 321 | name: buildNode |
| 322 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 323 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 324 | |
| 325 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 326 | name: project |
| 327 | default: '{project}' |
| 328 | description: 'Name of the project' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 329 | |
You Wang | 8addd4c | 2020-04-14 16:25:57 -0700 | [diff] [blame] | 330 | - string: |
| 331 | name: branch |
| 332 | default: '{branch}' |
| 333 | description: 'Branch of the project' |
| 334 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 335 | concurrent: false |
| 336 | |
| 337 | pipeline-scm: |
| 338 | script-path: '{pipeline-file}' |
| 339 | scm: |
| 340 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 341 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 342 | branches: |
| 343 | - 'master' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 344 | |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 345 | # FOSSA License Scan |
| 346 | - job-template: |
| 347 | id: 'omec-fossa' |
| 348 | name: 'omec_{project}_fossa' |
| 349 | project-type: pipeline |
| 350 | |
| 351 | description: | |
| 352 | <!-- Managed by Jenkins Job Builder --> |
| 353 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 354 | |
| 355 | properties: |
| 356 | - cord-infra-properties: |
| 357 | build-days-to-keep: '{build-days-to-keep}' |
| 358 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 359 | - github: |
| 360 | url: 'https://github.com/{github-organization}/{project}' |
| 361 | |
| 362 | wrappers: |
| 363 | - lf-infra-wrappers: |
| 364 | build-timeout: '{build-timeout}' |
| 365 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 366 | |
| 367 | parameters: |
| 368 | - string: |
Jeremy Ronquillo | 3ca065c | 2020-04-24 10:40:54 -0700 | [diff] [blame] | 369 | name: ghprbPullId |
| 370 | default: '$ghprbPullId' |
| 371 | description: 'Pull request number to fetch changes from. Leave blank to run manually.' |
| 372 | |
| 373 | - string: |
| 374 | name: branch |
| 375 | default: '$ghprbTargetBranch' |
| 376 | description: 'Branch to run. Only used when manually run.' |
| 377 | |
| 378 | - string: |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 379 | name: buildNode |
| 380 | default: '{build-node}' |
| 381 | description: 'Name of the Jenkins executor node to run the job on' |
| 382 | |
| 383 | - string: |
| 384 | name: project |
| 385 | default: '{project}' |
| 386 | description: 'Name of the project' |
| 387 | |
Jeremy Ronquillo | 3ca065c | 2020-04-24 10:40:54 -0700 | [diff] [blame] | 388 | - string: |
| 389 | name: ghprbGhRepository |
| 390 | default: '{github-organization}/{project}' |
| 391 | description: 'Repository of the project.' |
| 392 | |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 393 | triggers: |
| 394 | - cord-infra-github-pr-trigger: |
| 395 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 396 | github_pr_auth_id: '{github_pr_auth_id}' |
| 397 | status_context: 'CORD Jenkins - FOSSA Verification' |
| 398 | |
| 399 | concurrent: false |
| 400 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 401 | project-type: pipeline |
| 402 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 403 | |
| 404 | # REUSE License Scan |
| 405 | - job-template: |
| 406 | id: 'omec-reuse' |
| 407 | name: 'omec_{project}_reuse' |
| 408 | project-type: pipeline |
| 409 | |
| 410 | description: | |
| 411 | <!-- Managed by Jenkins Job Builder --> |
| 412 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 413 | |
| 414 | properties: |
| 415 | - cord-infra-properties: |
| 416 | build-days-to-keep: '{build-days-to-keep}' |
| 417 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 418 | - github: |
| 419 | url: 'https://github.com/{github-organization}/{project}' |
| 420 | |
| 421 | wrappers: |
| 422 | - lf-infra-wrappers: |
| 423 | build-timeout: '{build-timeout}' |
| 424 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 425 | |
| 426 | parameters: |
| 427 | - string: |
Jeremy Ronquillo | 3ca065c | 2020-04-24 10:40:54 -0700 | [diff] [blame] | 428 | name: ghprbPullId |
| 429 | default: '$ghprbPullId' |
| 430 | description: 'Pull request number to fetch changes from. Leave blank to run manually.' |
| 431 | |
| 432 | - string: |
| 433 | name: branch |
| 434 | default: '$ghprbTargetBranch' |
| 435 | description: 'Branch to run. Only used when manually run.' |
| 436 | |
| 437 | - string: |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 438 | name: buildNode |
| 439 | default: '{build-node}' |
| 440 | description: 'Name of the Jenkins executor node to run the job on' |
| 441 | |
| 442 | - string: |
| 443 | name: project |
| 444 | default: '{project}' |
| 445 | description: 'Name of the project' |
| 446 | |
Jeremy Ronquillo | 3ca065c | 2020-04-24 10:40:54 -0700 | [diff] [blame] | 447 | - string: |
| 448 | name: ghprbGhRepository |
| 449 | default: '{github-organization}/{project}' |
| 450 | description: 'Repository of the project.' |
| 451 | |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 452 | triggers: |
| 453 | - cord-infra-github-pr-trigger: |
| 454 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 455 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 456 | status_context: 'CORD Jenkins - Licenses Verification' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 457 | |
| 458 | concurrent: false |
| 459 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 460 | project-type: pipeline |
| 461 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 462 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 463 | # tests |
| 464 | - job-template: |
| 465 | id: 'omec-tc1' |
| 466 | name: 'omec_tc1' |
| 467 | project-type: pipeline |
| 468 | |
| 469 | description: | |
| 470 | <!-- Managed by Jenkins Job Builder --> |
| 471 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 472 | |
| 473 | properties: |
| 474 | - cord-infra-properties: |
| 475 | build-days-to-keep: '{build-days-to-keep}' |
| 476 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 477 | |
| 478 | wrappers: |
| 479 | - lf-infra-wrappers: |
| 480 | build-timeout: '{build-timeout}' |
| 481 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 482 | |
| 483 | parameters: |
| 484 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 485 | name: buildNode |
| 486 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 487 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 488 | |
You Wang | 8305544 | 2020-04-17 14:54:40 -0700 | [diff] [blame] | 489 | - string: |
| 490 | name: mmeRepo |
| 491 | default: 'openmme' |
| 492 | description: 'Name of the MME repo to test (openmme/Nucleus)' |
| 493 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 494 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 495 | |
| 496 | pipeline-scm: |
| 497 | script-path: 'Jenkinsfile-omec-test-TC1.groovy' |
| 498 | scm: |
| 499 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 500 | url: 'https://github.com/omec-project/omec-project-ci' |
| 501 | branches: |
| 502 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 503 | |
| 504 | - job-template: |
| 505 | id: 'omec-tc2' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 506 | name: 'omec_tc2' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 507 | project-type: pipeline |
| 508 | |
| 509 | description: | |
| 510 | <!-- Managed by Jenkins Job Builder --> |
| 511 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 512 | |
| 513 | properties: |
| 514 | - cord-infra-properties: |
| 515 | build-days-to-keep: '{build-days-to-keep}' |
| 516 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 517 | |
| 518 | wrappers: |
| 519 | - lf-infra-wrappers: |
| 520 | build-timeout: '{build-timeout}' |
| 521 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 522 | |
| 523 | parameters: |
| 524 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 525 | name: buildNode |
| 526 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 527 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 528 | |
You Wang | 8305544 | 2020-04-17 14:54:40 -0700 | [diff] [blame] | 529 | - string: |
| 530 | name: mmeRepo |
| 531 | default: 'openmme' |
| 532 | description: 'Name of the MME repo to test (openmme/Nucleus)' |
| 533 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 534 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 535 | |
| 536 | pipeline-scm: |
| 537 | script-path: 'Jenkinsfile-omec-test-TC2.groovy' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 538 | scm: |
| 539 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 540 | url: 'https://github.com/omec-project/omec-project-ci' |
| 541 | branches: |
| 542 | - 'master' |
Jeremy Ronquillo | 1b9581f | 2020-03-20 10:37:59 -0700 | [diff] [blame] | 543 | |
You Wang | 5c15a7a | 2020-04-02 11:24:33 -0700 | [diff] [blame] | 544 | # Post-merge job |
| 545 | # Triggered by Github pull request merge |
| 546 | - job-template: |
| 547 | id: omec-postmerge |
| 548 | name: '{project}_postmerge' |
| 549 | description: | |
| 550 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml |
| 551 | |
| 552 | properties: |
| 553 | - cord-infra-properties: |
| 554 | build-days-to-keep: '{build-days-to-keep}' |
| 555 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 556 | |
| 557 | triggers: |
| 558 | - cord-infra-github-pr-trigger-merge: |
| 559 | project: '{project}' |
| 560 | |
| 561 | wrappers: |
| 562 | - lf-infra-wrappers: |
| 563 | build-timeout: '{build-timeout}' |
| 564 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 565 | |
| 566 | parameters: |
| 567 | - string: |
| 568 | name: buildNode |
| 569 | default: '{build-node}' |
| 570 | description: 'Name of the Jenkins node to run the job on' |
| 571 | |
| 572 | - string: |
You Wang | 4023945 | 2020-06-11 20:17:15 -0700 | [diff] [blame] | 573 | name: registry |
| 574 | default: 'omecproject' |
| 575 | description: 'Docker registry to push images to' |
| 576 | |
| 577 | - string: |
You Wang | 5c15a7a | 2020-04-02 11:24:33 -0700 | [diff] [blame] | 578 | name: repoName |
| 579 | default: '' |
| 580 | description: 'Name of the git repo. Populated by Generic Webhook Trigger' |
| 581 | |
| 582 | - string: |
| 583 | name: repoUrl |
| 584 | default: '' |
| 585 | description: 'URL to the git repo. Populated by Generic Webhook Trigger' |
| 586 | |
| 587 | - string: |
| 588 | name: branchName |
| 589 | default: '' |
| 590 | description: 'Branch of the project. Populated by Generic Webhook Trigger' |
| 591 | |
| 592 | - string: |
| 593 | name: commitHash |
| 594 | default: '' |
| 595 | description: 'SHA string of the merged commit. Populated by Generic Webhook Trigger' |
| 596 | |
| 597 | - string: |
| 598 | name: c3poBranchName |
| 599 | default: '{c3po-branch-name}' |
| 600 | description: 'Branch name of c3po repo which we run tests against' |
| 601 | |
| 602 | - string: |
| 603 | name: ngicBranchName |
| 604 | default: '{ngic-branch-name}' |
| 605 | description: 'Branch name of ngic-rtc repo which we run tests against' |
| 606 | |
| 607 | - string: |
You Wang | 4023945 | 2020-06-11 20:17:15 -0700 | [diff] [blame] | 608 | name: nucleusBranchName |
| 609 | default: '{nucleus-branch-name}' |
| 610 | description: 'Branch name of Nucleus repo which we run tests against' |
You Wang | 5c15a7a | 2020-04-02 11:24:33 -0700 | [diff] [blame] | 611 | |
| 612 | - string: |
| 613 | name: maintainers |
| 614 | default: 'jeremyr@opennetworking.org, you@opennetworking.org' |
| 615 | description: "The person that sould be notified if this job fails" |
| 616 | |
| 617 | project-type: pipeline |
You Wang | 4023945 | 2020-06-11 20:17:15 -0700 | [diff] [blame] | 618 | concurrent: false |
You Wang | 5c15a7a | 2020-04-02 11:24:33 -0700 | [diff] [blame] | 619 | |
| 620 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
You Wang | 3cc17af | 2020-06-12 14:56:10 -0700 | [diff] [blame] | 621 | |
| 622 | # OMEC CI job which builds docker images, deploys and tests OMEC |
| 623 | - job-template: |
| 624 | id: 'omec-container' |
| 625 | name: 'omec_{project}_container' |
| 626 | project-type: pipeline |
| 627 | |
| 628 | description: | |
| 629 | <!-- Managed by Jenkins Job Builder --> |
| 630 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 631 | |
| 632 | properties: |
| 633 | - cord-infra-properties: |
| 634 | build-days-to-keep: '{build-days-to-keep}' |
| 635 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 636 | - github: |
| 637 | url: 'https://github.com/{github-organization}/{project}' |
| 638 | - build-blocker: |
| 639 | use-build-blocker: true |
| 640 | blocking-jobs: |
| 641 | - "omec_.*_container" |
| 642 | |
| 643 | wrappers: |
| 644 | - lf-infra-wrappers: |
| 645 | build-timeout: '{build-timeout}' |
| 646 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 647 | |
| 648 | parameters: |
| 649 | - string: |
| 650 | name: buildNode |
| 651 | default: 'ng40-host-node' |
| 652 | description: 'Name of the Jenkins executor node to run the job on' |
| 653 | |
| 654 | - string: |
| 655 | name: project |
| 656 | default: '{project}' |
| 657 | description: 'Name of the project' |
| 658 | |
| 659 | - string: |
| 660 | name: ghprbTargetBranch |
| 661 | default: '$ghprbTargetBranch' |
| 662 | description: 'GitHub Pull-Request builder value. Replace default value to test manually.' |
| 663 | |
| 664 | - string: |
| 665 | name: ghprbPullId |
| 666 | default: '$ghprbPullId' |
| 667 | description: 'GitHub Pull-Request builder value. Replace default value to test manually.' |
| 668 | |
| 669 | - string: |
| 670 | name: ghprbActualCommit |
| 671 | default: '$ghprbActualCommit' |
| 672 | description: 'GitHub Pull-Request builder value. Replace default value to test manually.' |
| 673 | |
| 674 | - string: |
| 675 | name: registry |
| 676 | default: 'registry.central.aetherproject.net' |
| 677 | description: 'Docker registry that stores images built for CI testing' |
| 678 | |
| 679 | - string: |
| 680 | name: c3poBranch |
| 681 | default: 'master' |
| 682 | description: 'Branch name of c3po repo which we run tests against' |
| 683 | |
| 684 | - string: |
| 685 | name: nucleusBranch |
| 686 | default: 'master' |
| 687 | description: 'Branch name of Nucleus repo which we run tests against' |
| 688 | |
| 689 | - string: |
| 690 | name: ngicBranch |
| 691 | default: 'central-cp-multi-upfs' |
| 692 | description: 'Branch name of ngic-rtc repo which we run tests against' |
| 693 | |
| 694 | triggers: |
| 695 | - cord-infra-github-pr-trigger: |
| 696 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 697 | github_pr_auth_id: '{github_pr_auth_id}' |
| 698 | status_context: 'CORD Jenkins - Container Based Verification' |
| 699 | |
| 700 | concurrent: false |
| 701 | |
| 702 | pipeline-scm: |
| 703 | script-path: 'Jenkinsfile-omec-container.groovy' |
| 704 | scm: |
| 705 | - git: |
| 706 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 707 | branches: |
| 708 | - 'master' |
| 709 | |
| 710 | # OMEC deployment job |
| 711 | - job-template: |
| 712 | id: 'omec-deploy' |
| 713 | name: 'omec_deploy_{pod}' |
| 714 | project-type: pipeline |
| 715 | |
| 716 | description: | |
| 717 | <!-- Managed by Jenkins Job Builder --> |
| 718 | Created from job-template {id} from ci-management/jjb/omec-ci.yaml <br /> |
| 719 | |
| 720 | properties: |
| 721 | - cord-infra-properties: |
| 722 | build-days-to-keep: '{build-days-to-keep}' |
| 723 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 724 | |
| 725 | wrappers: |
| 726 | - lf-infra-wrappers: |
| 727 | build-timeout: '{build-timeout}' |
| 728 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 729 | |
| 730 | parameters: |
| 731 | - string: |
| 732 | name: buildNode |
| 733 | default: '{build-node}' |
| 734 | description: 'Name of the Jenkins executor node to run the job on.' |
| 735 | |
| 736 | - string: |
| 737 | name: cpContext |
| 738 | default: '{cp-context}' |
| 739 | description: 'K8S context for omec control plane.' |
| 740 | |
| 741 | - string: |
| 742 | name: dpContext |
| 743 | default: '{dp-context}' |
| 744 | description: 'K8S context for omec data plane.' |
| 745 | |
| 746 | - string: |
| 747 | name: centralConfig |
| 748 | default: '{central-config}' |
| 749 | description: 'Directory name for central yaml files under aether-pod-configs.' |
| 750 | |
| 751 | - string: |
| 752 | name: edgeConfig |
| 753 | default: '{edge-config}' |
| 754 | description: 'Directory name for edge yaml files under aether-pod-configs.' |
| 755 | |
| 756 | - string: |
| 757 | name: hssdbImage |
| 758 | default: 'omecproject/c3po-hssdb:master-latest' |
| 759 | description: 'Docker image for hssdb. Leave empty to use default helm-charts value' |
| 760 | |
| 761 | - string: |
| 762 | name: hssImage |
| 763 | default: 'omecproject/c3po-hss:master-latest' |
| 764 | description: 'Docker image for hss. Leave empty to use default helm-charts value' |
| 765 | |
| 766 | - string: |
| 767 | name: mmeImage |
| 768 | default: 'omecproject/nucleus:master-latest' |
| 769 | description: 'Docker image for mme. Leave empty to use default helm-charts value' |
| 770 | |
| 771 | - string: |
| 772 | name: spgwcImage |
| 773 | default: 'omecproject/ngic-cp:central-cp-multi-upfs-latest' |
| 774 | description: 'Docker image for spgwc. Leave empty to use default helm-charts value' |
| 775 | |
| 776 | - string: |
| 777 | name: spgwuImage |
| 778 | default: 'omecproject/ngic-dp:central-cp-multi-upfs-latest-debug' |
| 779 | description: 'Docker image for spgwu. Leave empty to use default helm-charts value' |
| 780 | |
| 781 | concurrent: false |
| 782 | |
| 783 | pipeline-scm: |
| 784 | script-path: 'Jenkinsfile-omec-deploy.groovy' |
| 785 | scm: |
| 786 | - git: |
| 787 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 788 | branches: |
| 789 | - 'master' |
| 790 | |
| 791 | # OMEC test job |
| 792 | - job-template: |
| 793 | id: 'omec-ng40-test' |
| 794 | name: 'omec_ng40-test_{pod}' |
| 795 | project-type: pipeline |
| 796 | |
| 797 | description: | |
| 798 | <!-- Managed by Jenkins Job Builder --> |
| 799 | Created from job-template {id} from ci-management/jjb/omec-ci.yaml <br /> |
| 800 | |
| 801 | properties: |
| 802 | - cord-infra-properties: |
| 803 | build-days-to-keep: '{build-days-to-keep}' |
| 804 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 805 | |
| 806 | wrappers: |
| 807 | - lf-infra-wrappers: |
| 808 | build-timeout: '{build-timeout}' |
| 809 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 810 | |
| 811 | parameters: |
| 812 | - string: |
| 813 | name: buildNode |
| 814 | default: '{build-node}' |
| 815 | description: 'Name of the Jenkins executor node to run the job on.' |
| 816 | |
| 817 | - string: |
| 818 | name: ng40VM |
| 819 | default: '{ng40-vm}' |
| 820 | description: 'user@IP for accessing NG40 VM from the build node.' |
| 821 | |
| 822 | - string: |
| 823 | name: ntlFile |
| 824 | default: 'run.ntl' |
| 825 | description: 'NG40 test automation file' |
| 826 | |
| 827 | concurrent: false |
| 828 | |
| 829 | pipeline-scm: |
| 830 | script-path: 'Jenkinsfile-omec-ng40-test.groovy' |
| 831 | scm: |
| 832 | - git: |
| 833 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 834 | branches: |
| 835 | - 'master' |