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