blob: 3765c9cebe44f9ef61fcb5471dae640d00b64a48 [file] [log] [blame]
Joey Armstrong087e5d12023-08-28 16:00:18 -04001---
2# POD Build Pipeline Jobs for Voltha Releases
3# -----------------------------------------------------------------------
4# -----------------------------------------------------------------------
5- project:
6 name: voltha-pod-jobs-2.8
7
8 project-name: '{name}'
9
10 build-timeout: '300'
11
12 with-kind: false
13 power-switch: false
14 power-cycle-olt: false
15 work-flow: 'ATT'
16 in-band-management: false
17 num-of-openonu: '1'
18 num-of-onos: '1'
19 num-of-atomix: '0'
20 reinstall-olt: true
21 test-type: ''
22 volthaSystemTestsChange: ''
23 kindVolthaChange: ''
24 cordTesterChange: ''
25 oltAdapterAppLabel: 'adapter-open-olt'
26 num-of-onus: ''
27 num-of-ponports: ''
28
29 jobs:
30
31 # -----------------------------------------------------------------------
32 # Menlo pod test job - uses tech profile on voltha branch
33 # md5sum(master): 139b227f6ebe777a7337a07d9883a57f
34 # -----------------------------------------------------------------------
35 - 'build_voltha_pod_test':
36 timeout: 330
37 build-node: 'menlo-demo-pod'
38 config-pod: 'onf-demo-pod'
39 disable-job: true # Reason: menlo-demo-pod offline
40 release: '2.8'
41 branch: 'voltha-2.8'
42 name-extension: '_DT'
43 work-flow: 'DT'
44 test-repo: 'voltha-system-tests'
45 profile: '1T8GEM'
46 pipeline-script: 'voltha/voltha-2.8/voltha-dt-physical-functional-tests.groovy'
47 power-switch: true
48 power-cycle-olt: true
49
Joey Armstrongdeae1372023-08-28 19:17:45 -040050 # -----------------------------------------------------------------------
51 # flex pod1 test job - released versions: uses tech profile on voltha branch
52 # md5sum(master): a616cd61a22b0acde95efb1c71b4b980
53 # -----------------------------------------------------------------------
54 - 'build_voltha_pod_test':
55 disable-job: true # Reason: qa-testvm-pod offline
56 build-node: 'qa-testvm-pod'
57 config-pod: 'flex-ocp-cord'
58 release: '2.8'
59 branch: 'voltha-2.8'
60 name-extension: '_TT'
61 work-flow: 'TT'
62 power-switch: true
63 pipeline-script: 'voltha/voltha-2.8/voltha-tt-physical-functional-tests.groovy'
64 test-repo: 'voltha-system-tests'
65 profile: 'TP'
66
Joey Armstrong087e5d12023-08-28 16:00:18 -040067# [EOF]