Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 1 | --- |
| 2 | # POD Build Pipeline Jobs for MCORD |
| 3 | |
| 4 | - project: |
| 5 | name: mcord-build-job |
| 6 | |
| 7 | project-name: '{name}' |
| 8 | |
| 9 | build-timeout: '300' |
| 10 | |
| 11 | jobs: |
Matteo Scandolo | 103d3eb | 2019-01-16 09:04:01 -0800 | [diff] [blame] | 12 | # onlab mcord-pod1 build |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 13 | - 'build_mcord_pod_manual': |
| 14 | testvm: 'onf-build' |
Matteo Scandolo | 103d3eb | 2019-01-16 09:04:01 -0800 | [diff] [blame] | 15 | config-pod: 'onf-mcord-pod1' |
Kailash | c8c05d5 | 2019-01-15 20:01:11 -0800 | [diff] [blame] | 16 | profile: 'mcord' |
| 17 | branch: 'master' |
Matteo Scandolo | ebf06af | 2019-01-23 12:54:03 -0800 | [diff] [blame] | 18 | Jenkinsfile: 'Jenkinsfile-mcord-local-build' |
| 19 | - 'build_mcord_pod_manual': |
| 20 | testvm: 'onf-build' |
| 21 | config-pod: 'onf-mcord-pod2' |
| 22 | profile: 'mcord' |
| 23 | branch: 'master' |
Matteo Scandolo | a9b416e | 2019-01-24 15:21:07 -0800 | [diff] [blame] | 24 | configurePod: false |
Matteo Scandolo | ebf06af | 2019-01-23 12:54:03 -0800 | [diff] [blame] | 25 | Jenkinsfile: 'Jenkinsfile-mcord-remote-build' |