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 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 172 | # Combined pipeline |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 173 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 174 | id: 'omec-combined' |
| 175 | name: 'omec_{project}_combined' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 176 | project-type: pipeline |
| 177 | |
| 178 | description: | |
| 179 | <!-- Managed by Jenkins Job Builder --> |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 180 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 181 | |
| 182 | properties: |
| 183 | - cord-infra-properties: |
| 184 | build-days-to-keep: '{build-days-to-keep}' |
| 185 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 186 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 187 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 188 | - build-blocker: |
| 189 | use-build-blocker: true |
| 190 | blocking-jobs: |
Zack Williams | 6af01fe | 2019-03-15 11:08:53 -0700 | [diff] [blame] | 191 | - "omec_.*_combined" |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 192 | |
| 193 | wrappers: |
| 194 | - lf-infra-wrappers: |
| 195 | build-timeout: '{build-timeout}' |
| 196 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 197 | |
| 198 | parameters: |
| 199 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 200 | name: buildNode |
| 201 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 202 | description: 'Name of the Jenkins executor node to run the job on' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 203 | |
| 204 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 205 | name: project |
| 206 | default: '{project}' |
| 207 | description: 'Name of the project' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 208 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 209 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 210 | - cord-infra-github-pr-trigger: |
| 211 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 212 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 213 | status_context: 'CORD Jenkins - Combined Steps Verification' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 214 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 215 | concurrent: false |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 216 | |
| 217 | pipeline-scm: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 218 | script-path: '{pipeline-file}' |
| 219 | scm: |
| 220 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 221 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 222 | branches: |
| 223 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 224 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 225 | # install jobs, run for each project |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 226 | - job-template: |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 227 | id: 'omec-install' |
Zack Williams | e306e57 | 2019-04-18 07:12:46 -0700 | [diff] [blame] | 228 | name: 'omec_{sub-project}_install' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 229 | project-type: pipeline |
| 230 | |
| 231 | description: | |
| 232 | <!-- Managed by Jenkins Job Builder --> |
| 233 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 234 | |
| 235 | properties: |
| 236 | - cord-infra-properties: |
| 237 | build-days-to-keep: '{build-days-to-keep}' |
| 238 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 239 | - github: |
Zack Williams | 1e325b2 | 2019-07-24 17:52:57 -0700 | [diff] [blame] | 240 | url: 'https://github.com/{github-organization}/{project}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 241 | |
| 242 | wrappers: |
| 243 | - lf-infra-wrappers: |
| 244 | build-timeout: '{build-timeout}' |
| 245 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 246 | |
| 247 | parameters: |
| 248 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 249 | name: buildNode |
| 250 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 251 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 252 | |
| 253 | - string: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 254 | name: project |
| 255 | default: '{project}' |
| 256 | description: 'Name of the project' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 257 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 258 | concurrent: false |
| 259 | |
| 260 | pipeline-scm: |
| 261 | script-path: '{pipeline-file}' |
| 262 | scm: |
| 263 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 264 | url: 'https://github.com/{github-organization}/omec-project-ci' |
| 265 | branches: |
| 266 | - 'master' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 267 | |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 268 | # FOSSA License Scan |
| 269 | - job-template: |
| 270 | id: 'omec-fossa' |
| 271 | name: 'omec_{project}_fossa' |
| 272 | project-type: pipeline |
| 273 | |
| 274 | description: | |
| 275 | <!-- Managed by Jenkins Job Builder --> |
| 276 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 277 | |
| 278 | properties: |
| 279 | - cord-infra-properties: |
| 280 | build-days-to-keep: '{build-days-to-keep}' |
| 281 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 282 | - github: |
| 283 | url: 'https://github.com/{github-organization}/{project}' |
| 284 | |
| 285 | wrappers: |
| 286 | - lf-infra-wrappers: |
| 287 | build-timeout: '{build-timeout}' |
| 288 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 289 | |
| 290 | parameters: |
| 291 | - string: |
| 292 | name: buildNode |
| 293 | default: '{build-node}' |
| 294 | description: 'Name of the Jenkins executor node to run the job on' |
| 295 | |
| 296 | - string: |
| 297 | name: project |
| 298 | default: '{project}' |
| 299 | description: 'Name of the project' |
| 300 | |
| 301 | triggers: |
| 302 | - cord-infra-github-pr-trigger: |
| 303 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 304 | github_pr_auth_id: '{github_pr_auth_id}' |
| 305 | status_context: 'CORD Jenkins - FOSSA Verification' |
| 306 | |
| 307 | concurrent: false |
| 308 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 309 | project-type: pipeline |
| 310 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 311 | |
| 312 | # REUSE License Scan |
| 313 | - job-template: |
| 314 | id: 'omec-reuse' |
| 315 | name: 'omec_{project}_reuse' |
| 316 | project-type: pipeline |
| 317 | |
| 318 | description: | |
| 319 | <!-- Managed by Jenkins Job Builder --> |
| 320 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 321 | |
| 322 | properties: |
| 323 | - cord-infra-properties: |
| 324 | build-days-to-keep: '{build-days-to-keep}' |
| 325 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 326 | - github: |
| 327 | url: 'https://github.com/{github-organization}/{project}' |
| 328 | |
| 329 | wrappers: |
| 330 | - lf-infra-wrappers: |
| 331 | build-timeout: '{build-timeout}' |
| 332 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 333 | |
| 334 | parameters: |
| 335 | - string: |
| 336 | name: buildNode |
| 337 | default: '{build-node}' |
| 338 | description: 'Name of the Jenkins executor node to run the job on' |
| 339 | |
| 340 | - string: |
| 341 | name: project |
| 342 | default: '{project}' |
| 343 | description: 'Name of the project' |
| 344 | |
| 345 | triggers: |
| 346 | - cord-infra-github-pr-trigger: |
| 347 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 348 | github_pr_auth_id: '{github_pr_auth_id}' |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 349 | status_context: 'CORD Jenkins - Licenses Verification' |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 350 | |
| 351 | concurrent: false |
| 352 | |
Jeremy Ronquillo | f4b37be | 2020-01-31 13:44:14 -0800 | [diff] [blame] | 353 | project-type: pipeline |
| 354 | dsl: !include-raw-escape: pipeline/{pipeline-file} |
Jeremy Ronquillo | 9adc0a9 | 2020-01-29 10:49:45 -0800 | [diff] [blame] | 355 | |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 356 | # tests |
| 357 | - job-template: |
| 358 | id: 'omec-tc1' |
| 359 | name: 'omec_tc1' |
| 360 | project-type: pipeline |
| 361 | |
| 362 | description: | |
| 363 | <!-- Managed by Jenkins Job Builder --> |
| 364 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 365 | |
| 366 | properties: |
| 367 | - cord-infra-properties: |
| 368 | build-days-to-keep: '{build-days-to-keep}' |
| 369 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 370 | |
| 371 | wrappers: |
| 372 | - lf-infra-wrappers: |
| 373 | build-timeout: '{build-timeout}' |
| 374 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 375 | |
| 376 | parameters: |
| 377 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 378 | name: buildNode |
| 379 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 380 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 381 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 382 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 383 | |
| 384 | pipeline-scm: |
| 385 | script-path: 'Jenkinsfile-omec-test-TC1.groovy' |
| 386 | scm: |
| 387 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 388 | url: 'https://github.com/omec-project/omec-project-ci' |
| 389 | branches: |
| 390 | - 'master' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 391 | |
| 392 | - job-template: |
| 393 | id: 'omec-tc2' |
Zack Williams | 320b314 | 2019-03-14 23:10:01 -0700 | [diff] [blame] | 394 | name: 'omec_tc2' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 395 | project-type: pipeline |
| 396 | |
| 397 | description: | |
| 398 | <!-- Managed by Jenkins Job Builder --> |
| 399 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 400 | |
| 401 | properties: |
| 402 | - cord-infra-properties: |
| 403 | build-days-to-keep: '{build-days-to-keep}' |
| 404 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 405 | |
| 406 | wrappers: |
| 407 | - lf-infra-wrappers: |
| 408 | build-timeout: '{build-timeout}' |
| 409 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 410 | |
| 411 | parameters: |
| 412 | - string: |
Zack Williams | b329208 | 2019-10-11 17:15:18 -0700 | [diff] [blame] | 413 | name: buildNode |
| 414 | default: '{build-node}' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 415 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 416 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 417 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 418 | |
| 419 | pipeline-scm: |
| 420 | script-path: 'Jenkinsfile-omec-test-TC2.groovy' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 421 | scm: |
| 422 | - git: |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 423 | url: 'https://github.com/omec-project/omec-project-ci' |
| 424 | branches: |
| 425 | - 'master' |