blob: c42b1d1f595b08baff738f0759727b6d293240bb [file] [log] [blame]
---
# POD Build Pipeline Jobs for Voltha Releases
# -----------------------------------------------------------------------
# Disabled, offline -- 'qa-testvm-pod'
# NOTE: Remove -master after ci-management/jjb/voltha-test/voltha.yaml
# -----------------------------------------------------------------------
- project:
name: voltha-release-jobs-master
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 # Reason: qa-testvm-pod offline
build-node: 'qa-testvm-pod'
config-pod: 'flex-ocp-cord'
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'
branch: 'master'
release: 'master'
profile: '1T4GEM'
time: '1'
VolthaEtcdPort: 9999
num-of-onos: '3'
num-of-atomix: '3'
pipeline-script: 'voltha/master/physical-build.groovy'
# -----------------------------------------------------------------------
# Menlo pod with olt/onu - master 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'
# branch: 'master'
# release: 'master'
disable-job: true # menlo-demo-pod offline
name-extension: '_DT'
work-flow: 'DT'
profile: '1T8GEM'
num-of-onos: '3'
num-of-atomix: '3'
VolthaEtcdPort: 9999
in-band-management: true
waitTimerForOltUp: 540
time: '6'
# Was not mentioned in voltha.yaml for branch=master ?!?
# pipeline-script: 'voltha/master/physical-build.groovy'
# [EOF]