blob: 5501e6f6659c6ce71dd361bc1b12e3fcc835805b [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':
Zack Williams8ef79812019-10-29 11:09:18 -070014 build-node: 'onf-build'
hwchiu14f97852019-10-08 10:51:11 -070015 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':
Zack Williams8ef79812019-10-29 11:09:18 -070021 build-node: 'onf-build'
hwchiu14f97852019-10-08 10:51:11 -070022 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':
Zack Williams8ef79812019-10-29 11:09:18 -070029 build-node: 'mcord-dt'
hwchiu14f97852019-10-08 10:51:11 -070030 config-pod: 'mcord-barcellona-remote-dt'
31 profile: 'mcord'
32 branch: 'master'
33 Jenkinsfile: 'Jenkinsfile-mcord-remote-build'
Joey Armstrongaf679da2023-01-31 14:22:41 -050034
35# [EOF]