blob: 917d9271ff9ea1e9c730210fb8b2b6d75c5e137a [file] [log] [blame]
Kailashc8c05d52019-01-15 20:01:11 -08001---
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 Scandolo103d3eb2019-01-16 09:04:01 -080012 # onlab mcord-pod1 build
Kailashc8c05d52019-01-15 20:01:11 -080013 - 'build_mcord_pod_manual':
hwchiu14f97852019-10-08 10:51:11 -070014 testvm: 'onf-build'
15 config-pod: 'onf-mcord-pod1'
16 profile: 'mcord'
17 branch: 'master'
18 Jenkinsfile: 'Jenkinsfile-mcord-local-build'
Kailashd22f91f2019-02-14 08:52:52 -080019
Matteo Scandoloebf06af2019-01-23 12:54:03 -080020 - 'build_mcord_pod_manual':
hwchiu14f97852019-10-08 10:51:11 -070021 testvm: 'onf-build'
22 config-pod: 'onf-mcord-pod2'
23 profile: 'mcord'
24 branch: 'master'
25 configurePod: false
26 Jenkinsfile: 'Jenkinsfile-mcord-remote-build'
Kailashd22f91f2019-02-14 08:52:52 -080027
28 - 'build_mcord_pod_manual':
hwchiu14f97852019-10-08 10:51:11 -070029 testvm: 'mcord-dt'
30 config-pod: 'mcord-barcellona-remote-dt'
31 profile: 'mcord'
32 branch: 'master'
33 Jenkinsfile: 'Jenkinsfile-mcord-remote-build'