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 | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 6 | # for ngic-rtc |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 7 | - project: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 8 | name: ngic-rtc |
| 9 | project: '{name}' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 10 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 11 | executor_node: 'intel-102' |
| 12 | |
| 13 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 14 | github_pr_org_list: |
| 15 | - 'omec-project' |
| 16 | |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 17 | jobs: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 18 | - 'omec-ngic-rtc-test' |
| 19 | |
| 20 | - job-group: |
| 21 | name: 'omec-ngic-rtc-test' |
| 22 | jobs: |
| 23 | - 'omec-pipeline': |
| 24 | pipeline-file: 'Jenkinsfile-omec-install-ngic-rtc-vnf.groovy' |
| 25 | - 'omec-tc1': |
| 26 | dependency-jobs: 'omec_ngic-rtc_pipeline' |
| 27 | - 'omec-tc2': |
| 28 | dependency-jobs: 'omec_ngic-rtc_tc1' |
| 29 | |
| 30 | # for c3po |
| 31 | - project: |
| 32 | name: c3po |
| 33 | project: '{name}' |
| 34 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 35 | executor_node: 'intel-102' |
| 36 | |
| 37 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 38 | github_pr_org_list: |
| 39 | - 'omec-project' |
| 40 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 41 | jobs: |
| 42 | - 'omec-c3po-test' |
| 43 | |
| 44 | - job-group: |
| 45 | name: 'omec-c3po-test' |
| 46 | jobs: |
| 47 | - 'omec-pipeline': |
| 48 | pipeline-file: 'Jenkinsfile-omec-install-c3po-vnf.groovy' |
| 49 | - 'omec-tc1': |
| 50 | dependency-jobs: 'omec_c3po_pipeline' |
| 51 | - 'omec-tc2': |
| 52 | dependency-jobs: 'omec_c3po_tc1' |
| 53 | |
| 54 | # for openmme |
| 55 | - project: |
| 56 | name: openmme |
| 57 | project: '{name}' |
| 58 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 59 | executor_node: 'intel-102' |
| 60 | |
| 61 | github_pr_auth_id: '64fe2b1a-b33a-4f13-8442-ad8360434003' |
| 62 | github_pr_org_list: |
| 63 | - 'omec-project' |
| 64 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 65 | jobs: |
| 66 | - 'omec-openmme-test' |
| 67 | |
| 68 | - job-group: |
| 69 | name: 'omec-openmme-test' |
| 70 | jobs: |
| 71 | - 'omec-pipeline': |
| 72 | pipeline-file: 'Jenkinsfile-omec-install-openmme-vnf.groovy' |
| 73 | - 'omec-tc1': |
| 74 | dependency-jobs: 'omec_openmme_pipeline' |
| 75 | - 'omec-tc2': |
| 76 | dependency-jobs: 'omec_openmme_tc1' |
| 77 | |
| 78 | # build/install pipeline job |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 79 | |
| 80 | - job-template: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 81 | id: 'omec-pipeline' |
| 82 | name: 'omec_{project}_pipeline' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 83 | project-type: pipeline |
| 84 | |
| 85 | description: | |
| 86 | <!-- Managed by Jenkins Job Builder --> |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 87 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 88 | |
| 89 | properties: |
| 90 | - cord-infra-properties: |
| 91 | build-days-to-keep: '{build-days-to-keep}' |
| 92 | artifact-num-to-keep: '{artifact-num-to-keep}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 93 | - github: |
| 94 | url: 'https://github.com/omec-project/{project}' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 95 | |
| 96 | wrappers: |
| 97 | - lf-infra-wrappers: |
| 98 | build-timeout: '{build-timeout}' |
| 99 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 100 | |
| 101 | parameters: |
| 102 | - string: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 103 | name: executorNode |
| 104 | default: '{executor_node}' |
Zack Williams | 4b5722e | 2019-02-27 15:14:04 -0700 | [diff] [blame] | 105 | description: 'Name of the Jenkins executor node to run the job on' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 106 | |
| 107 | - string: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 108 | name: project |
| 109 | default: '{project}' |
Zack Williams | 4b5722e | 2019-02-27 15:14:04 -0700 | [diff] [blame] | 110 | description: 'Name of the project' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 111 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 112 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 113 | - cord-infra-github-pr-trigger: |
| 114 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 115 | github_pr_auth_id: '{github_pr_auth_id}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 116 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 117 | concurrent: false |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 118 | |
| 119 | pipeline-scm: |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 120 | script-path: '{pipeline-file}' |
| 121 | scm: |
| 122 | - git: |
| 123 | url: 'https://github.com/omec-project/omec-project-ci' |
| 124 | branches: |
| 125 | - 'master' |
| 126 | |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 127 | # tests |
| 128 | |
| 129 | - job-template: |
| 130 | id: 'omec-tc1' |
| 131 | name: 'omec_{project}_tc1' |
| 132 | project-type: pipeline |
| 133 | |
| 134 | description: | |
| 135 | <!-- Managed by Jenkins Job Builder --> |
| 136 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 137 | |
| 138 | properties: |
| 139 | - cord-infra-properties: |
| 140 | build-days-to-keep: '{build-days-to-keep}' |
| 141 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 142 | - github: |
| 143 | url: 'https://github.com/omec-project/{project}' |
| 144 | |
| 145 | wrappers: |
| 146 | - lf-infra-wrappers: |
| 147 | build-timeout: '{build-timeout}' |
| 148 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 149 | |
| 150 | parameters: |
| 151 | - string: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 152 | name: executorNode |
| 153 | default: '{executor_node}' |
Zack Williams | 4b5722e | 2019-02-27 15:14:04 -0700 | [diff] [blame] | 154 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 155 | |
| 156 | - string: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 157 | name: project |
| 158 | default: '{project}' |
Zack Williams | 4b5722e | 2019-02-27 15:14:04 -0700 | [diff] [blame] | 159 | description: 'Name of the project' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 160 | |
| 161 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 162 | - cord-infra-github-pr-trigger: |
| 163 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 164 | github_pr_auth_id: '{github_pr_auth_id}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 165 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 166 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 167 | |
| 168 | pipeline-scm: |
| 169 | script-path: 'Jenkinsfile-omec-test-TC1.groovy' |
| 170 | scm: |
| 171 | - git: |
| 172 | url: 'https://github.com/omec-project/omec-project-ci' |
| 173 | branches: |
| 174 | - 'master' |
| 175 | |
| 176 | - job-template: |
| 177 | id: 'omec-tc2' |
| 178 | name: 'omec_{project}_tc2' |
| 179 | project-type: pipeline |
| 180 | |
| 181 | description: | |
| 182 | <!-- Managed by Jenkins Job Builder --> |
| 183 | Created by {id} job-template from ci-management/jjb/omec-ci.yaml<br /> |
| 184 | |
| 185 | properties: |
| 186 | - cord-infra-properties: |
| 187 | build-days-to-keep: '{build-days-to-keep}' |
| 188 | artifact-num-to-keep: '{artifact-num-to-keep}' |
| 189 | - github: |
| 190 | url: 'https://github.com/omec-project/{project}' |
| 191 | |
| 192 | wrappers: |
| 193 | - lf-infra-wrappers: |
| 194 | build-timeout: '{build-timeout}' |
| 195 | jenkins-ssh-credential: '{jenkins-ssh-credential}' |
| 196 | |
| 197 | parameters: |
| 198 | - string: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 199 | name: executorNode |
| 200 | default: '{executor_node}' |
Zack Williams | 4b5722e | 2019-02-27 15:14:04 -0700 | [diff] [blame] | 201 | description: 'Name of the Jenkins executor node to run the job on' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 202 | |
| 203 | - string: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 204 | name: project |
| 205 | default: '{project}' |
Zack Williams | 4b5722e | 2019-02-27 15:14:04 -0700 | [diff] [blame] | 206 | description: 'Name of the project' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 207 | |
| 208 | triggers: |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 209 | - cord-infra-github-pr-trigger: |
| 210 | github_pr_org_list: '{obj:github_pr_org_list}' |
| 211 | github_pr_auth_id: '{github_pr_auth_id}' |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 212 | |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 213 | concurrent: false |
Zack Williams | 73c3cf4 | 2019-02-25 23:43:22 -0700 | [diff] [blame] | 214 | |
| 215 | pipeline-scm: |
| 216 | script-path: 'Jenkinsfile-omec-test-TC2.groovy' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 217 | scm: |
| 218 | - git: |
Zack Williams | 93fc676 | 2019-02-19 17:02:03 -0700 | [diff] [blame] | 219 | url: 'https://github.com/omec-project/omec-project-ci' |
Kailash | be4dc09 | 2019-01-23 09:22:17 -0800 | [diff] [blame] | 220 | branches: |
| 221 | - 'master' |
Zack Williams | 5d81f81 | 2019-02-27 14:37:09 -0700 | [diff] [blame] | 222 | |