blob: d2542373fface1a9d77b534c572909316fac992d [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 # -----------------------------------------------------------------------
45 # [VOL-4939] - flex pod1 test job - released versions: uses tech profile on voltha branch
46 # -----------------------------------------------------------------------
47 - 'build_voltha_pod_test':
48 disable-job: true
49 build-node: 'qa-testvm-pod'
50 config-pod: 'flex-ocp-cord'
51 release: '2.11'
52 branch: 'voltha-2.11'
53 name-extension: '_TT'
54 work-flow: 'TT'
55 power-switch: true
56 pipeline-script: 'voltha/voltha-2.11/voltha-tt-physical-functional-tests.groovy'
57 test-repo: 'voltha-system-tests'
58 profile: 'TP'
59
60# [EOF]