blob: 70ad6e27b64688f2dda9c46cc5f23a96b8539e71 [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.12
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 # Reason: qa-testvm-pod offline
36 build-node: 'qa-testvm-pod'
37 config-pod: 'flex-ocp-cord'
38 release: '2.12'
39 branch: 'voltha-2.12'
40 power-switch: true
41 test-repo: 'voltha-system-tests'
42 profile: '1T4GEM'
Joey Armstrong1c6c29f2023-08-25 11:56:08 -040043
44
45 # -----------------------------------------------------------------------
46 # flex pod1 test job - uses tech profile on voltha branch
47 # md5sum(master): 9293b0f6d3c00a28c8d1a65ef0e8826e
48 # -----------------------------------------------------------------------
49 - 'build_voltha_pod_test':
50 disable-job: true # Reason: qa-testvm-pod offline
51 build-node: 'qa-testvm-pod'
52 config-pod: 'flex-ocp-cord'
53 release: 'voltha-2.12'
54 branch: '2.12'
55 power-switch: true
56 power-cycle-olt: true
57 test-repo: 'voltha-system-tests'
58 profile: 'Default'
Joey Armstrong087e5d12023-08-28 16:00:18 -040059
60 # -----------------------------------------------------------------------
61 # Menlo pod test job - uses tech profile on voltha branch
62 # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
63 # -----------------------------------------------------------------------
64 - 'build_voltha_pod_test':
65 timeout: 300
66 build-node: 'menlo-demo-pod'
67 config-pod: 'onf-demo-pod'
68 disable-job: true # Reason: menlo-demo-pod offline
69 release: '2.12'
70 branch: 'voltha-2.12'
71 name-extension: '_DT'
72 work-flow: 'DT'
73 test-repo: 'voltha-system-tests'
74 profile: '1T8GEM'
75 pipeline-script: 'voltha/voltha-2.12/voltha-dt-physical-functional-tests.groovy'
76 power-switch: true
Joey Armstrongdeae1372023-08-28 19:17:45 -040077
78 # -----------------------------------------------------------------------
79 # flex pod1 test job - released versions: uses tech profile on voltha branch
80 # md5sum(master): a616cd61a22b0acde95efb1c71b4b980
81 # -----------------------------------------------------------------------
82 - 'build_voltha_pod_test':
83 disable-job: true # Reason: qa-testvm-pod offline
84 build-node: 'qa-testvm-pod'
85 config-pod: 'flex-ocp-cord'
86 release: '2.12'
87 branch: 'voltha-2.12'
88 name-extension: '_TT'
89 work-flow: 'TT'
90 power-switch: true
91 pipeline-script: 'voltha/voltha-2.12/voltha-tt-physical-functional-tests.groovy'
92 test-repo: 'voltha-system-tests'
93 profile: 'TP'
94
Joey Armstronga311b602023-08-29 18:03:55 -040095 # -----------------------------------------------------------------------
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.12'
105 release: '2.12'
106 work-flow: 'TT'
107 name-extension: '_TT'
108 test-type: ''
109 test-repo: 'voltha-system-tests'
110 pipeline-script: 'voltha/voltha-2.12/voltha-tt-physical-functional-tests.groovy'
111
Joey Armstrong268442d2023-08-22 17:16:10 -0400112# [EOF]