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 | 8530838 | 2019-10-22 15:01:48 -0700 | [diff] [blame] | 12 | # flex OCP pod with olt/onu - release voltha master build job |
| 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' |
| 19 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
Suchitra Vemuri | 8609a44 | 2019-10-22 21:03:27 -0700 | [diff] [blame] | 20 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 21 | profile: '1T4GEM' |
| 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' |
| 27 | profile: '1T4GEM' |
| 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 | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 40 | oltDebVersion: 'openolt_asfvolt16.deb' |
| 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' |
| 60 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 61 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 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 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
| 75 | |
| 76 | # flex OCP pod with olt/onu - uses 1TCONT/4GEMs tech profile on voltha - timer based job |
| 77 | - 'build_voltha_pod_release': |
| 78 | testvm: 'qa-testvm-pod' |
| 79 | config-pod: 'flex-ocp-cord' |
| 80 | release: 'master' |
| 81 | branch: 'master' |
Suchitra Vemuri | 3341f5b | 2019-11-06 21:41:38 -0800 | [diff] [blame^] | 82 | released: false |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 83 | test-repo: 'voltha-system-tests' |
| 84 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 85 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 86 | configurePod: true |
| 87 | profile: '1T4GEM' |
Suchitra Vemuri | 6276e8c | 2019-10-24 16:00:43 -0700 | [diff] [blame] | 88 | time: '2' |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 89 | |
| 90 | # flex pod1 test job - test job uses 1TCONT/4GEMs tech profile - using voltha branch |
| 91 | - 'build_voltha_pod_test': |
| 92 | testvm: 'qa-testvm-pod' |
| 93 | config-pod: 'flex-ocp-cord' |
| 94 | release: 'master' |
| 95 | branch: 'master' |
| 96 | test-repo: 'voltha-system-tests' |
| 97 | profile: '1T4GEM' |
| 98 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
Suchitra Vemuri | f921cda | 2019-09-25 22:53:45 -0700 | [diff] [blame] | 99 | |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 100 | # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job |
| 101 | - 'build_voltha_pod_release': |
| 102 | testvm: 'qa-testvm-pod' |
| 103 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 6773249 | 2019-11-05 21:14:56 -0800 | [diff] [blame] | 104 | release: 'release' |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 105 | branch: 'master' |
| 106 | test-repo: 'voltha-system-tests' |
| 107 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 108 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 109 | configurePod: true |
| 110 | released: true |
| 111 | profile: 'Default' |
| 112 | time: '3' |
| 113 | |
| 114 | # flex pod1 test job - released versions: uses tech profile on voltha branch |
| 115 | - 'build_voltha_pod_test': |
| 116 | testvm: 'qa-testvm-pod' |
| 117 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 6773249 | 2019-11-05 21:14:56 -0800 | [diff] [blame] | 118 | release: 'release' |
Suchitra Vemuri | 6fb7b87 | 2019-11-05 15:20:51 -0800 | [diff] [blame] | 119 | branch: 'master' |
| 120 | test-repo: 'voltha-system-tests' |
| 121 | profile: 'Default' |
| 122 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
| 123 | |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 124 | # Menlo pod with olt/onu - Default tech profile and timer based job |
| 125 | - 'build_voltha_pod_release': |
| 126 | testvm: 'menlo-demo-pod' |
| 127 | config-pod: 'onf-demo-pod' |
| 128 | release: 'master' |
| 129 | branch: 'master' |
Suchitra Vemuri | 3341f5b | 2019-11-06 21:41:38 -0800 | [diff] [blame^] | 130 | released: false |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 131 | test-repo: 'voltha-system-tests' |
| 132 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 133 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 134 | configurePod: true |
| 135 | profile: 'Default' |
| 136 | time: '1' |
| 137 | |
| 138 | # Menlo pod test job - uses tech profile on voltha branch |
| 139 | - 'build_voltha_pod_test': |
| 140 | testvm: 'menlo-demo-pod' |
| 141 | config-pod: 'onf-demo-pod' |
| 142 | release: 'master' |
| 143 | branch: 'master' |
| 144 | test-repo: 'voltha-system-tests' |
| 145 | profile: 'Default' |
| 146 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
| 147 | |
| 148 | # 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] | 149 | - 'build_pod_manual': |
| 150 | testvm: 'menlo-demo-pod' |
| 151 | config-pod: 'onf-demo-pod' |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 152 | release: 'master' |
Matteo Scandolo | 404238c | 2019-10-18 14:52:53 -0700 | [diff] [blame] | 153 | branch: 'master' |
| 154 | test-repo: 'voltha-system-tests' |
| 155 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
| 156 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 157 | configurePod: true |
Suchitra Vemuri | f8236c1 | 2019-10-22 15:51:39 -0700 | [diff] [blame] | 158 | profile: '1T4GEM' |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 159 | - 'build_pod_test': |
| 160 | testvm: 'menlo-demo-pod' |
| 161 | config-pod: 'onf-demo-pod' |
| 162 | branch: 'master' |
| 163 | test-repo: 'voltha-system-tests' |
| 164 | Jenkinsfile: 'Jenkinsfile-voltha-test' |
| 165 | profile: '1T4GEM' |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 166 | |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 167 | # Menlo DEMO-POD - Default TechProfile - manual build job |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 168 | - 'build_pod_manual': |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 169 | testvm: 'menlo-demo-pod' |
| 170 | config-pod: 'onf-demo-pod' |
| 171 | release: 'master' |
| 172 | branch: 'master' |
| 173 | test-repo: 'voltha-system-tests' |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 174 | Jenkinsfile: 'Jenkinsfile-voltha-build' |
Matteo Scandolo | 3eb8bc7 | 2019-10-23 11:49:29 -0700 | [diff] [blame] | 175 | oltDebVersion: 'openolt-seba-2.0.deb' |
| 176 | configurePod: true |
| 177 | profile: 'Default' |
Suchitra Vemuri | 4268315 | 2019-10-25 12:54:42 -0700 | [diff] [blame] | 178 | |
Suchitra Vemuri | 851d674 | 2019-10-31 15:15:24 -0700 | [diff] [blame] | 179 | # ONF DEM) OCP test job - voltha-master branch |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 180 | - 'build_pod_test': |
| 181 | testvm: 'menlo-demo-pod' |
| 182 | config-pod: 'onf-demo-pod' |
Suchitra Vemuri | 4268315 | 2019-10-25 12:54:42 -0700 | [diff] [blame] | 183 | profile: 'Default' |
Matteo Scandolo | d1d0332 | 2019-10-23 13:24:16 -0700 | [diff] [blame] | 184 | branch: 'master' |
| 185 | test-repo: 'voltha-system-tests' |
| 186 | Jenkinsfile: 'Jenkinsfile-voltha-test' |