Suchitra Vemuri | 58acd87 | 2019-08-28 18:52:35 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-release-jobs |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | jobs: |
Suchitra Vemuri | bc14985 | 2019-11-25 14:41:24 -0800 | [diff] [blame] | 12 | # flex OCP pod with olt/onu - manual test job, voltha master build job |
Suchitra Vemuri | 8530838 | 2019-10-22 15:01:48 -0700 | [diff] [blame] | 13 | - 'build_pod_manual': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 14 | testvm: 'qa-testvm-pod' |
| 15 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 8530838 | 2019-10-22 15:01:48 -0700 | [diff] [blame] | 16 | release: 'master' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 17 | branch: 'master' |
| 18 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | bc14985 | 2019-11-25 14:41:24 -0800 | [diff] [blame] | 19 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
| 20 | oltDebVersion: 'openolt_asfvolt16.deb' |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 21 | profile: '1T4GEM-bal31' |
Suchitra Vemuri | 8609a44 | 2019-10-22 21:03:27 -0700 | [diff] [blame] | 22 | |
Suchitra Vemuri | 9ab77fa | 2019-10-23 14:32:20 -0700 | [diff] [blame] | 23 | # flex pod1 test job - using voltha branch |
| 24 | - 'build_pod_test': |
| 25 | testvm: 'qa-testvm-pod' |
| 26 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 27 | profile: '1T4GEM-bal31' |
Suchitra Vemuri | 9ab77fa | 2019-10-23 14:32:20 -0700 | [diff] [blame] | 28 | branch: 'master' |
| 29 | test-repo: 'voltha-system-tests' |
| 30 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
| 31 | |
Suchitra Vemuri | 8609a44 | 2019-10-22 21:03:27 -0700 | [diff] [blame] | 32 | # onlab pod1 OCP pod with olt/onu - testing BAL3.1 release voltha master build job |
| 33 | - 'build_pod_manual': |
| 34 | testvm: 'onf-build' |
| 35 | config-pod: 'onlab-pod1' |
| 36 | release: 'master' |
| 37 | branch: 'master' |
| 38 | test-repo: 'voltha-system-tests' |
| 39 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
Suchitra Vemuri | a036780 | 2019-11-12 13:46:38 -0800 | [diff] [blame] | 40 | oltDebVersion: 'openolt-2.2.deb' |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 41 | profile: '1T4GEM-bal31' |
Suchitra Vemuri | db39b39 | 2019-08-30 16:58:58 -0700 | [diff] [blame] | 42 | |
Suchitra Vemuri | 9ab77fa | 2019-10-23 14:32:20 -0700 | [diff] [blame] | 43 | # onlab pod1 test job - BAL3.1 tests using voltha branch |
Suchitra Vemuri | db39b39 | 2019-08-30 16:58:58 -0700 | [diff] [blame] | 44 | - 'build_pod_test': |
Suchitra Vemuri | 9ab77fa | 2019-10-23 14:32:20 -0700 | [diff] [blame] | 45 | testvm: 'onf-build' |
| 46 | config-pod: 'onlab-pod1' |
| 47 | profile: '1T4GEM' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 48 | branch: 'master' |
| 49 | test-repo: 'voltha-system-tests' |
| 50 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
Suchitra Vemuri | 917aa61 | 2019-09-23 19:35:31 -0700 | [diff] [blame] | 51 | |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 52 | # flex OCP pod with olt/onu - Default tech profile and timer based job |
Suchitra Vemuri | 23b1979 | 2019-09-25 17:41:19 -0700 | [diff] [blame] | 53 | - 'build_voltha_pod_release': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 54 | testvm: 'qa-testvm-pod' |
| 55 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 1ee3404 | 2019-10-22 13:28:07 -0700 | [diff] [blame] | 56 | release: 'master' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 57 | branch: 'master' |
Suchitra Vemuri | 3341f5b | 2019-11-06 21:41:38 -0800 | [diff] [blame] | 58 | released: false |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 59 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 60 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
| 61 | oltDebVersion: 'openolt_asfvolt16.deb' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 62 | configurePod: true |
Suchitra Vemuri | 1ee3404 | 2019-10-22 13:28:07 -0700 | [diff] [blame] | 63 | profile: 'Default' |
Suchitra Vemuri | 04b55a7 | 2019-10-29 18:17:31 -0700 | [diff] [blame] | 64 | time: '1' |
Suchitra Vemuri | 917aa61 | 2019-09-23 19:35:31 -0700 | [diff] [blame] | 65 | |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 66 | # flex pod1 test job - uses tech profile on voltha branch |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 67 | - 'build_voltha_pod_test': |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 68 | testvm: 'qa-testvm-pod' |
| 69 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 1ee3404 | 2019-10-22 13:28:07 -0700 | [diff] [blame] | 70 | release: 'master' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 71 | branch: 'master' |
| 72 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 1ee3404 | 2019-10-22 13:28:07 -0700 | [diff] [blame] | 73 | profile: 'Default' |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 74 | |
| 75 | # flex OCP pod with olt/onu - uses 1TCONT/4GEMs tech profile on voltha - timer based job |
| 76 | - 'build_voltha_pod_release': |
| 77 | testvm: 'qa-testvm-pod' |
| 78 | config-pod: 'flex-ocp-cord' |
| 79 | release: 'master' |
| 80 | branch: 'master' |
Suchitra Vemuri | 3341f5b | 2019-11-06 21:41:38 -0800 | [diff] [blame] | 81 | released: false |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 82 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 83 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
| 84 | oltDebVersion: 'openolt_asfvolt16.deb' |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 85 | configurePod: true |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 86 | profile: '1T4GEM-bal31' |
Suchitra Vemuri | 6276e8c | 2019-10-24 16:00:43 -0700 | [diff] [blame] | 87 | time: '2' |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 88 | |
| 89 | # flex pod1 test job - test job uses 1TCONT/4GEMs tech profile - using voltha branch |
| 90 | - 'build_voltha_pod_test': |
| 91 | testvm: 'qa-testvm-pod' |
| 92 | config-pod: 'flex-ocp-cord' |
| 93 | release: 'master' |
| 94 | branch: 'master' |
| 95 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 96 | profile: '1T4GEM-bal31' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 97 | |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 98 | # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job |
| 99 | - 'build_voltha_pod_release': |
| 100 | testvm: 'qa-testvm-pod' |
| 101 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 6773249 | 2019-11-05 21:14:56 -0800 | [diff] [blame] | 102 | release: 'release' |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 103 | branch: 'master' |
| 104 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 5fdbc0f | 2019-11-26 11:57:02 -0800 | [diff] [blame] | 105 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
| 106 | oltDebVersion: 'openolt_asfvolt16.deb' |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 107 | configurePod: true |
| 108 | released: true |
| 109 | profile: 'Default' |
| 110 | time: '3' |
| 111 | |
| 112 | # flex pod1 test job - released versions: uses tech profile on voltha branch |
| 113 | - 'build_voltha_pod_test': |
| 114 | testvm: 'qa-testvm-pod' |
| 115 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 6773249 | 2019-11-05 21:14:56 -0800 | [diff] [blame] | 116 | release: 'release' |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 117 | branch: 'master' |
| 118 | test-repo: 'voltha-system-tests' |
| 119 | profile: 'Default' |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 120 | |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 121 | # Menlo pod with olt/onu - Default tech profile and timer based job |
| 122 | - 'build_voltha_pod_release': |
| 123 | testvm: 'menlo-demo-pod' |
| 124 | config-pod: 'onf-demo-pod' |
| 125 | release: 'master' |
| 126 | branch: 'master' |
Suchitra Vemuri | 3341f5b | 2019-11-06 21:41:38 -0800 | [diff] [blame] | 127 | released: false |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 128 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | a036780 | 2019-11-12 13:46:38 -0800 | [diff] [blame] | 129 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
Suchitra Vemuri | e772904 | 2019-11-18 16:08:27 -0800 | [diff] [blame] | 130 | oltDebVersion: 'openolt_asfvolt16.deb' |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 131 | configurePod: true |
| 132 | profile: 'Default' |
| 133 | time: '1' |
| 134 | |
| 135 | # Menlo pod test job - uses tech profile on voltha branch |
| 136 | - 'build_voltha_pod_test': |
| 137 | testvm: 'menlo-demo-pod' |
| 138 | config-pod: 'onf-demo-pod' |
| 139 | release: 'master' |
| 140 | branch: 'master' |
| 141 | test-repo: 'voltha-system-tests' |
| 142 | profile: 'Default' |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 143 | |
Suchitra Vemuri | b1961a8 | 2019-11-18 20:04:44 -0800 | [diff] [blame] | 144 | # Menlo pod with olt/onu - 1T4GEM tech profile and timer based job |
| 145 | - 'build_voltha_pod_release': |
| 146 | testvm: 'menlo-demo-pod' |
| 147 | config-pod: 'onf-demo-pod' |
| 148 | release: 'master' |
| 149 | branch: 'master' |
| 150 | released: false |
| 151 | test-repo: 'voltha-system-tests' |
| 152 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
| 153 | oltDebVersion: 'openolt_asfvolt16.deb' |
| 154 | configurePod: true |
| 155 | profile: '1T4GEM-bal31' |
| 156 | time: '2' |
| 157 | |
| 158 | # Menlo pod test job - uses tech profile on voltha branch |
| 159 | - 'build_voltha_pod_test': |
| 160 | testvm: 'menlo-demo-pod' |
| 161 | config-pod: 'onf-demo-pod' |
| 162 | release: 'master' |
| 163 | branch: 'master' |
| 164 | test-repo: 'voltha-system-tests' |
| 165 | profile: '1T4GEM-bal31' |
Suchitra Vemuri | b1961a8 | 2019-11-18 20:04:44 -0800 | [diff] [blame] | 166 | |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 167 | # Menlo DEMO-POD - 1 1TCONT 4 4GEMs TechProfile - Manual build and test job |
Matteo Scandolo | 404238c | 2019-10-18 14:52:53 -0700 | [diff] [blame] | 168 | - 'build_pod_manual': |
| 169 | testvm: 'menlo-demo-pod' |
| 170 | config-pod: 'onf-demo-pod' |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 171 | release: 'master' |
Matteo Scandolo | 404238c | 2019-10-18 14:52:53 -0700 | [diff] [blame] | 172 | branch: 'master' |
| 173 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | a036780 | 2019-11-12 13:46:38 -0800 | [diff] [blame] | 174 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
Suchitra Vemuri | e772904 | 2019-11-18 16:08:27 -0800 | [diff] [blame] | 175 | oltDebVersion: 'openolt_asfvolt16.deb' |
Matteo Scandolo | 404238c | 2019-10-18 14:52:53 -0700 | [diff] [blame] | 176 | configurePod: true |
Suchitra Vemuri | b1961a8 | 2019-11-18 20:04:44 -0800 | [diff] [blame] | 177 | profile: '1T4GEM-bal31' |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 178 | - 'build_pod_test': |
| 179 | testvm: 'menlo-demo-pod' |
| 180 | config-pod: 'onf-demo-pod' |
| 181 | branch: 'master' |
| 182 | test-repo: 'voltha-system-tests' |
| 183 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
Suchitra Vemuri | b1961a8 | 2019-11-18 20:04:44 -0800 | [diff] [blame] | 184 | profile: '1T4GEM-bal31' |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 185 | |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 186 | # Menlo DEMO-POD - Default TechProfile - manual build job |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 187 | - 'build_pod_manual': |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 188 | testvm: 'menlo-demo-pod' |
| 189 | config-pod: 'onf-demo-pod' |
| 190 | release: 'master' |
| 191 | branch: 'master' |
| 192 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | a036780 | 2019-11-12 13:46:38 -0800 | [diff] [blame] | 193 | Jenkinsfile: 'Jenkinsfile-voltha-bal31-build' |
Suchitra Vemuri | e772904 | 2019-11-18 16:08:27 -0800 | [diff] [blame] | 194 | oltDebVersion: 'openolt_asfvolt16.deb' |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 195 | configurePod: true |
| 196 | profile: 'Default' |
Suchitra Vemuri | 4268315 | 2019-10-25 12:54:42 -0700 | [diff] [blame] | 197 | |
Suchitra Vemuri | a036780 | 2019-11-12 13:46:38 -0800 | [diff] [blame] | 198 | # ONF DEMO OCP test job - voltha-master branch |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 199 | - 'build_pod_test': |
| 200 | testvm: 'menlo-demo-pod' |
| 201 | config-pod: 'onf-demo-pod' |
Suchitra Vemuri | 4268315 | 2019-10-25 12:54:42 -0700 | [diff] [blame] | 202 | profile: 'Default' |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 203 | branch: 'master' |
| 204 | test-repo: 'voltha-system-tests' |
| 205 | Jenkinsfile: 'Jenkinsfile-voltha-test' |