blob: ff90b8972181fd9fd3a083d0edba1b6ada6512f7 [file] [log] [blame]
Joey Armstrong268442d2023-08-22 17:16:10 -04001---
2# POD Build Pipeline Jobs for Voltha Releases
3# -----------------------------------------------------------------------
4# Disabled, offline -- 'qa-testvm-pod'
5# -----------------------------------------------------------------------
6- project:
7 name: voltha-pod-jobs-2.11
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:
31 # -----------------------------------------------------------------------
32 # [VOL-4939] - flex pod1 test job - released versions: uses tech profile on voltha branch
33 # -----------------------------------------------------------------------
34 - 'build_voltha_pod_test':
35 disable-job: true
36 build-node: 'qa-testvm-pod'
37 config-pod: 'flex-ocp-cord'
38 release: '2.11'
39 branch: 'voltha-2.11'
40 power-switch: true
41 test-repo: 'voltha-system-tests'
42 profile: '1T4GEM'
43
44 # -----------------------------------------------------------------------
Joey Armstrong1c6c29f2023-08-25 11:56:08 -040045 # flex pod1 test job - uses tech profile on voltha branch
46 # md5sum(master): 9293b0f6d3c00a28c8d1a65ef0e8826e
47 # -----------------------------------------------------------------------
48 - 'build_voltha_pod_test':
49 disable-job: true # Reason: qa-testvm-pod offline
50 build-node: 'qa-testvm-pod'
51 config-pod: 'flex-ocp-cord'
52 release: '2.11'
53 branch: 'voltha-2.11'
54 power-switch: true
55 power-cycle-olt: true
56 test-repo: 'voltha-system-tests'
57 profile: 'Default'
58
Joey Armstrong087e5d12023-08-28 16:00:18 -040059 # -----------------------------------------------------------------------
60 # Menlo pod test job - uses tech profile on voltha branch
61 # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
62 # -----------------------------------------------------------------------
63 - 'build_voltha_pod_test':
64 timeout: 300
65 build-node: 'menlo-demo-pod'
66 config-pod: 'onf-demo-pod'
67 disable-job: true # Reason: menlo-demo-pod offline
68 release: '2.11'
69 branch: 'voltha-2.11'
70 name-extension: '_DT'
71 work-flow: 'DT'
72 test-repo: 'voltha-system-tests'
73 profile: '1T8GEM'
74 pipeline-script: 'voltha/voltha-2.11/voltha-dt-physical-functional-tests.groovy'
75 power-switch: true
Joey Armstrongdeae1372023-08-28 19:17:45 -040076
77 # -----------------------------------------------------------------------
78 # flex pod1 test job - released versions: uses tech profile on voltha branch
79 # md5sum(master): a616cd61a22b0acde95efb1c71b4b980
80 # -----------------------------------------------------------------------
81 - 'build_voltha_pod_test':
82 disable-job: true # Reason: qa-testvm-pod offline
83 build-node: 'qa-testvm-pod'
84 config-pod: 'flex-ocp-cord'
85 release: '2.11'
86 branch: 'voltha-2.11'
87 name-extension: '_TT'
88 work-flow: 'TT'
89 power-switch: true
90 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
91 test-repo: 'voltha-system-tests'
92 profile: 'TP'
Joey Armstronga311b602023-08-29 18:03:55 -040093
94
95 # -----------------------------------------------------------------------
96 # flex pod1 test job - using voltha branch
97 # md5sum(master): fbe8e6efaa4f3aba576040ac521a8d6f
98 # -----------------------------------------------------------------------
99 - 'build_voltha_pod_manual_test':
100 disable-job: true # Reason: qa-testvm-pod offline
101 build-node: 'qa-testvm-pod'
102 config-pod: 'flex-ocp-cord'
103 profile: 'TP'
104 branch: 'voltha-2.11'
105 release: '2.11'
106 work-flow: 'TT'
107 name-extension: '_TT'
108 test-type: ''
109 test-repo: 'voltha-system-tests'
110 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
111
Joey Armstrong268442d2023-08-22 17:16:10 -0400112# [EOF]