Add CSIT rls1908_1 branch and revert cadence of csit mrr-daily jobs
[ci-management.git] / jjb / csit / csit-func.yaml
1 # Copyright (c) 2019 Cisco and/or its affiliates.
2 # Copyright (c) 2019 PANTHEON.tech s.r.o. and/or its affiliates.
3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at:
6 #
7 #     http://www.apache.org/licenses/LICENSE-2.0
8 #
9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and
13 # limitations under the License.
14
15 ---
16 - project:
17     name: csit-func
18     description: 'CSIT Functinal Testing Jenkins jobs.'
19     os:
20       - 'ubuntu1604'
21       - 'centos7'
22
23     jobs:
24       - 'csit-vpp-verify-{stream_timed}-{os}-weekly'
25       - 'csit-vpp-verify-{stream_timed}-{os}-semiweekly'
26       - 'csit-vpp-functional-{stream}-{os}-virl'
27       - 'csit-nsh_sfc-verify-func-{stream}-{os}-virl'
28       - 'csit-tldk-verify-func-{stream}-{os}-virl'
29       - 'csit-dmm-functional-{stream}-ubuntu1604-virl'
30
31     project: 'csit'
32     branch: 'master'
33     branch-id: 'oper'
34     build-artifact-num-to-keep: 10
35     stream_timed:
36       - master:
37           branch: 'master'
38           branch-id: 'oper'
39     stream:
40       - master:
41           branch: 'master'
42       - '1901':
43           branch: 'rls1901'
44       - '1904':
45           branch: 'rls1904'
46       - '1908_1':
47           branch: 'rls1908_1'
48
49 - job-template:
50     name: 'csit-vpp-verify-{stream_timed}-{os}-weekly'
51     # yamllint disable-line rule:line-length
52     description: 'Purpose of this job is to validate CSIT code of corresponding branch against verified vpp build from corresponding branch.'
53     # yamllint enable rule:line-length
54
55     project-type: freestyle
56     node: '{os}-basebuild-4c-4g'
57     concurrent: false
58     archive-artifacts: >
59       **/csit/report.html
60       **/csit/log.html
61       **/csit/output.xml
62     latest-only: false
63
64     build-discarder:
65       daysToKeep: '{build-days-to-keep}'
66       numToKeep: '{build-num-to-keep}'
67       artifactDaysToKeep: '{build-artifact-days-to-keep}'
68       artifactNumToKeep: '{build-artifact-num-to-keep}'
69
70     parameters:
71       - project-parameter:
72           project: '{project}'
73       - gerrit-parameter:
74           branch: '{branch}'
75       - string:
76           name: ARCHIVE_ARTIFACTS
77           default: '{archive-artifacts}'
78           description: Artifacts to archive to the logs server.
79
80     scm:
81       - git-scm:
82           credentials-id: 'jenkins-gerrit-credentials'
83           branch: '{branch}'
84
85     wrappers:
86       - fdio-infra-wrappers-non-activity-timeout:
87           build-timeout: '{build-timeout}'
88
89     triggers:
90       - timed: '0 4 * * 0'
91
92       - gerrit-trigger-manually-triggered:
93           comment-trigger-value: 'csit-vpp-ref-verify'
94           name: '{project}'
95           branch: '{branch}'
96
97     builders:
98       - shell:
99           !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-weekly.sh
100
101     publishers:
102       - robot-report:
103           output-path: ''
104
105       - fdio-infra-shiplogs:
106           maven-version: 'mvn33-new'
107
108 - job-template:
109     name: 'csit-vpp-verify-{stream_timed}-{os}-semiweekly'
110     # yamllint disable-line rule:line-length
111     description: 'Purpose of this job is to validate latest vpp build from corresponding branch stored in nexus against verified CSIT codebase of corresponding branch.'
112     # yamllint enable rule:line-length
113
114     project-type: freestyle
115     node: '{os}-basebuild-4c-4g'
116     concurrent: false
117     archive-artifacts: 'csit/archive/*.*'
118     latest-only: false
119
120     build-discarder:
121       daysToKeep: '{build-days-to-keep}'
122       numToKeep: '{build-num-to-keep}'
123       artifactDaysToKeep: '{build-artifact-days-to-keep}'
124       artifactNumToKeep: '{build-artifact-num-to-keep}'
125
126     parameters:
127       - project-parameter:
128           project: '{project}'
129       - gerrit-parameter:
130           branch: '{branch}'
131       - string:
132           name: ARCHIVE_ARTIFACTS
133           default: '{archive-artifacts}'
134           description: Artifacts to archive to the logs server.
135
136     wrappers:
137       - fdio-infra-wrappers-non-activity-timeout:
138           build-timeout: '{build-timeout}'
139
140     triggers:
141       - timed: '0 4 * * 2,6'
142
143       - gerrit-trigger-manually-triggered:
144           comment-trigger-value: 'csit-verify-vpp'
145           name: '{project}'
146           branch: '{branch}'
147
148     builders:
149       - shell: 'echo "BRANCH_ID={branch-id}" > $WORKSPACE/variables.prop'
150       - inject:
151           properties-file: variables.prop
152       - shell:
153           # yamllint disable-line rule:line-length
154           !include-raw-escape: jjb/csit/include-raw-csit-vpp-verify-semiweekly.sh
155           # yamllint enable rule:line-length
156
157     publishers:
158       - robot-report:
159           output-path: 'csit/archive'
160
161       - fdio-infra-shiplogs:
162           maven-version: 'mvn33-new'
163
164 - job-template:
165     name: 'csit-vpp-functional-{stream}-{os}-virl'
166
167     project-type: freestyle
168     node: '{os}-basebuild-4c-4g'
169     concurrent: true
170     archive-artifacts: >
171       **/csit/report.html
172       **/csit/log.html
173       **/csit/output.xml
174     latest-only: false
175
176     build-discarder:
177       daysToKeep: '{build-days-to-keep}'
178       numToKeep: '{build-num-to-keep}'
179       artifactDaysToKeep: '{build-artifact-days-to-keep}'
180       artifactNumToKeep: '{build-artifact-num-to-keep}'
181
182     parameters:
183       - project-parameter:
184           project: '{project}'
185       - gerrit-parameter:
186           branch: '{branch}'
187       - string:
188           name: ARCHIVE_ARTIFACTS
189           default: '{archive-artifacts}'
190           description: Artifacts to archive to the logs server.
191       # This is an automatic verify job, part of API coverage.
192       # CRC checking is needed to ensure vpp crc job breaks only when intended.
193       # Can be removed when this job is no longer needed for full API coverage.
194       - csit-fail-on-crc-mismatch-parameter:
195           fail-on-crc-mismatch: 'True'
196
197     scm:
198       - gerrit-trigger-scm:
199           credentials-id: 'jenkins-gerrit-credentials'
200           refspec: '$GERRIT_REFSPEC'
201           choosing-strategy: 'gerrit'
202
203     wrappers:
204       - fdio-infra-wrappers:
205           build-timeout: '{build-timeout}'
206
207     triggers:
208       - gerrit-trigger-patch-submitted:
209           name: '{project}'
210           branch: '{branch}'
211
212     builders:
213       - shell:
214           !include-raw-escape: include-raw-csit-vpp-functional-virl.sh
215
216     publishers:
217       - robot-report:
218           output-path: ''
219
220       - fdio-infra-shiplogs:
221           maven-version: 'mvn33-new'
222
223 - job-template:
224     name: 'csit-nsh_sfc-verify-func-{stream}-{os}-virl'
225
226     project-type: freestyle
227     node: '{os}-basebuild-4c-4g'
228     concurrent: true
229     archive-artifacts: 'archive/*.*'
230     latest-only: false
231
232     build-discarder:
233       daysToKeep: '{build-days-to-keep}'
234       numToKeep: '{build-num-to-keep}'
235       artifactDaysToKeep: '{build-artifact-days-to-keep}'
236       artifactNumToKeep: '{build-artifact-num-to-keep}'
237
238     parameters:
239       - project-parameter:
240           project: '{project}'
241       - gerrit-parameter:
242           branch: '{branch}'
243       - os-parameter:
244           os: '{os}'
245       - stream-parameter:
246           stream: '{stream}'
247       - string:
248           name: ARCHIVE_ARTIFACTS
249           default: '{archive-artifacts}'
250           description: Artifacts to archive to the logs server.
251
252     scm:
253       - gerrit-trigger-scm:
254           credentials-id: 'jenkins-gerrit-credentials'
255           refspec: '$GERRIT_REFSPEC'
256           choosing-strategy: 'gerrit'
257
258     wrappers:
259       - fdio-infra-wrappers:
260           build-timeout: '{build-timeout}'
261
262     triggers:
263       - gerrit-trigger-manually-triggered:
264           name: '{project}'
265           branch: '{branch}'
266           comment-trigger-value: 'csit_nsh_sfc_func_{stream}'
267
268     builders:
269       - shell:
270           !include-raw-escape: include-raw-csit-nsh_sfc-functional-virl.sh
271
272     publishers:
273       - robot-report:
274           output-path: 'archive'
275
276       - fdio-infra-shiplogs:
277           maven-version: 'mvn33-new'
278
279 - job-template:
280     name: 'csit-tldk-verify-func-{stream}-{os}-virl'
281
282     project-type: freestyle
283     node: '{os}-basebuild-4c-4g'
284     concurrent: true
285     archive-artifacts: 'archive/*.*'
286     latest-only: false
287
288     build-discarder:
289       daysToKeep: '{build-days-to-keep}'
290       numToKeep: '{build-num-to-keep}'
291       artifactDaysToKeep: '{build-artifact-days-to-keep}'
292       artifactNumToKeep: '{build-artifact-num-to-keep}'
293
294     parameters:
295       - project-parameter:
296           project: '{project}'
297       - gerrit-parameter:
298           branch: '{branch}'
299       - os-parameter:
300           os: '{os}'
301       - string:
302           name: ARCHIVE_ARTIFACTS
303           default: '{archive-artifacts}'
304           description: Artifacts to archive to the logs server.
305
306     scm:
307       - gerrit-trigger-scm:
308           credentials-id: 'jenkins-gerrit-credentials'
309           refspec: '$GERRIT_REFSPEC'
310           choosing-strategy: 'gerrit'
311
312     wrappers:
313       - fdio-infra-wrappers:
314           build-timeout: '{build-timeout}'
315
316     triggers:
317       - gerrit-trigger-manually-triggered:
318           name: '{project}'
319           branch: '{branch}'
320           comment-trigger-value: 'csit_verify_tldk_func'
321
322     builders:
323       - shell:
324           !include-raw-escape: include-raw-csit-tldk-functional-virl.sh
325
326     publishers:
327       - robot-report:
328           output-path: 'archive'
329
330       - fdio-infra-shiplogs:
331           maven-version: 'mvn33-new'
332
333 - job-template:
334     name: 'csit-dmm-functional-{stream}-ubuntu1604-virl'
335
336     project-type: freestyle
337     node: 'ubuntu1604-basebuild-4c-4g'
338     concurrent: true
339     archive-artifacts: 'archive/*.*'
340     latest-only: false
341
342     build-discarder:
343       daysToKeep: '{build-days-to-keep}'
344       numToKeep: '{build-num-to-keep}'
345       artifactDaysToKeep: '{build-artifact-days-to-keep}'
346       artifactNumToKeep: '{build-artifact-num-to-keep}'
347
348     parameters:
349       - project-parameter:
350           project: '{project}'
351       - gerrit-parameter:
352           branch: '{branch}'
353       - string:
354           name: ARCHIVE_ARTIFACTS
355           default: '{archive-artifacts}'
356           description: Artifacts to archive to the logs server.
357
358     scm:
359       - gerrit-trigger-scm:
360           credentials-id: 'jenkins-gerrit-credentials'
361           refspec: '$GERRIT_REFSPEC'
362           choosing-strategy: 'gerrit'
363
364     wrappers:
365       - fdio-infra-wrappers:
366           build-timeout: '{build-timeout}'
367
368     triggers:
369       - gerrit-trigger-manually-triggered:
370           name: '{project}'
371           branch: '{branch}'
372           comment-trigger-value: 'csit_verify_dmm_func'
373
374     builders:
375       - shell:
376           !include-raw-escape: include-raw-csit-dmm-functional-virl.sh
377
378     publishers:
379       - robot-report:
380           output-path: ''
381
382       - fdio-infra-shiplogs:
383           maven-version: 'mvn33-new'