Joey Armstrong | 074a9b9 | 2023-06-26 15:18:19 -0400 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for Voltha Releases |
| 3 | |
| 4 | # - project: |
| 5 | # name: voltha-certification-jobs-master |
| 6 | # |
| 7 | # project-name: '{name}' |
| 8 | # |
| 9 | # build-timeout: '300' |
| 10 | # |
| 11 | # with-kind: false |
| 12 | # power-switch: false |
| 13 | # power-cycle-olt: false |
| 14 | # work-flow: 'ATT' |
| 15 | # in-band-management: false |
| 16 | # num-of-openonu: 1 |
| 17 | # num-of-onos: 1 |
| 18 | # num-of-atomix: 1 |
| 19 | # num-of-kafka: 1 |
| 20 | # num-of-etcd: 1 |
| 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 | # # ----------------------------------------------------------------------- |
| 33 | # # VOL-5059 |
| 34 | # # ----------------------------------------------------------------------- |
| 35 | # # o v2.8 and v2.11 release jobs exist. |
| 36 | # # o Job does not exist on branch=master ?!? |
| 37 | # # o Create a certification master job just in case, far easier to |
| 38 | # # than recreate from scratch depending on need later on. |
| 39 | # # |
| 40 | # # Duplicate job detected somewhere, likely drived |
| 41 | # INFO:jenkins_jobs.local_yaml:Lazy loading of file template 'ScalarNode(tag='!include-raw:', value='{docker-get-container-tag-script}')' enabled |
| 42 | # ERROR:jenkins_jobs.parser:Duplicate definitions for job 'build_menlo-certification-pod-radisys-3200g_1T8GEM_DT_voltha_master' specified |
| 43 | # # ----------------------------------------------------------------------- |
| 44 | # # Certification (Radisys) pod with olt/onu - branch=master timer based job |
| 45 | # - 'build_voltha_pod_release_timer': |
| 46 | # build-node: 'menlo-certification-pod-3' |
| 47 | # config-pod: 'menlo-certification-pod-radisys-3200g' |
| 48 | # disable-job: false |
| 49 | # reinstall-olt: true |
| 50 | # release: 'master' |
| 51 | # branch: 'master' |
| 52 | # name-extension: '_DT' |
| 53 | # work-flow: 'DT' |
| 54 | # profile: '1T8GEM' |
| 55 | # time: '9' |
| 56 | # pipeline-script: 'voltha/master/physical-build.groovy' |
| 57 | # extraHelmFlags: "--set onos-classic.image.tag=master" |
| 58 | |
| 59 | # [EOF] |