blob: e32738833bdc4b7d9d07a54d68fc324a76b99a41 [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.8
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
32 # Certification (Radisys) pod with olt/onu - 2.8 version timer based job
33 - 'build_voltha_pod_release_timer':
Joey Armstrongcb896602023-07-21 16:38:42 -040034 build-node: 'menlo-certification-pod-1'
35 config-pod: 'menlo-certification-pod-radisys-1600g'
36 disable-job: true # legacy
37 reinstall-olt: true
38 release: '2.8'
39 branch: 'voltha-2.8'
40 name-extension: '_DT'
41 work-flow: 'DT'
42 profile: '1T8GEM'
43 time: '13'
44 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
45 extraHelmFlags: "--set onos-classic.image.tag=master"
46
47 # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch
48 - 'build_voltha_pod_test':
49 build-node: 'menlo-certification-pod-1'
50 config-pod: 'menlo-certification-pod-radisys-1600g'
51 disable-job: true # legacy
52 release: '2.8'
53 branch: 'voltha-2.8'
54 name-extension: '_DT'
55 work-flow: 'DT'
56 test-repo: 'voltha-system-tests'
57 profile: '1T8GEM'
58 power-switch: true
59 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
60
61 # Certification (Radisys) pod with olt/onu - 2.8 version timer based job
62 - 'build_voltha_pod_release_timer':
Joey Armstrong074a9b92023-06-26 15:18:19 -040063 build-node: 'menlo-certification-pod-3'
64 config-pod: 'menlo-certification-pod-radisys-3200g'
Joey Armstrongcb896602023-07-21 16:38:42 -040065 disable-job: true # legacy
Joey Armstrong074a9b92023-06-26 15:18:19 -040066 reinstall-olt: true
67 release: '2.8'
68 branch: 'voltha-2.8'
69 name-extension: '_DT'
70 work-flow: 'DT'
71 profile: '1T8GEM'
72 time: '9'
73 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
74 extraHelmFlags: "--set onos-classic.image.tag=master"
75
Joey Armstrongcb896602023-07-21 16:38:42 -040076 # Certification (Radisys) POD test job - master versions: uses 1T8GEM tech profile on voltha branch
77 - 'build_voltha_pod_test':
78 build-node: 'menlo-certification-pod-3'
79 config-pod: 'menlo-certification-pod-radisys-3200g'
80 disable-job: true # legacy
81 release: '2.8'
82 branch: 'voltha-2.8'
83 name-extension: '_DT'
84 work-flow: 'DT'
85 test-repo: 'voltha-system-tests'
86 profile: '1T8GEM'
87 power-switch: true
88 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
89
Joey Armstrong074a9b92023-06-26 15:18:19 -040090# [EOF]