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