blob: 03ce24f48b962629c07337d2a4800d9c74e737a2 [file] [log] [blame]
Joey Armstrong074a9b92023-06-26 15:18:19 -04001---
2# POD Build Pipeline Jobs for Voltha Releases
3
4- project:
5 name: voltha-certification-jobs-2.11
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 with-kind: false
12 power-switch: false
13 power-cycle-olt: false
14 work-flow: 'ATT'
15 in-band-management: false
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
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:
31
Joey Armstrongcb896602023-07-21 16:38:42 -040032 # -----------------------------------------------------------------------
33 # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch
34 # -----------------------------------------------------------------------
35 - 'build_voltha_pod_test':
36 build-node: 'menlo-certification-pod-1'
37 config-pod: 'menlo-certification-pod-radisys-1600g'
38 disable-job: true # menlo-certification-pod-1: offline
39 release: '2.11'
40 branch: 'voltha-2.11'
41 name-extension: '_DT'
42 work-flow: 'DT'
43 test-repo: 'voltha-system-tests'
44 profile: '1T8GEM'
45 power-switch: true
46 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
47
Joey Armstrongcb896602023-07-21 16:38:42 -040048 - 'build_voltha_pod_release_timer':
49 build-node: 'menlo-certification-pod-1'
50 config-pod: 'menlo-certification-pod-radisys-1600g'
51 disable-job: true # menlo-certification-pod-1: offline
52 reinstall-olt: true
53 release: '2.11'
54 branch: 'voltha-2.11'
55 name-extension: '_DT'
56 work-flow: 'DT'
57 profile: '1T8GEM'
58 time: '13'
59 pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
60 extraHelmFlags: "--set onos-classic.image.tag=master"
Joey Armstronged345862023-08-23 12:24:20 -040061
62 # -----------------------------------------------------------------------
63 # Certification (Radisys) POD test job
64 # md5sum(master): e8cb3eba849b788944cee1fe58e4091b
65 # -----------------------------------------------------------------------
66 - 'build_voltha_pod_test':
67 timeout: 330
68 disable-job: true # menlo-certification-pod-3 is offline
69 build-node: 'menlo-certification-pod-3'
70 config-pod: 'menlo-certification-pod-radisys-3200g'
71 release: '2.11'
72 branch: 'voltha-2.11'
73 name-extension: '_DT'
74 work-flow: 'DT'
75 test-repo: 'voltha-system-tests'
76 profile: '1T8GEM'
77 power-switch: true
78 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
79
Joey Armstrongf6476252023-08-24 14:38:48 -040080 # Certification (Radisys) pod with olt/onu - 2.11 version timer based job
81 # Duplicate(?) of -- md5sum(master): 2ea4de8fab54538915bcf95ab08c8430
82# - 'build_voltha_pod_release_timer':
83# build-node: 'menlo-certification-pod-3'
84# config-pod: 'menlo-certification-pod-radisys-3200g'
85# disable-job: true # menlo-certification-pod-3: offline
86# reinstall-olt: true
87# release: '2.11'
88# branch: 'voltha-2.11'
89# name-extension: '_DT'
90# work-flow: 'DT'
91# profile: '1T8GEM'
92# time: '9'
93# pipeline-script: 'voltha/voltha-2.11/physical-build.groovy'
94# extraHelmFlags: "--set onos-classic.image.tag=master"
95
96 # -----------------------------------------------------------------------
97 # Certification (Radisys) pod with olt/onu - master versions timer based job
98 # md5sum(master): 2ea4de8fab54538915bcf95ab08c8430
99 # -----------------------------------------------------------------------
100 - 'build_voltha_pod_release_timer':
101 build-node: 'menlo-certification-pod-3'
102 config-pod: 'menlo-certification-pod-radisys-3200g'
103 disable-job: true # Reason: menlo-certification-pod-3 is offline
104 release: '2.11'
105 branch: 'voltha-2.11'
106 reinstall-olt: true
107 name-extension: '_DT'
108 work-flow: 'DT'
109 profile: '1T8GEM'
110 time: '1'
111 extraHelmFlags: "--set onos-classic.image.tag=master --set voltha.global.rw_core.rpc_timeout=30s --set voltha.global.rw_core.internal_timeout=30s"
112
Joey Armstrong074a9b92023-06-26 15:18:19 -0400113# [EOF]