Suchitra Vemuri | 58acd87 | 2019-08-28 18:52:35 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
Joey Armstrong | ff93d82 | 2023-01-25 19:17:00 -0500 | [diff] [blame] | 3 | # ----------------------------------------------------------------------- |
| 4 | # Disabled, offline -- 'qa-testvm-pod' |
| 5 | # ----------------------------------------------------------------------- |
Suchitra Vemuri | 58acd87 | 2019-08-28 18:52:35 -0700 | [diff] [blame] | 6 | - project: |
| 7 | name: voltha-release-jobs |
| 8 | |
| 9 | project-name: '{name}' |
| 10 | |
| 11 | build-timeout: '300' |
| 12 | |
Zack Williams | 21e3d16 | 2020-02-07 08:38:16 -0700 | [diff] [blame] | 13 | with-kind: false |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 14 | power-switch: false |
| 15 | power-cycle-olt: false |
Hardik Windlass | 5ec68e8 | 2021-03-04 21:51:57 +0530 | [diff] [blame] | 16 | work-flow: 'ATT' |
Andrea Campanella | 12ea28f | 2020-05-21 12:05:55 +0200 | [diff] [blame] | 17 | in-band-management: false |
Suchitra Vemuri | 91896d4 | 2020-04-15 16:33:26 -0700 | [diff] [blame] | 18 | num-of-openonu: '1' |
Suchitra Vemuri | 50e6279 | 2020-05-06 16:48:28 -0700 | [diff] [blame] | 19 | num-of-onos: '1' |
| 20 | num-of-atomix: '0' |
Suchitra Vemuri | a0d9205 | 2020-07-15 11:36:12 -0700 | [diff] [blame] | 21 | reinstall-olt: true |
Suchitra Vemuri | e662522 | 2020-09-01 17:12:56 -0700 | [diff] [blame] | 22 | test-type: '' |
Matteo Scandolo | 3dce2a1 | 2020-09-15 14:21:14 -0700 | [diff] [blame] | 23 | volthaSystemTestsChange: '' |
| 24 | kindVolthaChange: '' |
| 25 | cordTesterChange: '' |
Andrea Campanella | 0d3110c | 2021-01-20 12:25:45 +0100 | [diff] [blame] | 26 | oltAdapterAppLabel: 'adapter-open-olt' |
Suchitra Vemuri | dddc3ac | 2021-02-11 15:40:43 -0800 | [diff] [blame] | 27 | num-of-onus: '' |
| 28 | num-of-ponports: '' |
Suchitra Vemuri | 5abcf2b | 2020-02-05 14:46:28 -0800 | [diff] [blame] | 29 | |
Suchitra Vemuri | 58acd87 | 2019-08-28 18:52:35 -0700 | [diff] [blame] | 30 | jobs: |
Suchitra Vemuri | bc14985 | 2019-11-25 14:41:24 -0800 | [diff] [blame] | 31 | # flex OCP pod with olt/onu - manual test job, voltha master build job |
Hardik Windlass | 77221c6 | 2021-05-21 06:24:35 +0000 | [diff] [blame] | 32 | - 'build_voltha_pod_manual': |
Joey Armstrong | ddc6598 | 2023-02-02 18:41:35 -0500 | [diff] [blame] | 33 | disable-job: false |
Zack Williams | 8ef7981 | 2019-10-29 11:09:18 -0700 | [diff] [blame] | 34 | build-node: 'qa-testvm-pod' |
hwchiu | 14f9785 | 2019-10-08 10:51:11 -0700 | [diff] [blame] | 35 | config-pod: 'flex-ocp-cord' |
Suchitra Vemuri | 0ec879e | 2020-08-04 17:26:17 -0700 | [diff] [blame] | 36 | num-of-onos: '3' |
| 37 | num-of-atomix: '3' |
Hardik Windlass | 77221c6 | 2021-05-21 06:24:35 +0000 | [diff] [blame] | 38 | num-of-kafka: '3' |
| 39 | num-of-etcd: '3' |
Matteo Scandolo | d43bb30 | 2021-04-20 10:19:29 -0700 | [diff] [blame] | 40 | VolthaEtcdPort: 9999 |
Hardik Windlass | 77221c6 | 2021-05-21 06:24:35 +0000 | [diff] [blame] | 41 | profile: 'TP' |
| 42 | name-extension: '_TT' |
| 43 | work-flow: 'TT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 44 | |
Hardik Windlass | 6598b03 | 2021-07-02 10:12:01 +0000 | [diff] [blame] | 45 | - 'build_voltha_pod_test': |
Joey Armstrong | 14c0621 | 2023-03-05 09:44:35 -0500 | [diff] [blame] | 46 | disable-job: true |
Hardik Windlass | 6598b03 | 2021-07-02 10:12:01 +0000 | [diff] [blame] | 47 | build-node: 'qa-testvm-pod' |
| 48 | config-pod: 'flex-ocp-cord-multi-uni' |
| 49 | release: 'master' |
| 50 | branch: 'master' |
| 51 | name-extension: '_TT' |
| 52 | work-flow: 'TT' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 53 | power-switch: true |
| 54 | power-cycle-olt: true |
Matteo Scandolo | 5e7bd1d | 2021-07-16 13:29:42 -0700 | [diff] [blame] | 55 | pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy' |
Hardik Windlass | 6598b03 | 2021-07-02 10:12:01 +0000 | [diff] [blame] | 56 | test-repo: 'voltha-system-tests' |
| 57 | profile: 'TP' |
| 58 | enableMultiUni: true |
| 59 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 60 | # ----------------------------------------------------------------------- |
Suchitra Vemuri | 77d7b33 | 2020-11-09 14:06:47 -0800 | [diff] [blame] | 61 | # Berlin pod with olt/onu - master versions timer based job , two OLTs |
Hardik Windlass | d4f410a | 2021-02-23 15:05:42 +0530 | [diff] [blame] | 62 | - 'build_voltha_pod_release_timer': |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 63 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 64 | config-pod: 'berlin-community-pod-1-multi-olt' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 65 | disable-job: true |
Suchitra Vemuri | 77d7b33 | 2020-11-09 14:06:47 -0800 | [diff] [blame] | 66 | name-extension: '_DT' |
| 67 | work-flow: 'DT' |
Suchitra Vemuri | 77d7b33 | 2020-11-09 14:06:47 -0800 | [diff] [blame] | 68 | profile: '1T8GEM' |
Andrea Campanella | 8aefd03 | 2021-06-03 13:52:38 +0200 | [diff] [blame] | 69 | num-of-onos: '3' |
| 70 | num-of-atomix: '3' |
Andrea Campanella | 925efab | 2022-01-03 13:48:30 +0100 | [diff] [blame] | 71 | # Update time trigger value while re-enabling the job |
| 72 | time: '' |
Andrea Campanella | a54bab9 | 2020-02-07 15:37:41 +0100 | [diff] [blame] | 73 | |
Andrea Campanella | f8adea6 | 2020-03-05 20:35:49 +0100 | [diff] [blame] | 74 | # Berlin POD test job - master versions: uses tech profile on voltha branch |
Suchitra Vemuri | bb9736a | 2020-01-16 23:00:12 -0800 | [diff] [blame] | 75 | - 'build_voltha_pod_test': |
Andrea Campanella | 2af4b90 | 2021-11-05 10:40:02 +0100 | [diff] [blame] | 76 | timeout: 360 |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 77 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 78 | config-pod: 'berlin-community-pod-1-multi-olt' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 79 | disable-job: true |
Andrea Campanella | f8adea6 | 2020-03-05 20:35:49 +0100 | [diff] [blame] | 80 | release: 'master' |
Suchitra Vemuri | bb9736a | 2020-01-16 23:00:12 -0800 | [diff] [blame] | 81 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 82 | pipeline-branch: 'master' |
Suchitra Vemuri | 77d7b33 | 2020-11-09 14:06:47 -0800 | [diff] [blame] | 83 | name-extension: '_DT' |
| 84 | work-flow: 'DT' |
Suchitra Vemuri | bb9736a | 2020-01-16 23:00:12 -0800 | [diff] [blame] | 85 | test-repo: 'voltha-system-tests' |
Suchitra Vemuri | 77d7b33 | 2020-11-09 14:06:47 -0800 | [diff] [blame] | 86 | profile: '1T8GEM' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 87 | power-switch: true |
Matteo Scandolo | 6784281 | 2021-07-13 16:52:13 -0700 | [diff] [blame] | 88 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
Suchitra Vemuri | 2c4e6ac | 2020-03-30 18:21:01 -0700 | [diff] [blame] | 89 | |
Andrea Campanella | 972d63e | 2020-05-14 19:59:08 +0200 | [diff] [blame] | 90 | # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job |
Hardik Windlass | d4f410a | 2021-02-23 15:05:42 +0530 | [diff] [blame] | 91 | - 'build_voltha_pod_release_timer': |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 92 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 93 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 94 | disable-job: true |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 95 | name-extension: '_DT' |
Andrea Campanella | 625ba35 | 2020-04-02 15:32:13 +0200 | [diff] [blame] | 96 | work-flow: 'DT' |
Andrea Campanella | 972d63e | 2020-05-14 19:59:08 +0200 | [diff] [blame] | 97 | profile: '1T8GEM' |
Andrea Campanella | 8aefd03 | 2021-06-03 13:52:38 +0200 | [diff] [blame] | 98 | num-of-onos: '3' |
| 99 | num-of-atomix: '3' |
Andrea Campanella | 925efab | 2022-01-03 13:48:30 +0100 | [diff] [blame] | 100 | # Update time trigger value while re-enabling the job |
| 101 | time: '' |
Andrea Campanella | 625ba35 | 2020-04-02 15:32:13 +0200 | [diff] [blame] | 102 | |
Andrea Campanella | 972d63e | 2020-05-14 19:59:08 +0200 | [diff] [blame] | 103 | # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
Andrea Campanella | 625ba35 | 2020-04-02 15:32:13 +0200 | [diff] [blame] | 104 | - 'build_voltha_pod_test': |
Hardik Windlass | 50ec6d7 | 2021-12-16 05:37:04 +0000 | [diff] [blame] | 105 | timeout: 330 |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 106 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 107 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 108 | disable-job: true |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 109 | name-extension: '_DT' |
Andrea Campanella | d924ce2 | 2020-04-20 16:40:41 +0200 | [diff] [blame] | 110 | work-flow: 'DT' |
Andrea Campanella | 625ba35 | 2020-04-02 15:32:13 +0200 | [diff] [blame] | 111 | release: 'master' |
| 112 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 113 | pipeline-branch: 'master' |
Andrea Campanella | 625ba35 | 2020-04-02 15:32:13 +0200 | [diff] [blame] | 114 | test-repo: 'voltha-system-tests' |
Andrea Campanella | 972d63e | 2020-05-14 19:59:08 +0200 | [diff] [blame] | 115 | profile: '1T8GEM' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 116 | power-switch: true |
Matteo Scandolo | 6784281 | 2021-07-13 16:52:13 -0700 | [diff] [blame] | 117 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
Suchitra Vemuri | daed525 | 2020-05-28 12:36:15 -0700 | [diff] [blame] | 118 | |
Hardik Windlass | 6d9a82e | 2021-07-08 16:23:21 +0000 | [diff] [blame] | 119 | # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 120 | # - 'build_voltha_pod_release_timer': |
| 121 | # build-node: 'berlin-community-pod-1' |
| 122 | # config-pod: 'berlin-community-pod-1-gpon' |
| 123 | # release: '2.8' |
| 124 | # branch: 'voltha-2.8' |
| 125 | # name-extension: '_DT' |
| 126 | # disable-job: true |
| 127 | # work-flow: 'DT' |
| 128 | # profile: '1T8GEM' |
| 129 | # num-of-onos: '3' |
| 130 | # num-of-atomix: '3' |
| 131 | # time: '1' |
| 132 | # pipeline-script: 'voltha/voltha-2.8/physical-build.groovy' |
Suchitra Vemuri | 2b0f488 | 2021-03-22 22:10:43 -0700 | [diff] [blame] | 133 | |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 134 | # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job |
| 135 | - 'build_voltha_pod_release_timer': |
| 136 | build-node: 'berlin-community-pod-1' |
| 137 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 138 | disable-job: true |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 139 | release: '2.11' |
| 140 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 141 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 142 | name-extension: '_DT' |
| 143 | work-flow: 'DT' |
| 144 | profile: '1T8GEM' |
| 145 | num-of-onos: '3' |
| 146 | num-of-atomix: '3' |
| 147 | time: '1' |
| 148 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 149 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 150 | # Berlin pod with gpon olt/onu - master 1T8GEM tech profile and timer based job |
| 151 | - 'build_voltha_pod_release_timer': |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 152 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 153 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 154 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 155 | release: '2.12' |
| 156 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 157 | pipeline-branch: 'voltha-2.12' |
Suchitra Vemuri | 26fe243 | 2020-09-14 19:51:32 -0700 | [diff] [blame] | 158 | name-extension: '_DT' |
| 159 | work-flow: 'DT' |
Suchitra Vemuri | 26fe243 | 2020-09-14 19:51:32 -0700 | [diff] [blame] | 160 | profile: '1T8GEM' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 161 | num-of-onos: '3' |
| 162 | num-of-atomix: '3' |
| 163 | time: '1' |
| 164 | pipeline-script: 'voltha/voltha-2.12/physical-build.groovy' |
| 165 | |
| 166 | # ----------------------------------------------------------------------- |
| 167 | # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
| 168 | # - 'build_voltha_pod_test': |
| 169 | # build-node: 'berlin-community-pod-1' |
| 170 | # config-pod: 'berlin-community-pod-1-gpon' |
| 171 | # name-extension: '_DT' |
| 172 | # disable-job: true |
| 173 | # work-flow: 'DT' |
| 174 | # release: '2.8' |
| 175 | # branch: 'voltha-2.8' |
| 176 | # test-repo: 'voltha-system-tests' |
| 177 | # profile: '1T8GEM' |
| 178 | # power-switch: true |
| 179 | # pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy' |
Suchitra Vemuri | 26fe243 | 2020-09-14 19:51:32 -0700 | [diff] [blame] | 180 | |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 181 | # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
| 182 | - 'build_voltha_pod_test': |
| 183 | build-node: 'berlin-community-pod-1' |
| 184 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 185 | disable-job: true |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 186 | name-extension: '_DT' |
| 187 | work-flow: 'DT' |
| 188 | release: '2.11' |
| 189 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 190 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 191 | test-repo: 'voltha-system-tests' |
| 192 | profile: '1T8GEM' |
| 193 | power-switch: true |
| 194 | pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy' |
| 195 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 196 | # Berlin POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
| 197 | - 'build_voltha_pod_test': |
Matteo Scandolo | 4fb1142 | 2022-03-29 14:21:04 -0700 | [diff] [blame] | 198 | build-node: 'berlin-community-pod-1' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 199 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 200 | disable-job: true |
Andrea Campanella | 746e2dd | 2021-07-27 13:39:08 +0200 | [diff] [blame] | 201 | name-extension: '_DT' |
Andrea Campanella | 350c610 | 2020-10-01 09:56:40 +0200 | [diff] [blame] | 202 | work-flow: 'DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 203 | release: '2.12' |
| 204 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 205 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 206 | test-repo: 'voltha-system-tests' |
Andrea Campanella | 350c610 | 2020-10-01 09:56:40 +0200 | [diff] [blame] | 207 | profile: '1T8GEM' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 208 | power-switch: true |
| 209 | pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy' |
| 210 | |
| 211 | # ----------------------------------------------------------------------- |
| 212 | # Berlin pod with olt/onu - voltha-2.8 versions timer based job , two OLTs |
| 213 | # - 'build_voltha_pod_release_timer': |
| 214 | # build-node: 'berlin-community-pod-1' |
| 215 | # config-pod: 'berlin-community-pod-1-multi-olt' |
| 216 | # name-extension: '_DT' |
| 217 | # disable-job: true |
| 218 | # work-flow: 'DT' |
| 219 | # release: '2.8' |
| 220 | # branch: 'voltha-2.8' |
| 221 | # profile: '1T8GEM' |
| 222 | # num-of-onos: '3' |
| 223 | # num-of-atomix: '3' |
| 224 | # pipeline-script: 'voltha/voltha-2.8/physical-build.groovy' |
| 225 | # time: '7' |
Andrea Campanella | 350c610 | 2020-10-01 09:56:40 +0200 | [diff] [blame] | 226 | |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 227 | # Berlin pod with olt/onu - voltha-2.11 versions timer based job , two OLTs |
| 228 | - 'build_voltha_pod_release_timer': |
| 229 | build-node: 'berlin-community-pod-1' |
| 230 | config-pod: 'berlin-community-pod-1-multi-olt' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 231 | disable-job: true |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 232 | name-extension: '_DT' |
| 233 | work-flow: 'DT' |
| 234 | release: '2.11' |
| 235 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 236 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 237 | profile: '1T8GEM' |
| 238 | num-of-onos: '3' |
| 239 | num-of-atomix: '3' |
| 240 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 241 | time: '7' |
| 242 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 243 | # Berlin pod with olt/onu - voltha-2.12 versions timer based job , two OLTs |
| 244 | - 'build_voltha_pod_release_timer': |
Matteo Scandolo | 4fb1142 | 2022-03-29 14:21:04 -0700 | [diff] [blame] | 245 | build-node: 'berlin-community-pod-1' |
| 246 | config-pod: 'berlin-community-pod-1-multi-olt' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 247 | disable-job: true |
Andrea Campanella | 746e2dd | 2021-07-27 13:39:08 +0200 | [diff] [blame] | 248 | name-extension: '_DT' |
Andrea Campanella | 350c610 | 2020-10-01 09:56:40 +0200 | [diff] [blame] | 249 | work-flow: 'DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 250 | release: '2.12' |
| 251 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 252 | pipeline-branch: 'voltha-2.12' |
Andrea Campanella | 350c610 | 2020-10-01 09:56:40 +0200 | [diff] [blame] | 253 | profile: '1T8GEM' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 254 | num-of-onos: '3' |
| 255 | num-of-atomix: '3' |
| 256 | pipeline-script: 'voltha/voltha-2.12/physical-build.groovy' |
| 257 | time: '7' |
| 258 | |
| 259 | # ----------------------------------------------------------------------- |
| 260 | # Berlin POD test job - voltha-2.8 versions: uses tech profile on voltha branch |
| 261 | # - 'build_voltha_pod_test': |
| 262 | # build-node: 'berlin-community-pod-1' |
| 263 | # config-pod: 'berlin-community-pod-1-multi-olt' |
| 264 | # release: '2.8' |
| 265 | # branch: 'voltha-2.8' |
| 266 | # name-extension: '_DT' |
| 267 | # disable-job: true |
| 268 | # work-flow: 'DT' |
| 269 | # test-repo: 'voltha-system-tests' |
| 270 | # profile: '1T8GEM' |
| 271 | # power-switch: true |
| 272 | # pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy' |
Andrea Campanella | 29fff7f | 2021-08-23 14:49:29 +0200 | [diff] [blame] | 273 | |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 274 | # Berlin POD test job - voltha-2.11 versions: uses tech profile on voltha branch |
| 275 | - 'build_voltha_pod_test': |
| 276 | build-node: 'berlin-community-pod-1' |
| 277 | config-pod: 'berlin-community-pod-1-multi-olt' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 278 | disable-job: true |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 279 | release: '2.11' |
| 280 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 281 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 282 | name-extension: '_DT' |
| 283 | work-flow: 'DT' |
| 284 | test-repo: 'voltha-system-tests' |
| 285 | profile: '1T8GEM' |
| 286 | power-switch: true |
| 287 | pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy' |
| 288 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 289 | # Berlin POD test job - voltha-2.12 versions: uses tech profile on voltha branch |
| 290 | - 'build_voltha_pod_test': |
| 291 | build-node: 'berlin-community-pod-1' |
| 292 | config-pod: 'berlin-community-pod-1-multi-olt' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 293 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 294 | release: '2.12' |
| 295 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 296 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 297 | name-extension: '_DT' |
| 298 | work-flow: 'DT' |
| 299 | test-repo: 'voltha-system-tests' |
| 300 | profile: '1T8GEM' |
| 301 | power-switch: true |
| 302 | pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy' |
| 303 | |
| 304 | # ----------------------------------------------------------------------- |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 305 | # Berlin pod with gpon olt/onu - master 1T4GEM tech profile and timer based job |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 306 | - 'build_voltha_pod_release_timer': |
| 307 | build-node: 'berlin-community-pod-1' |
| 308 | config-pod: 'berlin-community-pod-1-gpon-fttb' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 309 | disable-job: true |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 310 | withFttb: true |
| 311 | name-extension: '_DT' |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 312 | work-flow: 'DT' |
Hardik Windlass | 7f98e9e | 2022-05-30 14:36:25 +0530 | [diff] [blame] | 313 | profile: '1T4GEM-FTTB' |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 314 | num-of-onos: '3' |
| 315 | num-of-atomix: '3' |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 316 | time: '13' |
| 317 | |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 318 | # Berlin POD test job - master versions: uses 1T4GEM tech profile on voltha branch |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 319 | - 'build_voltha_pod_test': |
| 320 | timeout: 330 |
| 321 | build-node: 'berlin-community-pod-1' |
| 322 | config-pod: 'berlin-community-pod-1-gpon-fttb' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 323 | disable-job: true |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 324 | withFttb: true |
| 325 | name-extension: '_DT' |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 326 | work-flow: 'DT' |
| 327 | release: 'master' |
| 328 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 329 | pipeline-branch: 'master' |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 330 | test-repo: 'voltha-system-tests' |
Hardik Windlass | 7f98e9e | 2022-05-30 14:36:25 +0530 | [diff] [blame] | 331 | profile: '1T4GEM-FTTB' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 332 | power-switch: true |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 333 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| 334 | |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 335 | # Berlin pod with gpon olt/onu - 2.11 1T4GEM tech profile and timer based job |
| 336 | - 'build_voltha_pod_release_timer': |
| 337 | build-node: 'berlin-community-pod-1' |
| 338 | config-pod: 'berlin-community-pod-1-gpon-fttb' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 339 | disable-job: true |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 340 | withFttb: true |
| 341 | name-extension: '_DT' |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 342 | work-flow: 'DT' |
| 343 | release: '2.11' |
| 344 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 345 | pipeline-branch: 'voltha-2.11' |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 346 | profile: '1T4GEM-FTTB' |
| 347 | num-of-onos: '3' |
| 348 | num-of-atomix: '3' |
| 349 | time: '13' |
| 350 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 351 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 352 | # Berlin pod with gpon olt/onu - 2.12 1T4GEM tech profile and timer based job |
| 353 | - 'build_voltha_pod_release_timer': |
| 354 | build-node: 'berlin-community-pod-1' |
| 355 | config-pod: 'berlin-community-pod-1-gpon-fttb' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 356 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 357 | withFttb: true |
| 358 | name-extension: '_DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 359 | work-flow: 'DT' |
| 360 | release: '2.12' |
| 361 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 362 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 363 | profile: '1T4GEM-FTTB' |
| 364 | num-of-onos: '3' |
| 365 | num-of-atomix: '3' |
| 366 | time: '13' |
| 367 | pipeline-script: 'voltha/voltha-2.12/physical-build.groovy' |
| 368 | |
| 369 | # ----------------------------------------------------------------------- |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 370 | # Berlin POD test job - 2.11 versions: uses 1T4GEM tech profile on voltha branch |
| 371 | - 'build_voltha_pod_test': |
| 372 | timeout: 330 |
| 373 | build-node: 'berlin-community-pod-1' |
| 374 | config-pod: 'berlin-community-pod-1-gpon-fttb' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 375 | disable-job: true |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 376 | withFttb: true |
| 377 | name-extension: '_DT' |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 378 | work-flow: 'DT' |
| 379 | release: '2.11' |
| 380 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 381 | pipeline-branch: 'voltha-2.11' |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 382 | test-repo: 'voltha-system-tests' |
| 383 | profile: '1T4GEM-FTTB' |
| 384 | power-switch: true |
| 385 | pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy' |
| 386 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 387 | # Berlin POD test job - 2.12 versions: uses 1T4GEM tech profile on voltha branch |
| 388 | - 'build_voltha_pod_test': |
| 389 | timeout: 330 |
| 390 | build-node: 'berlin-community-pod-1' |
| 391 | config-pod: 'berlin-community-pod-1-gpon-fttb' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 392 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 393 | withFttb: true |
| 394 | name-extension: '_DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 395 | work-flow: 'DT' |
| 396 | release: '2.12' |
| 397 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 398 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 399 | test-repo: 'voltha-system-tests' |
| 400 | profile: '1T4GEM-FTTB' |
| 401 | power-switch: true |
| 402 | pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy' |
| 403 | |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 404 | # Berlin pod with zyxel gpon olt/onu - master 1T8GEM tech profile and timer based job |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 405 | - 'build_voltha_pod_release_timer': |
| 406 | build-node: 'berlin-community-pod-2' |
| 407 | config-pod: 'berlin-community-pod-2-gpon-zyxel' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 408 | disable-job: true |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 409 | name-extension: '_DT' |
| 410 | work-flow: 'DT' |
| 411 | release: 'master' |
| 412 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 413 | pipeline-branch: 'master' |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 414 | profile: '1T8GEM' |
| 415 | reinstall-olt: true |
| 416 | num-of-onos: '3' |
| 417 | num-of-atomix: '3' |
| 418 | pipeline-script: 'voltha/master/physical-build.groovy' |
| 419 | VolthaEtcdPort: 9999 |
| 420 | waitTimerForOltUp: 360 |
| 421 | time: '1' |
| 422 | |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 423 | # Berlin POD test job - zyxel gpon master versions: uses tech profile on voltha branch |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 424 | - 'build_voltha_pod_test': |
| 425 | build-node: 'berlin-community-pod-2' |
| 426 | config-pod: 'berlin-community-pod-2-gpon-zyxel' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 427 | disable-job: true |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 428 | release: 'master' |
| 429 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 430 | pipeline-branch: 'master' |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 431 | name-extension: '_DT' |
| 432 | work-flow: 'DT' |
| 433 | test-repo: 'voltha-system-tests' |
| 434 | profile: '1T8GEM' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 435 | power-switch: true |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 436 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| 437 | |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 438 | # Berlin pod with zyxel xgspon olt/onu - master 1T8GEM tech profile and timer based job |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 439 | - 'build_voltha_pod_release_timer': |
| 440 | build-node: 'berlin-community-pod-2' |
| 441 | config-pod: 'berlin-community-pod-2-xgspon-zyxel' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 442 | disable-job: true |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 443 | name-extension: '_DT' |
| 444 | work-flow: 'DT' |
| 445 | release: 'master' |
| 446 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 447 | pipeline-branch: 'master' |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 448 | reinstall-olt: true |
| 449 | num-of-onos: '3' |
| 450 | num-of-atomix: '3' |
| 451 | pipeline-script: 'voltha/master/physical-build.groovy' |
| 452 | VolthaEtcdPort: 9999 |
| 453 | waitTimerForOltUp: 360 |
Girish Gowdra | e20a52b | 2022-05-19 11:51:31 -0700 | [diff] [blame] | 454 | profile: '1T8GEM' |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 455 | time: '5' |
| 456 | |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 457 | # Berlin POD test job - zyxel xgsgpon master versions: uses tech profile on voltha branch |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 458 | - 'build_voltha_pod_test': |
| 459 | build-node: 'berlin-community-pod-2' |
| 460 | config-pod: 'berlin-community-pod-2-xgspon-zyxel' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 461 | disable-job: true |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 462 | release: 'master' |
| 463 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 464 | pipeline-branch: 'master' |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 465 | name-extension: '_DT' |
| 466 | work-flow: 'DT' |
| 467 | test-repo: 'voltha-system-tests' |
| 468 | profile: '1T8GEM' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 469 | power-switch: true |
Andrea Campanella | 4b7ab78 | 2022-05-10 23:32:50 +0200 | [diff] [blame] | 470 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| 471 | |
Joey Armstrong | 980e37f | 2023-02-28 18:57:41 -0500 | [diff] [blame] | 472 | # TT workflow on Zyxel XGSPON OLT at Berlin pod - build job |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 473 | - 'build_voltha_pod_release_timer': |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 474 | build-node: 'berlin-community-pod-2' |
| 475 | config-pod: 'berlin-community-pod-2-xgspon-zyxel' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 476 | disable-job: true |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 477 | release: 'master' |
| 478 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 479 | pipeline-branch: 'master' |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 480 | name-extension: '_TT' |
| 481 | work-flow: 'TT' |
| 482 | profile: 'TP' |
| 483 | time: '10' |
| 484 | VolthaEtcdPort: 9999 |
| 485 | num-of-onos: '3' |
| 486 | num-of-atomix: '3' |
| 487 | |
Joey Armstrong | 980e37f | 2023-02-28 18:57:41 -0500 | [diff] [blame] | 488 | # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 489 | - 'build_voltha_pod_test': |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 490 | build-node: 'berlin-community-pod-2' |
| 491 | config-pod: 'berlin-community-pod-2-xgspon-zyxel' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 492 | disable-job: true |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 493 | release: 'master' |
| 494 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 495 | pipeline-branch: 'master' |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 496 | name-extension: '_TT' |
| 497 | work-flow: 'TT' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 498 | power-switch: true |
| 499 | power-cycle-olt: true |
Girish Gowdra | 7bd05cc | 2022-09-18 21:37:15 -0700 | [diff] [blame] | 500 | pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy' |
| 501 | test-repo: 'voltha-system-tests' |
| 502 | profile: 'TP' |
| 503 | timeout: 360 |
| 504 | |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 505 | # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job |
| 506 | - 'build_voltha_pod_release_timer': |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 507 | build-node: 'berlin-community-pod-1' |
| 508 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 509 | disable-job: true |
Joey Armstrong | 980e37f | 2023-02-28 18:57:41 -0500 | [diff] [blame] | 510 | release: 'master' |
| 511 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 512 | pipeline-branch: 'master' |
Joey Armstrong | 980e37f | 2023-02-28 18:57:41 -0500 | [diff] [blame] | 513 | name-extension: '_TT' |
| 514 | work-flow: 'TT' |
| 515 | profile: 'TP' |
| 516 | time: '10' |
| 517 | VolthaEtcdPort: 9999 |
| 518 | num-of-onos: '3' |
| 519 | num-of-atomix: '3' |
| 520 | |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 521 | # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job |
| 522 | - 'build_voltha_pod_test': |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 523 | build-node: 'berlin-community-pod-1' |
| 524 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 525 | disable-job: true |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 526 | release: 'master' |
| 527 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 528 | pipeline-branch: 'master' |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 529 | name-extension: '_TT' |
| 530 | work-flow: 'TT' |
| 531 | power-switch: true |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 532 | power-cycle-olt: false |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 533 | pipeline-script: 'voltha/master/voltha-tt-physical-functional-tests.groovy' |
| 534 | test-repo: 'voltha-system-tests' |
| 535 | profile: 'TP' |
| 536 | timeout: 360 |
| 537 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 538 | # ----------------------------------------------------------------------- |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 539 | # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job |
| 540 | - 'build_voltha_pod_release_timer': |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 541 | build-node: 'berlin-community-pod-1' |
| 542 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 543 | disable-job: true |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 544 | release: 'voltha-2.11' |
| 545 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 546 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 547 | name-extension: '_TT' |
| 548 | work-flow: 'TT' |
| 549 | profile: 'TP' |
| 550 | time: '10' |
| 551 | VolthaEtcdPort: 9999 |
| 552 | num-of-onos: '3' |
| 553 | num-of-atomix: '3' |
| 554 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 555 | # [CORD-3256] TT workflow on XGSPON OLT at Berlin pod - build job |
| 556 | - 'build_voltha_pod_release_timer': |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 557 | build-node: 'berlin-community-pod-1' |
| 558 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 559 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 560 | release: 'voltha-2.12' |
| 561 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 562 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 563 | name-extension: '_TT' |
| 564 | work-flow: 'TT' |
| 565 | profile: 'TP' |
| 566 | time: '10' |
| 567 | VolthaEtcdPort: 9999 |
| 568 | num-of-onos: '3' |
| 569 | num-of-atomix: '3' |
| 570 | |
| 571 | # ----------------------------------------------------------------------- |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 572 | # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job |
| 573 | - 'build_voltha_pod_test': |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 574 | build-node: 'berlin-community-pod-1' |
| 575 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 576 | disable-job: true |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 577 | release: 'voltha-2.11' |
| 578 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 579 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 580 | name-extension: '_TT' |
| 581 | work-flow: 'TT' |
| 582 | power-switch: true |
| 583 | power-cycle-olt: false |
| 584 | pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy' |
| 585 | test-repo: 'voltha-system-tests' |
| 586 | profile: 'TP' |
| 587 | timeout: 360 |
| 588 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 589 | # [CORD-3256] TT workflow on GPON OLT at Berlin pod - test job |
| 590 | - 'build_voltha_pod_test': |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 591 | build-node: 'berlin-community-pod-1' |
| 592 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 593 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 594 | release: 'voltha-2.12' |
| 595 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 596 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 597 | name-extension: '_TT' |
| 598 | work-flow: 'TT' |
| 599 | power-switch: true |
| 600 | power-cycle-olt: false |
| 601 | pipeline-script: 'voltha/voltha-2.12/voltha-tt-physical-functional-tests.groovy' |
| 602 | test-repo: 'voltha-system-tests' |
| 603 | profile: 'TP' |
| 604 | timeout: 360 |
| 605 | |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 606 | # TT workflow on Zyxel GPON OLT at Berlin pod - build job (playground) |
| 607 | - 'build_voltha_pod_release_timer_playground': |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 608 | build-node: 'berlin-community-pod-1' |
| 609 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 610 | disable-job: true |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 611 | release: 'master' |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 612 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 613 | pipeline-branch: 'master' |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 614 | name-extension: '_TT' |
| 615 | work-flow: 'TT' |
| 616 | profile: 'TP' |
| 617 | time: '10' |
| 618 | VolthaEtcdPort: 9999 |
| 619 | num-of-onos: '3' |
| 620 | num-of-atomix: '3' |
| 621 | |
| 622 | # TT workflow on Zyxel XGSPON OLT at Berlin pod - test job (playground) |
| 623 | - 'build_voltha_pod_test_playground': |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 624 | build-node: 'berlin-community-pod-1' |
| 625 | config-pod: 'berlin-community-pod-1-gpon' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 626 | disable-job: true |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 627 | release: 'master' |
| 628 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 629 | pipeline-branch: 'master' |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 630 | name-extension: '_TT' |
| 631 | work-flow: 'TT' |
| 632 | power-switch: true |
Joey Armstrong | df24f60 | 2023-03-02 18:18:21 -0500 | [diff] [blame] | 633 | power-cycle-olt: false |
Joey Armstrong | 9fbc0da | 2023-03-01 15:37:38 -0500 | [diff] [blame] | 634 | pipeline-script: 'voltha/playground/voltha-tt-physical-functional-tests.groovy' |
| 635 | test-repo: 'voltha-system-tests' |
| 636 | profile: 'TP' |
| 637 | timeout: 360 |
Joey Armstrong | 980e37f | 2023-02-28 18:57:41 -0500 | [diff] [blame] | 638 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 639 | # ----------------------------------------------------------------------- |
Andrea Campanella | 29fff7f | 2021-08-23 14:49:29 +0200 | [diff] [blame] | 640 | # Berlin pod with adtran gpon olt/onu - 2.8 1T8GEM tech profile and timer based job |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 641 | # - 'build_voltha_pod_release_timer': |
| 642 | # build-node: 'berlin-community-pod-1' |
| 643 | # config-pod: 'berlin-community-pod-1-gpon-adtran' |
| 644 | # name-extension: '_DT' |
| 645 | # disable-job: true |
| 646 | # work-flow: 'DT' |
| 647 | # release: '2.8' |
| 648 | # branch: 'voltha-2.8' |
| 649 | # profile: '1T8GEM' |
| 650 | # reinstall-olt: false |
| 651 | # extraHelmFlags: "--set adapter_adtran_olt.kv_store_data_prefix='service/voltha/voltha_volth#a' --set network.netconfUserSecret='' --set adapter_adtran_olt.topics.core_topic=voltha_voltha_rwcore#" |
| 652 | # num-of-onos: '3' |
| 653 | # num-of-atomix: '3' |
| 654 | # pipeline-script: 'voltha/voltha-2.8/physical-build.groovy' |
| 655 | # VolthaEtcdPort: 9999 |
| 656 | # openoltAdapterChart: '/home/community/adtran-21.5-voltha-2.8/voltha-adapter-adtran-olt' |
| 657 | # oltAdapterReleaseName: 'adtran-olt' |
| 658 | # waitTimerForOltUp: 420 |
| 659 | # time: '19' |
Andrea Campanella | 29fff7f | 2021-08-23 14:49:29 +0200 | [diff] [blame] | 660 | |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 661 | # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job |
| 662 | - 'build_voltha_pod_release_timer': |
| 663 | build-node: 'berlin-community-pod-1' |
| 664 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 665 | disable-job: true |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 666 | name-extension: '_DT' |
| 667 | work-flow: 'DT' |
| 668 | release: '2.11' |
| 669 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 670 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 671 | profile: '1T8GEM' |
| 672 | reinstall-olt: false |
| 673 | extraHelmFlags: "--set adapter_adtran_olt.kv_store_data_prefix='service/voltha/voltha_voltha' --set network.netconfUserSecret='' --set adapter_adtran_olt.topics.core_topic=voltha_voltha_rwcore" |
| 674 | num-of-onos: '3' |
| 675 | num-of-atomix: '3' |
| 676 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 677 | VolthaEtcdPort: 9999 |
Jan Klare | 9f93760 | 2023-07-12 17:39:31 +0200 | [diff] [blame] | 678 | openoltAdapterChart: '/home/community/adtran-23.1-voltha-2.11/voltha-adapter-adtran-olt' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 679 | oltAdapterReleaseName: 'adtran-olt' |
| 680 | waitTimerForOltUp: 420 |
| 681 | time: '19' |
| 682 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 683 | # Berlin pod with adtran gpon olt/onu - 2.12 1T8GEM tech profile and timer based job |
| 684 | - 'build_voltha_pod_release_timer': |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 685 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 686 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 687 | disable-job: true |
Andrea Campanella | 29fff7f | 2021-08-23 14:49:29 +0200 | [diff] [blame] | 688 | name-extension: '_DT' |
| 689 | work-flow: 'DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 690 | release: '2.12' |
| 691 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 692 | pipeline-branch: 'voltha-2.12' |
Andrea Campanella | 29fff7f | 2021-08-23 14:49:29 +0200 | [diff] [blame] | 693 | profile: '1T8GEM' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 694 | reinstall-olt: false |
| 695 | extraHelmFlags: "--set adapter_adtran_olt.kv_store_data_prefix='service/voltha/voltha_voltha' --set network.netconfUserSecret='' --set adapter_adtran_olt.topics.core_topic=voltha_voltha_rwcore" |
| 696 | num-of-onos: '3' |
| 697 | num-of-atomix: '3' |
| 698 | pipeline-script: 'voltha/voltha-2.12/physical-build.groovy' |
| 699 | VolthaEtcdPort: 9999 |
Jan Klare | 9f93760 | 2023-07-12 17:39:31 +0200 | [diff] [blame] | 700 | openoltAdapterChart: '/home/community/adtran-23.1-voltha-2.12/voltha-adapter-adtran-olt' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 701 | oltAdapterReleaseName: 'adtran-olt' |
| 702 | waitTimerForOltUp: 420 |
| 703 | time: '19' |
| 704 | |
| 705 | # ----------------------------------------------------------------------- |
| 706 | # Berlin POD adtran test job - 2.8 versions: uses 1T8GEM tech profile on voltha branch |
| 707 | # - 'build_voltha_pod_test': |
| 708 | # timeout: 390 |
| 709 | # build-node: 'berlin-community-pod-1' |
| 710 | # config-pod: 'berlin-community-pod-1-gpon-adtran' |
| 711 | # release: '2.8' |
| 712 | # branch: 'voltha-2.8' |
| 713 | # name-extension: '_DT' |
| 714 | # disable-job: true |
| 715 | # work-flow: 'DT' |
| 716 | # test-repo: 'voltha-system-tests' |
| 717 | # profile: '1T8GEM' |
| 718 | # power-switch: true |
| 719 | # pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy' |
| 720 | # oltAdapterAppLabel: 'adapter-adtran-olt' |
Hardik Windlass | 36d5bdb | 2022-02-09 10:13:13 +0000 | [diff] [blame] | 721 | |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 722 | # Berlin POD adtran test job - 2.11 versions: uses 1T8GEM tech profile on voltha branch |
| 723 | - 'build_voltha_pod_test': |
| 724 | timeout: 390 |
| 725 | build-node: 'berlin-community-pod-1' |
| 726 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 727 | disable-job: true |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 728 | release: '2.11' |
| 729 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 730 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 731 | name-extension: '_DT' |
| 732 | work-flow: 'DT' |
| 733 | test-repo: 'voltha-system-tests' |
| 734 | profile: '1T8GEM' |
| 735 | power-switch: true |
| 736 | pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy' |
| 737 | oltAdapterAppLabel: 'adapter-adtran-olt' |
| 738 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 739 | # Berlin POD adtran test job - 2.12 versions: uses 1T8GEM tech profile on voltha branch |
| 740 | - 'build_voltha_pod_test': |
| 741 | timeout: 390 |
| 742 | build-node: 'berlin-community-pod-1' |
| 743 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 744 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 745 | release: '2.12' |
| 746 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 747 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 748 | name-extension: '_DT' |
| 749 | work-flow: 'DT' |
| 750 | test-repo: 'voltha-system-tests' |
| 751 | profile: '1T8GEM' |
| 752 | power-switch: true |
| 753 | pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy' |
| 754 | oltAdapterAppLabel: 'adapter-adtran-olt' |
| 755 | |
| 756 | # ----------------------------------------------------------------------- |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 757 | # Berlin pod with adtran gpon olt/onu - 1T8GEM tech profile and timer based job |
Hardik Windlass | 36d5bdb | 2022-02-09 10:13:13 +0000 | [diff] [blame] | 758 | - 'verify_voltha_pod_dmi_test': |
Girish Gowdra | 6b7dab0 | 2022-03-30 11:21:44 -0700 | [diff] [blame] | 759 | build-node: 'berlin-community-pod-1' |
Matteo Scandolo | 868a3bc | 2022-03-31 16:45:19 -0700 | [diff] [blame] | 760 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 761 | disable-job: true |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 762 | name-extension: '_DT' |
Hardik Windlass | 36d5bdb | 2022-02-09 10:13:13 +0000 | [diff] [blame] | 763 | work-flow: 'DT' |
TorstenThieme | 0adf6f1 | 2023-02-27 13:01:19 +0000 | [diff] [blame] | 764 | release: 'master' |
| 765 | branch: 'master' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 766 | pipeline-branch: 'master' |
Hardik Windlass | 36d5bdb | 2022-02-09 10:13:13 +0000 | [diff] [blame] | 767 | profile: 'Default' |
Hardik Windlass | 230fca6 | 2022-05-04 08:50:35 +0530 | [diff] [blame] | 768 | installVolthaInfra: true |
| 769 | installVolthaStack: false |
Hardik Windlass | 36d5bdb | 2022-02-09 10:13:13 +0000 | [diff] [blame] | 770 | reinstall-olt: false |
| 771 | restart-olt: false |
| 772 | extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml " |
| 773 | dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager' |
| 774 | OltDevMgr: 'adtran-olt-device-manager' |
| 775 | num-of-onos: '3' |
| 776 | num-of-atomix: '3' |
| 777 | VolthaEtcdPort: 9999 |
Hardik Windlass | 36d5bdb | 2022-02-09 10:13:13 +0000 | [diff] [blame] | 778 | waitTimerForOltUp: 420 |
Hardik Windlass | c97ceae | 2022-05-13 10:12:55 +0530 | [diff] [blame] | 779 | time: '16' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 780 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 781 | # ----------------------------------------------------------------------- |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 782 | # Berlin pod with adtran gpon olt/onu - 2.11 1T8GEM tech profile and timer based job |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 783 | # ----------------------------------------------------------------------- |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 784 | - 'verify_voltha_pod_dmi_test': |
| 785 | build-node: 'berlin-community-pod-1' |
| 786 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 787 | disable-job: true |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 788 | name-extension: '_DT' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 789 | work-flow: 'DT' |
| 790 | release: '2.11' |
| 791 | branch: 'voltha-2.11' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 792 | pipeline-branch: 'voltha-2.11' |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 793 | profile: 'Default' |
| 794 | installVolthaInfra: true |
| 795 | installVolthaStack: false |
| 796 | reinstall-olt: false |
| 797 | restart-olt: false |
| 798 | extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml " |
| 799 | dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager' |
| 800 | OltDevMgr: 'adtran-olt-device-manager' |
| 801 | num-of-onos: '3' |
| 802 | num-of-atomix: '3' |
| 803 | VolthaEtcdPort: 9999 |
Joey Armstrong | 35a8f8f | 2023-01-30 14:05:29 -0500 | [diff] [blame] | 804 | waitTimerForOltUp: 420 |
| 805 | time: '16' |
| 806 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 807 | # Berlin pod with adtran gpon olt/onu - 2.12 1T8GEM tech profile and timer based job |
| 808 | - 'verify_voltha_pod_dmi_test': |
| 809 | build-node: 'berlin-community-pod-1' |
| 810 | config-pod: 'berlin-community-pod-1-gpon-adtran' |
Jan Klare | e3249ff | 2023-09-05 12:10:40 +0200 | [diff] [blame] | 811 | disable-job: true |
Jan Klare | 11c9b74 | 2023-09-06 11:35:24 +0200 | [diff] [blame] | 812 | name-extension: '_DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 813 | work-flow: 'DT' |
| 814 | release: '2.12' |
| 815 | branch: 'voltha-2.12' |
Jan Klare | a9fe194 | 2023-09-12 10:45:25 +0200 | [diff] [blame^] | 816 | pipeline-branch: 'voltha-2.12' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 817 | profile: 'Default' |
| 818 | installVolthaInfra: true |
| 819 | installVolthaStack: false |
| 820 | reinstall-olt: false |
| 821 | restart-olt: false |
| 822 | extraHelmFlags: " -f /home/community/SDX_Device_Manager_21.4/helm/values-onf.yaml " |
| 823 | dmiChart: '/home/community/SDX_Device_Manager_21.4/helm/adtran-olt-device-manager' |
| 824 | OltDevMgr: 'adtran-olt-device-manager' |
| 825 | num-of-onos: '3' |
| 826 | num-of-atomix: '3' |
| 827 | VolthaEtcdPort: 9999 |
| 828 | waitTimerForOltUp: 420 |
| 829 | time: '16' |
| 830 | |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 831 | # [EOF] |