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' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 10 | |
| 11 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 12 | github_pr_org_list: |
| 13 | - 'omec-project' |
| 14 | |
| 15 | jobs: |
| 16 | - 'omec-tc1' |
| 17 | - 'omec-tc2' |
| 18 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 19 | # for ngic-rtc |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 20 | - project: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 21 | name: ngic-rtc |
| 22 | project: '{name}' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 23 | |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 24 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 25 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 26 | github-organization: 'omec-project' |
| 27 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 28 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 29 | github_pr_org_list: |
| 30 | - 'omec-project' |
| 31 | |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 32 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 33 | - 'omec-combined': |
| 34 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 35 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 36 | sub-project: '{name}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 37 | pipeline-file: 'Jenkinsfile-omec-install-ngic-rtc-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 38 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 39 | pipeline-file: 'omec-fossa-scan.groovy' |
| 40 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 41 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 42 | pipeline-file: 'omec-reuse-scan.groovy' |
| 43 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 44 | - 'docker-publish-github': |
| 45 | build-timeout: 30 |
| 46 | docker-repo: 'omecproject' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 47 | |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 48 | # for c3po |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 49 | - project: |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 50 | name: c3po |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 51 | project: '{name}' |
| 52 | |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 53 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 54 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 55 | github-organization: 'omec-project' |
| 56 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 57 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 58 | github_pr_org_list: |
| 59 | - 'omec-project' |
| 60 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 61 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 62 | - 'omec-combined': |
| 63 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 64 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 65 | sub-project: 'c3po-sgx' |
Zack Williams | 6202145 | 2019-04-15 13:23:46 -0700 | [diff] [blame] | 66 | pipeline-file: 'Jenkinsfile-omec-install-c3po-sgx-vnf.groovy' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 67 | - 'omec-install': |
| 68 | sub-project: 'c3po-hss' |
| 69 | pipeline-file: 'Jenkinsfile-omec-install-c3po-hss-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 70 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 71 | pipeline-file: 'omec-fossa-scan.groovy' |
| 72 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 73 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 74 | pipeline-file: 'omec-reuse-scan.groovy' |
| 75 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 76 | - 'docker-publish-github': |
| 77 | build-timeout: 30 |
| 78 | docker-repo: 'omecproject' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 79 | |
| 80 | # for openmme |
| 81 | - project: |
| 82 | name: openmme |
| 83 | project: '{name}' |
| 84 | |
Zack Williams | df7f9d3 | 2019-11-05 07:40:20 -0700 | [diff] [blame] | 85 | build-node: 'intel-102' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 86 | |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 87 | github-organization: 'omec-project' |
| 88 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 89 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 90 | github_pr_org_list: |
| 91 | - 'omec-project' |
| 92 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 93 | jobs: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 94 | - 'omec-combined': |
| 95 | pipeline-file: 'Jenkinsfile-omec-combined.groovy' |
| 96 | - 'omec-install': |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 97 | sub-project: '{name}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 98 | pipeline-file: 'Jenkinsfile-omec-install-openmme-vnf.groovy' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 99 | - 'omec-fossa': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 100 | pipeline-file: 'omec-fossa-scan.groovy' |
| 101 | build-node: 'omec-qa' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 102 | - 'omec-reuse': |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 103 | pipeline-file: 'omec-reuse-scan.groovy' |
| 104 | build-node: 'omec-qa' |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 105 | - 'docker-publish-github': |
| 106 | build-timeout: 30 |
| 107 | docker-repo: 'omecproject' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 108 | |
Jeremy Ronquillo | a9b8e4d | 2020-02-28 13:59:12 -0800 | [diff] [blame] | 109 | # for nucleus |
| 110 | - project: |
| 111 | name: Nucleus |
| 112 | project: '{name}' |
| 113 | |
| 114 | build-node: 'intel-102' |
| 115 | |
| 116 | github-organization: 'omec-project' |
| 117 | |
| 118 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 119 | github_pr_org_list: |
| 120 | - 'omec-project' |
| 121 | |
| 122 | jobs: |
| 123 | - 'omec-fossa': |
| 124 | pipeline-file: 'omec-fossa-scan.groovy' |
| 125 | build-node: 'omec-qa' |
| 126 | - 'omec-reuse': |
| 127 | pipeline-file: 'omec-reuse-scan.groovy' |
| 128 | build-node: 'omec-qa' |
| 129 | |
Jeremy Ronquillo | ea6d620 | 2020-03-04 10:27:35 -0800 | [diff] [blame] | 130 | # for freediameter |
| 131 | - project: |
| 132 | name: freediameter |
| 133 | project: '{name}' |
| 134 | |
| 135 | build-node: 'intel-102' |
| 136 | |
| 137 | github-organization: 'omec-project' |
| 138 | |
| 139 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 140 | github_pr_org_list: |
| 141 | - 'omec-project' |
| 142 | |
| 143 | jobs: |
| 144 | - 'omec-fossa': |
| 145 | pipeline-file: 'omec-fossa-scan.groovy' |
| 146 | build-node: 'omec-qa' |
| 147 | - 'omec-reuse': |
| 148 | pipeline-file: 'omec-reuse-scan.groovy' |
| 149 | build-node: 'omec-qa' |
| 150 | |
Jeremy Ronquillo | cc302e1 | 2020-03-30 11:44:49 -0700 | [diff] [blame] | 151 | # for ignite |
| 152 | - project: |
| 153 | name: ignite |
| 154 | project: '{name}' |
| 155 | |
| 156 | build-node: 'intel-102' |
| 157 | |
| 158 | github-organization: 'omec-project' |
| 159 | |
| 160 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 161 | github_pr_org_list: |
| 162 | - 'omec-project' |
| 163 | |
| 164 | jobs: |
| 165 | - 'omec-fossa': |
| 166 | pipeline-file: 'omec-fossa-scan.groovy' |
| 167 | build-node: 'omec-qa' |
| 168 | - 'omec-reuse': |
| 169 | pipeline-file: 'omec-reuse-scan.groovy' |
| 170 | build-node: 'omec-qa' |
| 171 | |
You Wang | ccc1349 | 2020-04-01 11:11:59 -0700 | [diff] [blame^] | 172 | # for upf-epc |
| 173 | - project: |
| 174 | name: upf-epc |
| 175 | project: '{name}' |
| 176 | |
| 177 | github-organization: 'omec-project' |
| 178 | |
| 179 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 180 | github_pr_org_list: |
| 181 | - 'omec-project' |
| 182 | |
| 183 | jobs: |
| 184 | - 'omec-fossa': |
| 185 | pipeline-file: 'omec-fossa-scan.groovy' |
| 186 | build-node: 'omec-qa' |
| 187 | - 'omec-reuse': |
| 188 | pipeline-file: 'omec-reuse-scan.groovy' |
| 189 | build-node: 'omec-qa' |
| 190 | - 'docker-publish-github': |
| 191 | build-timeout: 30 |
| 192 | docker-repo: 'omecproject' |
| 193 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 194 | # Combined pipeline |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 195 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 196 | id: 'omec-combined' |
| 197 | name: 'omec_{project}_combined' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 198 | project-type: pipeline |
| 199 | |
| 200 | description: | |
| 201 | <!-- Managed by Jenkins Job Builder --> |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 202 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 203 | |
| 204 | properties: |
| 205 | - cord-infra-properties: |
| 206 | build-days-to-keep: '{build-days-to-keep}' |
| 207 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 208 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 209 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 210 | - build-blocker: |
| 211 | use-build-blocker: true |
| 212 | blocking-jobs: |
Zack Williams | 6af01fe | 2019-03-15 11:08:53 -0700 | [diff] [blame] | 213 | - "omec_.*_combined" |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 214 | |
| 215 | wrappers: |
| 216 | - lf-infra-wrappers: |
| 217 | build-timeout: '{build-timeout}' |
| 218 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 219 | |
| 220 | parameters: |
| 221 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 222 | name: buildNode |
| 223 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 224 | description: 'Name of the Jenkins executor node to run the job on' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 225 | |
| 226 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 227 | name: project |
| 228 | default: '{project}' |
| 229 | description: 'Name of the project' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 230 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 231 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 232 | - cord-infra-github-pr-trigger: |
| 233 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 234 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 235 | status_context: 'CORD Jenkins - Combined Steps Verification' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 236 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 237 | concurrent: false |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 238 | |
| 239 | pipeline-scm: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 240 | script-path: '{pipeline-file}' |
| 241 | scm: |
| 242 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 243 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 244 | branches: |
| 245 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 246 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 247 | # install jobs, run for each project |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 248 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 249 | id: 'omec-install' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 250 | name: 'omec_{sub-project}_install' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 251 | project-type: pipeline |
| 252 | |
| 253 | description: | |
| 254 | <!-- Managed by Jenkins Job Builder --> |
| 255 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 256 | |
| 257 | properties: |
| 258 | - cord-infra-properties: |
| 259 | build-days-to-keep: '{build-days-to-keep}' |
| 260 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 261 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 262 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 263 | |
| 264 | wrappers: |
| 265 | - lf-infra-wrappers: |
| 266 | build-timeout: '{build-timeout}' |
| 267 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 268 | |
| 269 | parameters: |
| 270 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 271 | name: buildNode |
| 272 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 273 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 274 | |
| 275 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 276 | name: project |
| 277 | default: '{project}' |
| 278 | description: 'Name of the project' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 279 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 280 | concurrent: false |
| 281 | |
| 282 | pipeline-scm: |
| 283 | script-path: '{pipeline-file}' |
| 284 | scm: |
| 285 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 286 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 287 | branches: |
| 288 | - 'master' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 289 | |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 290 | # FOSSA License Scan |
| 291 | - job-template: |
| 292 | id: 'omec-fossa' |
| 293 | name: 'omec_{project}_fossa' |
| 294 | project-type: pipeline |
| 295 | |
| 296 | description: | |
| 297 | <!-- Managed by Jenkins Job Builder --> |
| 298 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 299 | |
| 300 | properties: |
| 301 | - cord-infra-properties: |
| 302 | build-days-to-keep: '{build-days-to-keep}' |
| 303 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 304 | - github: |
| 305 | url: 'https://github.com/{github-organization}/{project}' |
| 306 | |
| 307 | wrappers: |
| 308 | - lf-infra-wrappers: |
| 309 | build-timeout: '{build-timeout}' |
| 310 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 311 | |
| 312 | parameters: |
| 313 | - string: |
| 314 | name: buildNode |
| 315 | default: '{build-node}' |
| 316 | description: 'Name of the Jenkins executor node to run the job on' |
| 317 | |
| 318 | - string: |
| 319 | name: project |
| 320 | default: '{project}' |
| 321 | description: 'Name of the project' |
| 322 | |
| 323 | triggers: |
| 324 | - cord-infra-github-pr-trigger: |
| 325 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 326 | github_pr_auth_id: '{github_pr_auth_id}' |
| 327 | status_context: 'CORD Jenkins - FOSSA Verification' |
| 328 | |
| 329 | concurrent: false |
| 330 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 331 | project-type: pipeline |
| 332 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 333 | |
| 334 | # REUSE License Scan |
| 335 | - job-template: |
| 336 | id: 'omec-reuse' |
| 337 | name: 'omec_{project}_reuse' |
| 338 | project-type: pipeline |
| 339 | |
| 340 | description: | |
| 341 | <!-- Managed by Jenkins Job Builder --> |
| 342 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 343 | |
| 344 | properties: |
| 345 | - cord-infra-properties: |
| 346 | build-days-to-keep: '{build-days-to-keep}' |
| 347 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 348 | - github: |
| 349 | url: 'https://github.com/{github-organization}/{project}' |
| 350 | |
| 351 | wrappers: |
| 352 | - lf-infra-wrappers: |
| 353 | build-timeout: '{build-timeout}' |
| 354 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 355 | |
| 356 | parameters: |
| 357 | - string: |
| 358 | name: buildNode |
| 359 | default: '{build-node}' |
| 360 | description: 'Name of the Jenkins executor node to run the job on' |
| 361 | |
| 362 | - string: |
| 363 | name: project |
| 364 | default: '{project}' |
| 365 | description: 'Name of the project' |
| 366 | |
| 367 | triggers: |
| 368 | - cord-infra-github-pr-trigger: |
| 369 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 370 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 371 | status_context: 'CORD Jenkins - Licenses Verification' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 372 | |
| 373 | concurrent: false |
| 374 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 375 | project-type: pipeline |
| 376 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 377 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 378 | # tests |
| 379 | - job-template: |
| 380 | id: 'omec-tc1' |
| 381 | name: 'omec_tc1' |
| 382 | project-type: pipeline |
| 383 | |
| 384 | description: | |
| 385 | <!-- Managed by Jenkins Job Builder --> |
| 386 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 387 | |
| 388 | properties: |
| 389 | - cord-infra-properties: |
| 390 | build-days-to-keep: '{build-days-to-keep}' |
| 391 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 392 | |
| 393 | wrappers: |
| 394 | - lf-infra-wrappers: |
| 395 | build-timeout: '{build-timeout}' |
| 396 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 397 | |
| 398 | parameters: |
| 399 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 400 | name: buildNode |
| 401 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 402 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 403 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 404 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 405 | |
| 406 | pipeline-scm: |
| 407 | script-path: 'Jenkinsfile-omec-test-TC1.groovy' |
| 408 | scm: |
| 409 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 410 | url: 'https://github.com/omec-project/omec-project-ci' |
| 411 | branches: |
| 412 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 413 | |
| 414 | - job-template: |
| 415 | id: 'omec-tc2' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 416 | name: 'omec_tc2' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 417 | project-type: pipeline |
| 418 | |
| 419 | description: | |
| 420 | <!-- Managed by Jenkins Job Builder --> |
| 421 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 422 | |
| 423 | properties: |
| 424 | - cord-infra-properties: |
| 425 | build-days-to-keep: '{build-days-to-keep}' |
| 426 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 427 | |
| 428 | wrappers: |
| 429 | - lf-infra-wrappers: |
| 430 | build-timeout: '{build-timeout}' |
| 431 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 432 | |
| 433 | parameters: |
| 434 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 435 | name: buildNode |
| 436 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 437 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 438 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 439 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 440 | |
| 441 | pipeline-scm: |
| 442 | script-path: 'Jenkinsfile-omec-test-TC2.groovy' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 443 | scm: |
| 444 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 445 | url: 'https://github.com/omec-project/omec-project-ci' |
| 446 | branches: |
| 447 | - 'master' |