blob: 0f01987036144ecffcf7add495aa3ff6296e218d [file] [log] [blame]
Suchitra Vemuri2c8ec0b2018-05-07 13:35:54 -07001---
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 Vemuri3de41882018-05-09 13:36:03 -070015 pod_config: 'qct-pod4-mcord.yml'
Suchitra Vemuri2c8ec0b2018-05-07 13:35:54 -070016 profile: 'mcord'
17 branch: 'cord-4.1'
18 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
19
Suchitra Vemuria74d2632018-05-11 16:12:32 -070020 - 'build_pod_manual':
21 pod: 'onf-mcord-dev'
22 pod_config: 'onlab-mcord-cavium-pod1.yml'
23 profile: 'mcord'
24 branch: 'cord-5.0'
Suchitra Vemurifd7242f2018-05-14 12:01:56 -070025 Jenkinsfile: 'Jenkinsfile.MCORDBuildSystem'
Suchitra Vemuria74d2632018-05-11 16:12:32 -070026
Suchitra Vemuri2c8ec0b2018-05-07 13:35:54 -070027 # qct pod 4 test jobs
28 - 'build_pod_manual_test':
29 pod: 'qct-pod4'
Suchitra Vemuri3de41882018-05-09 13:36:03 -070030 pod_config: 'qct-pod4-mcord.yml'
Suchitra Vemuri2c8ec0b2018-05-07 13:35:54 -070031 profile: 'mcord'
32 branch: 'cord-4.1'
33 Jenkinsfile: 'Jenkinsfile-mcord'