Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 1 | --- |
| 2 | # POD Nightly Build Pipeline M-CORD Jobs |
| 3 | |
| 4 | - project: |
| 5 | name: mcord-nightly-build-pipeline |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | jobs: |
| 12 | # qct pod 4 build jobs (mcord) |
| 13 | - 'build_pod_manual': |
| 14 | pod: 'qct-pod4' |
Suchitra Vemuri | 3de4188 | 2018-05-09 13:36:03 -0700 | [diff] [blame] | 15 | pod_config: 'qct-pod4-mcord.yml' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 16 | profile: 'mcord' |
| 17 | branch: 'cord-4.1' |
| 18 | Jenkinsfile: 'Jenkinsfile.newBuildSystem' |
| 19 | |
Suchitra Vemuri | 82a7f7a | 2018-05-15 16:38:33 -0700 | [diff] [blame] | 20 | # onf pod build job (mcord) |
Suchitra Vemuri | a74d263 | 2018-05-11 16:12:32 -0700 | [diff] [blame] | 21 | - 'build_pod_manual': |
| 22 | pod: 'onf-mcord-dev' |
| 23 | pod_config: 'onlab-mcord-cavium-pod1.yml' |
| 24 | profile: 'mcord' |
| 25 | branch: 'cord-5.0' |
Suchitra Vemuri | fd7242f | 2018-05-14 12:01:56 -0700 | [diff] [blame] | 26 | Jenkinsfile: 'Jenkinsfile.MCORDBuildSystem' |
Suchitra Vemuri | a74d263 | 2018-05-11 16:12:32 -0700 | [diff] [blame] | 27 | |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 28 | # qct pod 4 test jobs |
| 29 | - 'build_pod_manual_test': |
| 30 | pod: 'qct-pod4' |
Suchitra Vemuri | 3de4188 | 2018-05-09 13:36:03 -0700 | [diff] [blame] | 31 | pod_config: 'qct-pod4-mcord.yml' |
Suchitra Vemuri | 2c8ec0b | 2018-05-07 13:35:54 -0700 | [diff] [blame] | 32 | profile: 'mcord' |
| 33 | branch: 'cord-4.1' |
| 34 | Jenkinsfile: 'Jenkinsfile-mcord' |