Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | |
| 4 | - project: |
| 5 | name: voltha-certification-jobs |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | with-kind: false |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 12 | power-switch: false |
| 13 | power-cycle-olt: false |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 14 | work-flow: 'ATT' |
| 15 | in-band-management: false |
Matteo Scandolo | 48163aa | 2022-01-10 14:14:22 -0800 | [diff] [blame] | 16 | num-of-openonu: 1 |
| 17 | num-of-onos: 1 |
| 18 | num-of-atomix: 1 |
| 19 | num-of-kafka: 1 |
| 20 | num-of-etcd: 1 |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 21 | reinstall-olt: true |
| 22 | test-type: '' |
| 23 | volthaSystemTestsChange: '' |
| 24 | kindVolthaChange: '' |
| 25 | cordTesterChange: '' |
| 26 | oltAdapterAppLabel: 'adapter-open-olt' |
| 27 | num-of-onus: '' |
| 28 | num-of-ponports: '' |
| 29 | |
| 30 | jobs: |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 31 | |
| 32 | # branches moved, master.yaml jobs retained here for now |
| 33 | # job is a mirror of the one that follows, differs in explcit branch naming |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 34 | # Certification (Radisys 1600G) pod with olt/onu - master versions timer based job |
| 35 | - 'build_voltha_pod_release_timer': |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 36 | build-node: 'menlo-certification-pod-1' |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 37 | config-pod: 'menlo-certification-pod-radisys-1600g' |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 38 | disable-job: true # menlo-certification-pod-1: offline |
Girish Gowdra | 22a8748 | 2021-12-17 13:11:21 +0530 | [diff] [blame] | 39 | reinstall-olt: true |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 40 | name-extension: '_DT' |
| 41 | work-flow: 'DT' |
| 42 | profile: '1T8GEM' |
| 43 | time: '21' |
Andrea Campanella | 969c68d | 2021-12-17 09:16:35 +0100 | [diff] [blame] | 44 | extraHelmFlags: "--set onos-classic.image.tag=master --set voltha.global.rw_core.rpc_timeout=30s --set voltha.global.rw_core.internal_timeout=30s" |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 45 | |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 46 | # branches moved, master.yaml jobs retained here for now |
| 47 | # Certification (Radisys 1600G) POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 48 | - 'build_voltha_pod_test': |
Hardik Windlass | 50ec6d7 | 2021-12-16 05:37:04 +0000 | [diff] [blame] | 49 | timeout: 330 |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 50 | build-node: 'menlo-certification-pod-1' |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 51 | config-pod: 'menlo-certification-pod-radisys-1600g' |
Joey Armstrong | cb89660 | 2023-07-21 16:38:42 -0400 | [diff] [blame] | 52 | disable-job: true # menlo-certification-pod-1: offline |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 53 | release: 'master' |
| 54 | branch: 'master' |
| 55 | name-extension: '_DT' |
| 56 | work-flow: 'DT' |
| 57 | test-repo: 'voltha-system-tests' |
| 58 | profile: '1T8GEM' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 59 | power-switch: true |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 60 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| 61 | |
| 62 | # Certification (Radisys 1600X) pod with olt/onu - master versions timer based job |
| 63 | - 'build_voltha_pod_release_timer': |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 64 | build-node: 'menlo-certification-pod-2' |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 65 | config-pod: 'menlo-certification-pod-radisys-1600x' |
Joey Armstrong | a04a385 | 2023-02-02 18:25:51 -0500 | [diff] [blame] | 66 | disable-job: true |
Girish Gowdra | 22a8748 | 2021-12-17 13:11:21 +0530 | [diff] [blame] | 67 | reinstall-olt: true |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 68 | name-extension: '_DT' |
| 69 | work-flow: 'DT' |
| 70 | profile: '1T8GEM' |
| 71 | time: '1' |
Andrea Campanella | 969c68d | 2021-12-17 09:16:35 +0100 | [diff] [blame] | 72 | extraHelmFlags: "--set onos-classic.image.tag=master --set voltha.global.rw_core.rpc_timeout=30s --set voltha.global.rw_core.internal_timeout=30s" |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 73 | |
| 74 | # Certification (Radisys 1600X) POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
| 75 | - 'build_voltha_pod_test': |
Hardik Windlass | 50ec6d7 | 2021-12-16 05:37:04 +0000 | [diff] [blame] | 76 | timeout: 330 |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 77 | build-node: 'menlo-certification-pod-2' |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 78 | config-pod: 'menlo-certification-pod-radisys-1600x' |
Joey Armstrong | a04a385 | 2023-02-02 18:25:51 -0500 | [diff] [blame] | 79 | disable-job: true |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 80 | release: 'master' |
| 81 | branch: 'master' |
| 82 | name-extension: '_DT' |
| 83 | work-flow: 'DT' |
| 84 | test-repo: 'voltha-system-tests' |
| 85 | profile: '1T8GEM' |
Joey Armstrong | ca4cb46 | 2023-01-12 17:51:05 -0500 | [diff] [blame] | 86 | power-switch: true |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 87 | pipeline-script: 'voltha/master/voltha-dt-physical-functional-tests.groovy' |
| 88 | |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 89 | # Certification (Radisys) pod with olt/onu - master versions timer based job (ZZ) |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 90 | - 'build_voltha_pod_release_timer': |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 91 | build-node: 'menlo-certification-pod-3' |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 92 | config-pod: 'menlo-certification-pod-radisys-3200g' |
Girish Gowdra | 22a8748 | 2021-12-17 13:11:21 +0530 | [diff] [blame] | 93 | reinstall-olt: true |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 94 | name-extension: '_DT' |
| 95 | work-flow: 'DT' |
| 96 | profile: '1T8GEM' |
Andrea Campanella | d82b40d | 2022-01-18 11:26:54 +0100 | [diff] [blame] | 97 | time: '1' |
Andrea Campanella | 969c68d | 2021-12-17 09:16:35 +0100 | [diff] [blame] | 98 | extraHelmFlags: "--set onos-classic.image.tag=master --set voltha.global.rw_core.rpc_timeout=30s --set voltha.global.rw_core.internal_timeout=30s" |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 99 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 100 | # ----------------------------------------------------------------------- |
| 101 | # Certification (Radisys) pod with olt/onu - 2.8 version timer based job |
| 102 | # ----------------------------------------------------------------------- |
| 103 | - 'build_voltha_pod_release_timer': |
| 104 | build-node: 'menlo-certification-pod-2' |
| 105 | config-pod: 'menlo-certification-pod-radisys-1600x' |
| 106 | disable-job: true |
| 107 | reinstall-olt: true |
| 108 | release: '2.12' |
| 109 | branch: 'voltha-2.12' |
| 110 | name-extension: '_DT' |
| 111 | work-flow: 'DT' |
| 112 | profile: '1T8GEM' |
| 113 | time: '17' |
| 114 | pipeline-script: 'voltha/voltha-2.12/physical-build.groovy' |
| 115 | extraHelmFlags: "--set onos-classic.image.tag=master" |
| 116 | |
| 117 | - 'build_voltha_pod_release_timer': |
| 118 | build-node: 'menlo-certification-pod-2' |
| 119 | config-pod: 'menlo-certification-pod-radisys-1600x' |
| 120 | disable-job: true |
| 121 | reinstall-olt: true |
| 122 | release: '2.11' |
| 123 | branch: 'voltha-2.11' |
| 124 | name-extension: '_DT' |
| 125 | work-flow: 'DT' |
| 126 | profile: '1T8GEM' |
| 127 | time: '17' |
| 128 | pipeline-script: 'voltha/voltha-2.11/physical-build.groovy' |
| 129 | extraHelmFlags: "--set onos-classic.image.tag=master" |
| 130 | |
| 131 | # Certification (Radisys) pod with olt/onu - 2.8 version timer based job |
| 132 | # - 'build_voltha_pod_release_timer': |
| 133 | # build-node: 'menlo-certification-pod-2' |
| 134 | # config-pod: 'menlo-certification-pod-radisys-1600x' |
| 135 | # disable-job: true |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 136 | # reinstall-olt: true |
| 137 | # release: '2.8' |
| 138 | # branch: 'voltha-2.8' |
| 139 | # name-extension: '_DT' |
| 140 | # work-flow: 'DT' |
| 141 | # profile: '1T8GEM' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 142 | # time: '17' |
Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 143 | # pipeline-script: 'voltha/voltha-2.8/physical-build.groovy' |
| 144 | # extraHelmFlags: "--set onos-classic.image.tag=master" |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 145 | |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 146 | # ----------------------------------------------------------------------- |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 147 | # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 148 | # ----------------------------------------------------------------------- |
Matteo Scandolo | 1229b86 | 2021-08-11 10:05:58 -0700 | [diff] [blame] | 149 | - 'build_voltha_pod_test': |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 150 | build-node: 'menlo-certification-pod-2' |
Hardik Windlass | da932c1 | 2021-08-25 11:15:54 +0000 | [diff] [blame] | 151 | config-pod: 'menlo-certification-pod-radisys-1600x' |
Joey Armstrong | a04a385 | 2023-02-02 18:25:51 -0500 | [diff] [blame] | 152 | disable-job: true |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 153 | release: '2.12' |
| 154 | branch: 'voltha-2.12' |
Joey Armstrong | 1a2ee17 | 2023-01-27 17:20:37 -0500 | [diff] [blame] | 155 | name-extension: '_DT' |
| 156 | work-flow: 'DT' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 157 | test-repo: 'voltha-system-tests' |
Joey Armstrong | 1a2ee17 | 2023-01-27 17:20:37 -0500 | [diff] [blame] | 158 | profile: '1T8GEM' |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 159 | power-switch: true |
| 160 | pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy' |
Joey Armstrong | 1a2ee17 | 2023-01-27 17:20:37 -0500 | [diff] [blame] | 161 | |
Hardik Windlass | da932c1 | 2021-08-25 11:15:54 +0000 | [diff] [blame] | 162 | - 'build_voltha_pod_test': |
Matteo Scandolo | 54a0f4b | 2022-01-10 12:17:22 -0800 | [diff] [blame] | 163 | build-node: 'menlo-certification-pod-2' |
Hardik Windlass | da932c1 | 2021-08-25 11:15:54 +0000 | [diff] [blame] | 164 | config-pod: 'menlo-certification-pod-radisys-1600x' |
Joey Armstrong | a04a385 | 2023-02-02 18:25:51 -0500 | [diff] [blame] | 165 | disable-job: true |
Joey Armstrong | 1a2ee17 | 2023-01-27 17:20:37 -0500 | [diff] [blame] | 166 | release: '2.11' |
| 167 | branch: 'voltha-2.11' |
| 168 | name-extension: '_DT' |
| 169 | work-flow: 'DT' |
| 170 | test-repo: 'voltha-system-tests' |
| 171 | profile: '1T8GEM' |
| 172 | power-switch: true |
| 173 | pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy' |
| 174 | |
| 175 | # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch |
Joey Armstrong | 0eb8bd8 | 2023-07-10 13:26:25 -0400 | [diff] [blame] | 176 | # - 'build_voltha_pod_test': |
| 177 | # build-node: 'menlo-certification-pod-2' |
| 178 | # config-pod: 'menlo-certification-pod-radisys-1600x' |
| 179 | # disable-job: true |
| 180 | # release: '2.8' |
| 181 | # branch: 'voltha-2.8' |
| 182 | # name-extension: '_DT' |
| 183 | # work-flow: 'DT' |
| 184 | # test-repo: 'voltha-system-tests' |
| 185 | # profile: '1T8GEM' |
| 186 | # power-switch: true |
| 187 | # pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy' |
Joey Armstrong | af679da | 2023-01-31 14:22:41 -0500 | [diff] [blame] | 188 | |
| 189 | # [EOF] |