blob: 287bec0c2315a330132446708bc0d1cbbe5471df [file] [log] [blame]
---
# POD Build Pipeline Jobs for Voltha Releases
# -----------------------------------------------------------------------
# Disabled, offline -- 'qa-testvm-pod'
# -----------------------------------------------------------------------
- project:
name: voltha-release-jobs-2.12
project-name: '{name}'
build-timeout: '300'
with-kind: false
power-switch: false
power-cycle-olt: false
work-flow: 'ATT'
in-band-management: false
num-of-openonu: '1'
num-of-onos: '1'
num-of-atomix: '0'
reinstall-olt: true
test-type: ''
volthaSystemTestsChange: ''
kindVolthaChange: ''
cordTesterChange: ''
oltAdapterAppLabel: 'adapter-open-olt'
num-of-onus: ''
num-of-ponports: ''
jobs:
# flex OCP pod with olt/onu - Default tech profile and timer based job
- 'build_voltha_pod_release_timer':
disable-job: true
build-node: 'qa-testvm-pod'
config-pod: 'flex-ocp-cord'
release: '2.12'
branch: 'voltha-2.12'
profile: 'Default'
time: '5'
VolthaEtcdPort: 9999
num-of-onos: '3'
num-of-atomix: '3'
# [VOL-4939] - flex OCP pod with olt/onu - 1T4GEM tech profile and timer based job
- 'build_voltha_pod_release_timer':
disable-job: true
build-node: 'qa-testvm-pod'
config-pod: 'flex-ocp-cord'
release: '2.12'
branch: 'voltha-2.12'
profile: '1T4GEM'
time: '1'
VolthaEtcdPort: 9999
num-of-onos: '3'
num-of-atomix: '3'
pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
# -----------------------------------------------------------------------
# [VOL-4939] - flex OCP pod with olt/onu
# - Released versions Default tech profile and timer based job
# -----------------------------------------------------------------------
- 'build_voltha_pod_release_timer':
disable-job: true # Reason: qa-testvm-pod offline
build-node: 'qa-testvm-pod'
config-pod: 'flex-ocp-cord'
release: '2.12'
branch: 'voltha-2.12'
name-extension: '_TT'
work-flow: 'TT'
profile: 'TP'
time: '20'
VolthaEtcdPort: 9999
num-of-onos: '3'
num-of-atomix: '3'
pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
# -----------------------------------------------------------------------
# Menlo pod with olt/onu - released branch, Default tech profile and timer based job
# md5sum(master): f94fd1f2d15674629cb0900bb3b6c08a
# -----------------------------------------------------------------------
- 'build_voltha_pod_release_timer':
build-node: 'menlo-demo-pod'
config-pod: 'onf-demo-pod'
disable-job: true # menlo-demo-pod offline
release: '2.12'
branch: 'voltha-2.12'
name-extension: '_DT'
work-flow: 'DT'
profile: '1T8GEM'
num-of-onos: '3'
num-of-atomix: '3'
VolthaEtcdPort: 9999
in-band-management: true
time: '11'
pipeline-script: 'voltha/voltha-2.12/physical-build.groovy'
# [EOF]