blob: 880bdef100d083b52ad2f53c43ecd2443b9dcb67 [file] [log] [blame]
Joey Armstrong198f7602023-06-21 15:03:59 -04001---
2# POD Build Pipeline Jobs for Voltha Releases
3# -----------------------------------------------------------------------
4# Disabled, offline -- 'qa-testvm-pod'
5# NOTE: Remove -master after ci-management/jjb/voltha-test/voltha.yaml
6# -----------------------------------------------------------------------
7- project:
8 name: voltha-release-jobs-master
9
10 project-name: '{name}'
11
12 build-timeout: '300'
13
14 with-kind: false
15 power-switch: false
16 power-cycle-olt: false
17 work-flow: 'ATT'
18 in-band-management: false
19 num-of-openonu: '1'
20 num-of-onos: '1'
21 num-of-atomix: '0'
22 reinstall-olt: true
23 test-type: ''
24 volthaSystemTestsChange: ''
25 kindVolthaChange: ''
26 cordTesterChange: ''
27 oltAdapterAppLabel: 'adapter-open-olt'
28 num-of-onus: ''
29 num-of-ponports: ''
30
31 jobs:
Joey Armstrong7b1c9f22023-06-12 12:39:40 -040032 # flex OCP pod with olt/onu - Default tech profile and timer based job
33 - 'build_voltha_pod_release_timer':
Joey Armstrongc9d57f52023-07-27 11:27:22 -040034 disable-job: true # Reason: qa-testvm-pod offline
Joey Armstrong7b1c9f22023-06-12 12:39:40 -040035 build-node: 'qa-testvm-pod'
36 config-pod: 'flex-ocp-cord'
37 profile: 'Default'
38 time: '5'
39 VolthaEtcdPort: 9999
40 num-of-onos: '3'
41 num-of-atomix: '3'
42
Joey Armstrong198f7602023-06-21 15:03:59 -040043 # [VOL-4939] - flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
44 - 'build_voltha_pod_release_timer':
45 disable-job: true
46 build-node: 'qa-testvm-pod'
47 config-pod: 'flex-ocp-cord'
48 branch: 'master'
49 release: 'master'
50 profile: '1T4GEM'
51 time: '1'
52 VolthaEtcdPort: 9999
53 num-of-onos: '3'
54 num-of-atomix: '3'
55 pipeline-script: 'voltha/master/physical-build.groovy'
56
57# [EOF]