blob: b1d41467561411ea69fc421c20a7156499ff6d66 [file] [log] [blame]
Kailash Khalasi417d13f2018-04-17 12:38:48 -07001---
2# POD Nightly Build Pipeline E-CORD Jobs
3
4- project:
5 name: ecord-nightly-build-pipeline
6
7 project-name: '{name}'
8
9 build-timeout: '300'
10
11 jobs:
12 # qct pod 3 build jobs (ecord-global)
13 - 'build_pod_first':
14 pod: 'qct-pod3'
15 pod_config: 'qct-pod3-ecord-global.yml'
16 profile: 'ecord-global'
17 branch: 'cord-4.1'
18 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
19 time: '20'
20
21 - 'build_pod':
22 pod: 'qct-pod3'
23 pod_config: 'qct-pod3-ecord-global.yml'
24 profile: 'ecord-global'
25 branch: 'cord-5.0'
26 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
27 fromBranch: 'cord-4.1'
28
29 - 'build_pod':
30 pod: 'qct-pod3'
31 pod_config: 'qct-pod3-ecord-global.yml'
32 profile: 'ecord-global'
33 branch: 'master'
34 Jenkinsfile: 'Jenkinsfile'
35 fromBranch: 'cord-5.0'
36
Suchitra Vemurid71d15c2018-05-16 15:01:26 -070037 # ONLAB ECORD build jobs (ecord-global)
Suchitra Vemuri0416b392018-05-18 16:45:23 -070038 - 'build_ecord_pod_manual':
39 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -070040 pod_config: 'onlab-ecord-global.yml'
41 profile: 'ecord-global'
42 branch: 'cord-4.1'
43 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
Suchitra Vemuri0416b392018-05-18 16:45:23 -070044 local_pod_name: 'onlab-ecord-global'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -070045
Kailash Khalasi417d13f2018-04-17 12:38:48 -070046 # qct pod 3 test jobs (ecord-global)
47 - 'build_pod_test':
48 pod: 'qct-pod3'
49 pod_config: 'qct-pod3-ecord-global.yml'
50 profile: 'ecord-global'
51 branch: 'cord-4.1'
52 Jenkinsfile: 'Jenkinsfile-ecord-global'
53
54 - 'build_pod_test':
55 pod: 'qct-pod3'
56 pod_config: 'qct-pod3-ecord-global.yml'
57 profile: 'ecord-global'
58 branch: 'cord-5.0'
59 Jenkinsfile: 'Jenkinsfile-ecord-global'
60
61
62 - 'build_pod_test':
63 pod: 'qct-pod3'
64 pod_config: 'qct-pod3-ecord-global.yml'
65 profile: 'ecord-global'
66 branch: 'master'
67 Jenkinsfile: 'Jenkinsfile-ecord-global'
68
Suchitra Vemurid71d15c2018-05-16 15:01:26 -070069 # ONLAB Global POD test jobs (ecord-global)
Suchitra Vemuri0416b392018-05-18 16:45:23 -070070 - 'build_ecord_pod_manual_test':
71 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -070072 pod_config: 'onlab-ecord-global.yml'
73 profile: 'ecord-global'
74 branch: 'cord-4.1'
75 Jenkinsfile: 'Jenkinsfile-ecord-global'
Suchitra Vemuri0416b392018-05-18 16:45:23 -070076 local_pod_name: 'onlab_ecord-global'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -070077
Kailash Khalasi417d13f2018-04-17 12:38:48 -070078 # qct pod 3 build jobs (ecord-local)
79 - 'build_pod_first':
80 pod: 'qct-pod3'
81 pod_config: 'qct-pod3-ecord-local.yml'
82 profile: 'ecord-local'
83 branch: 'cord-4.1'
84 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
85 time: '3'
86
87 - 'build_pod':
88 pod: 'qct-pod3'
89 pod_config: 'qct-pod3-ecord-local.yml'
90 profile: 'ecord-local'
91 branch: 'cord-5.0'
92 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
93 fromBranch: 'cord-4.1'
94
95 - 'build_pod':
96 pod: 'qct-pod3'
97 pod_config: 'qct-pod3-ecord-local.yml'
98 profile: 'ecord-local'
99 branch: 'master'
100 Jenkinsfile: 'Jenkinsfile'
101 fromBranch: 'cord-5.0'
102
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700103 # ONLAB LOCAL build jobs (ecord-local)
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700104 - 'build_ecord_pod_manual':
105 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700106 pod_config: 'onlab-ecord-local-pod1.yml'
107 profile: 'ecord-local'
108 branch: 'cord-4.1'
109 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700110 local_pod_name: 'onlab-ecord-local-pod1'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700111
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700112 - 'build_ecord_pod_manual':
113 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700114 pod_config: 'onlab-ecord-local-pod2.yml'
115 profile: 'ecord-local'
116 branch: 'cord-4.1'
117 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700118 local_pod_name: 'onlab-ecord-local-pod2'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700119
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700120 - 'build_ecord_pod_manual':
121 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700122 pod_config: 'onlab-ecord-local-pod3.yml'
123 profile: 'ecord-local'
124 branch: 'cord-4.1'
125 Jenkinsfile: 'Jenkinsfile.newBuildSystem'
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700126 local_pod_name: 'onlab-ecord-local-pod3'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700127
Kailash Khalasi417d13f2018-04-17 12:38:48 -0700128 # qct pod 3 test jobs (ecord-local)
129 - 'build_pod_test':
130 pod: 'qct-pod3'
131 pod_config: 'qct-pod3-ecord-local.yml'
132 profile: 'ecord-local'
133 branch: 'cord-4.1'
134 Jenkinsfile: 'Jenkinsfile-ecord-local'
135
136 - 'build_pod_test':
137 pod: 'qct-pod3'
138 pod_config: 'qct-pod3-ecord-local.yml'
139 profile: 'ecord-local'
140 branch: 'cord-5.0'
141 Jenkinsfile: 'Jenkinsfile-ecord-local'
142
143 - 'build_pod_test':
144 pod: 'qct-pod3'
145 pod_config: 'qct-pod3-ecord-local.yml'
146 profile: 'ecord-local'
147 branch: 'master'
148 Jenkinsfile: 'Jenkinsfile-ecord-local'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700149
150 # ONLAB Local POD test jobs (ecord-local)
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700151 - 'build_ecord_pod_manual_test':
152 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700153 pod_config: 'onlab-ecord-local-pod1.yml'
154 profile: 'ecord-local'
155 branch: 'cord-4.1'
156 Jenkinsfile: 'Jenkinsfile-ecord-local'
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700157 local_pod_name: 'onlab-ecord-local-pod1'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700158
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700159 - 'build_ecord_pod_manual_test':
160 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700161 pod_config: 'onlab-ecord-local-pod2.yml'
162 profile: 'ecord-local'
163 branch: 'cord-4.1'
164 Jenkinsfile: 'Jenkinsfile-ecord-local'
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700165 local_pod_name: 'onlab-ecord-local-pod2'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700166
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700167 - 'build_ecord_pod_manual_test':
168 pod: 'onf-build'
Suchitra Vemurid71d15c2018-05-16 15:01:26 -0700169 pod_config: 'onlab-ecord-local-pod3.yml'
170 profile: 'ecord-local'
171 branch: 'cord-4.1'
172 Jenkinsfile: 'Jenkinsfile-ecord-local'
Suchitra Vemuri0416b392018-05-18 16:45:23 -0700173 local_pod_name: 'onlab-ecord-local-pod3'