blob: 20795d2654441a77457fb02cd5889dff30e5ccdf [file] [log] [blame]
Kailash Khalasi417d13f2018-04-17 12:38:48 -07001---
2# POD Nightly Build Pipeline R-CORD Jobs
3
4- project:
5 name: rcord-nightly-build-pipeline
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 jobs:
12 # qct pod 1 build jobs (rcord)
13 - 'build_pod_first':
14 pod: 'qct-pod1'
15 pod_config: 'qct-pod1.yml'
16 profile: 'rcord'
17 branch: 'cord-4.0'
18 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
19 time: '20'
20
21 - 'build_pod':
22 pod: 'qct-pod1'
23 pod_config: 'qct-pod1.yml'
24 profile: 'rcord'
25 branch: 'cord-4.1'
26 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
27 fromBranch: 'cord-4.0'
28
29 - 'build_pod':
30 pod: 'qct-pod1'
31 pod_config: 'qct-pod1.yml'
32 profile: 'rcord'
33 branch: 'cord-5.0'
34 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
35 fromBranch: 'cord-4.1'
36
37 - 'build_pod':
38 pod: 'qct-pod1'
39 pod_config: 'qct-pod1.yml'
40 profile: 'rcord'
41 branch: 'master'
42 Jenkinsfile: 'Jenkinsfile'
43 fromBranch: 'cord-5.0'
44
45 # qct pod 1 test jobs
46 - 'build_pod_test':
47 pod: 'qct-pod1'
48 pod_config: 'qct-pod1.yml'
49 profile: 'rcord'
50 branch: 'cord-4.0'
51 Jenkinsfile: 'Jenkinsfile-rcord'
52
53 - 'build_pod_test':
54 pod: 'qct-pod1'
55 pod_config: 'qct-pod1.yml'
56 profile: 'rcord'
57 branch: 'cord-4.1'
58 Jenkinsfile: 'Jenkinsfile-rcord'
59
60 - 'build_pod_test':
61 pod: 'qct-pod1'
62 pod_config: 'qct-pod1.yml'
63 profile: 'rcord'
64 branch: 'cord-5.0'
65 Jenkinsfile: 'Jenkinsfile-rcord'
66
67 - 'build_pod_test':
68 pod: 'qct-pod1'
69 pod_config: 'qct-pod1.yml'
70 profile: 'rcord'
71 branch: 'master'
72 Jenkinsfile: 'Jenkinsfile-rcord'