blob: 39e5308ab58a2be9e709cdc47339d40a88780c60 [file] [log] [blame]
Joey Armstrong198f7602023-06-21 15:03:59 -04001---
2# POD Build Pipeline Jobs for Voltha Releases
3# -----------------------------------------------------------------------
4# Disabled, offline -- 'qa-testvm-pod'
5# -----------------------------------------------------------------------
6- project:
7 name: voltha-release-jobs-2.8
8
9 project-name: '{name}'
10
11 build-timeout: '300'
12
13 with-kind: false
14 power-switch: false
15 power-cycle-olt: false
16 work-flow: 'ATT'
17 in-band-management: false
18 num-of-openonu: '1'
19 num-of-onos: '1'
20 num-of-atomix: '0'
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 Armstrong7b1c9f22023-06-12 12:39:40 -040031 # flex OCP pod with olt/onu - Default tech profile and timer based job
32 - 'build_voltha_pod_release_timer':
33 disable-job: true
34 build-node: 'qa-testvm-pod'
35 config-pod: 'flex-ocp-cord'
36 release: '2.8'
37 branch: 'voltha-2.8'
38 profile: 'Default'
39 time: '5'
40 VolthaEtcdPort: 9999
41 num-of-onos: '3'
42 num-of-atomix: '3'
43
Joey Armstrong198f7602023-06-21 15:03:59 -040044 # [VOL-4939] - flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
45 - 'build_voltha_pod_release_timer':
46 disable-job: true
47 build-node: 'qa-testvm-pod'
48 config-pod: 'flex-ocp-cord'
49 release: '2.8'
50 branch: 'voltha-2.8'
51 profile: '1T4GEM'
52 time: '1'
53 VolthaEtcdPort: 9999
54 num-of-onos: '3'
55 num-of-atomix: '3'
56 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
57
Joey Armstrongc9d57f52023-07-27 11:27:22 -040058 # -----------------------------------------------------------------------
59 # flex OCP pod with olt/onu - Released versions Default tech profile and timer based job
60 # -----------------------------------------------------------------------
61 - 'build_voltha_pod_release_timer':
62 disable-job: true # Reason: qa-testvm-pod offline
63 build-node: 'qa-testvm-pod'
64 config-pod: 'flex-ocp-cord'
65 release: '2.8'
66 branch: 'voltha-2.8'
67 name-extension: '_TT'
68 work-flow: 'TT'
69 profile: 'TP'
70 time: '20'
71 VolthaEtcdPort: 9999
72 num-of-onos: '3'
73 num-of-atomix: '3'
74 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Joey Armstrong9f398372023-08-11 11:12:36 -040075
76 # -----------------------------------------------------------------------
77 # Menlo pod with olt/onu - released branch, Default tech profile and timer based job
78 - 'build_voltha_pod_release_timer':
79 build-node: 'menlo-demo-pod'
80 config-pod: 'onf-demo-pod'
81 disable-job: true
82 release: '2.8'
83 branch: 'voltha-2.8'
84 name-extension: '_DT'
85 work-flow: 'DT'
86 profile: '1T8GEM'
87 num-of-onos: '3'
88 num-of-atomix: '3'
89 VolthaEtcdPort: 9999
90 in-band-management: true
91 time: '11'
92 pipeline-script: 'voltha/voltha-2.8/physical-build.groovy'
Joey Armstrongc9d57f52023-07-27 11:27:22 -040093
Joey Armstrong198f7602023-06-21 15:03:59 -040094# [EOF]