Merge "Update the packer templates in releng/builder"
[releng/builder.git] / jjb / integration / integration-test-jobs.yaml
1 ---
2 - project:
3     name: integration-test
4     project: integration/test
5     project-name: integration-test
6     jobs:
7       - 'integration-patch-test-{stream}'
8       - 'inttest-multipatch'
9       - 'integration-merge-dashboard'
10       - '{project-name}-rtd-jobs':
11           build-node: centos7-builder-2c-2g
12           project-pattern: integration/test
13           rtd-build-url: https://readthedocs.org/api/v2/webhook/odl-integrationtest/32934/
14           rtd-token: 70766f97941a74ef80b84749ac4799e5ddeee99a
15       - gerrit-tox-verify:
16           branch: master
17           stream: master
18
19     # CSIT Lists in defaults.yaml
20     stream:
21       - magnesium:
22           branch: 'master'
23           mvn-version: 'mvn35'
24           java-version: openjdk11
25           csit-list: !include: csit-jobs-magnesium.lst
26           build-order: >
27               odlparent yangtools mdsal infrautils controller serviceutils aaa netconf
28               daexim ovsdb neutron openflowplugin coe genius lispflowmapping sfc netvirt
29               bgpcep integration/distribution
30
31       - sodium:
32           branch: 'stable/sodium'
33           mvn-version: 'mvn35'
34           csit-list: !include: csit-jobs-sodium.lst
35           build-order: >
36               odlparent yangtools mdsal infrautils controller serviceutils aaa netconf
37               daexim ovsdb neutron openflowplugin coe genius lispflowmapping sfc netvirt
38               bgpcep integration/distribution
39
40       - neon:
41           branch: 'stable/neon'
42           mvn-version: 'mvn35'
43           csit-list: !include: csit-jobs-neon.lst
44           build-order: >
45               odlparent yangtools mdsal infrautils controller serviceutils aaa netconf
46               daexim ovsdb neutron openflowplugin coe genius lispflowmapping sfc netvirt
47               bgpcep integration/distribution
48
49       - fluorine:
50           branch: 'stable/fluorine'
51           mvn-version: 'mvn35'
52           csit-list: !include: csit-jobs-fluorine.lst
53           build-order: >
54               odlparent yangtools infrautils mdsal controller serviceutils aaa netconf
55               daexim ovsdb neutron openflowplugin coe genius lispflowmapping sfc netvirt
56               bgpcep integration/distribution
57
58 - project:
59     name: integration-distribution
60     project: integration/test
61     project-name: integration-test
62     jobs:
63       - 'integration-distribution-test-{stream}'
64       - 'integration-distribution-weekly-test-trigger-{stream}'
65       - 'integration-update-csit-tests-{stream}'
66
67     # CSIT Lists in defaults.yaml
68     stream:
69       - magnesium:
70           branch: 'master'
71           csit-blacklist: >
72               alto bier didm dluxapps groupbasedpolicy jsonrpc l2switch nemo
73               of-config p4plugin packetcable sxp telemetry tsdr unimgr usc
74               gate longevity sanity tdd tempest wip
75               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-pike
76               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-queens-upstream-stateful-itm-direct
77               netvirt-csit-3node-1cmb
78               last-line-is-ignored-so-we-need-something-dummy-here-to-make-sure-the-real-last-line-is-used
79           csit-list: !include: csit-jobs-magnesium.lst
80           csit-weekly-list: '{csit-weekly-list-magnesium}'
81       - sodium:
82           branch: 'stable/sodium'
83           csit-blacklist: >
84               alto bier didm dluxapps groupbasedpolicy jsonrpc l2switch nemo
85               of-config p4plugin packetcable sxp telemetry tsdr unimgr usc
86               gate longevity sanity tdd tempest wip
87               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-pike
88               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-queens-upstream-stateful-itm-direct
89               netvirt-csit-3node-1cmb
90               last-line-is-ignored-so-we-need-something-dummy-here-to-make-sure-the-real-last-line-is-used
91           csit-list: !include: csit-jobs-sodium.lst
92           csit-weekly-list: '{csit-weekly-list-sodium}'
93       - neon:
94           branch: 'stable/neon'
95           csit-blacklist: >
96               alto bier didm dluxapps groupbasedpolicy jsonrpc l2switch nemo
97               of-config p4plugin packetcable sxp telemetry tsdr unimgr usc
98               gate longevity sanity tdd tempest wip
99               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-pike
100               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-queens-upstream-stateful-itm-direct
101               netvirt-csit-3node-1cmb
102               last-line-is-ignored-so-we-need-something-dummy-here-to-make-sure-the-real-last-line-is-used
103           csit-list: !include: csit-jobs-neon.lst
104           csit-weekly-list: '{csit-weekly-list-neon}'
105       - fluorine:
106           branch: 'stable/fluorine'
107           csit-blacklist: >
108               alto bier didm dluxapps groupbasedpolicy jsonrpc l2switch nemo
109               of-config p4plugin packetcable sxp telemetry tsdr unimgr usc
110               gate longevity sanity tdd tempest wip
111               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-pike
112               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-queens-upstream-stateful-itm-direct
113               netvirt-csit-3node-1cmb
114               last-line-is-ignored-so-we-need-something-dummy-here-to-make-sure-the-real-last-line-is-used
115           csit-list: !include: csit-jobs-fluorine.lst
116           csit-weekly-list: '{csit-weekly-list-fluorine}'
117
118 - project:
119     name: integration-sanity
120     project: integration/test
121     project-name: integration-test
122     jobs:
123       - 'integration-sanity-test-{stream}'
124
125     stream:
126       - magnesium:
127           branch: 'master'
128           karaf-version: odl
129           csit-sanity-list: '{csit-sanity-list-magnesium}'
130       - sodium:
131           branch: 'stable/sodium'
132           karaf-version: odl
133           csit-sanity-list: '{csit-sanity-list-sodium}'
134       - neon:
135           branch: 'stable/neon'
136           karaf-version: odl
137           csit-sanity-list: '{csit-sanity-list-neon}'
138       - fluorine:
139           branch: 'stable/fluorine'
140           karaf-version: odl
141           csit-sanity-list: '{csit-sanity-list-fluorine}'
142
143 - job-template:
144     name: 'integration-merge-dashboard'
145     project-type: freestyle
146     node: centos7-builder-2c-1g
147
148     properties:
149       - opendaylight-infra-properties:
150           build-days-to-keep: '{build-days-to-keep}'
151
152     parameters:
153       - opendaylight-infra-parameters:
154           os-cloud: '{os-cloud}'
155           project: '{project}'
156           branch: 'master'
157           refspec: 'refs/heads/master'
158           artifacts: '{archive-artifacts}'
159
160     scm:
161       - integration-gerrit-scm:
162           basedir: 'test'
163           refspec: '$GERRIT_REFSPEC'
164           branch: 'master'
165
166     wrappers:
167       - opendaylight-infra-wrappers:
168           build-timeout: '{build-timeout}'
169
170     triggers:
171       - gerrit-trigger-patch-merged:
172           gerrit-server-name: '{gerrit-server-name}'
173           name: '{project}'
174           branch: 'master'
175           files: 'dashboard/**'
176           forbidden-files: ''
177
178     builders:
179       - lf-infra-pre-build
180       - config-file-provider:
181           files:
182             - file-id: odl-elastic-cloud
183               target: '$HOME/.netrc'
184       - integration-install-robotframework
185       # yamllint disable-line rule:line-length
186       - shell: python3 $WORKSPACE/test/csit/scripts/push_dashboard.py a4ff38b99ef2c7626450543021b4c134.us-east-1.aws.found.io:9243
187
188     publishers:
189       - lf-infra-publish
190       - email-notification:
191           email-recipients: '{email-recipients}'
192           email-prefix: '[{project-name}]'
193
194 - job-template:
195     name: 'integration-distribution-test-{stream}'
196     # Goal: Verify a distribution through all system test available
197     # Operation: This template takes a distribution and passes all available system test
198
199     project-type: freestyle
200     node: queue-disttest-2c-1g
201
202     properties:
203       - opendaylight-infra-properties:
204           build-days-to-keep: '{build-days-to-keep}'
205
206     parameters:
207       - integration-bundle-url:
208           bundle-url: '{bundle-url}'
209       - distribution-karaf-version:
210           karaf-version: '{karaf-version}'
211
212     builders:
213       - lf-infra-pre-build
214       - trigger-builds:
215           - project: '{csit-list}'
216             block: true
217             predefined-parameters: |
218               BUNDLE_URL=$BUNDLE_URL
219               KARAF_VERSION=$KARAF_VERSION
220
221     wrappers:
222       - lf-infra-wrappers:
223           build-timeout: 1440
224           jenkins-ssh-credential: '{jenkins-ssh-credential}'
225
226     publishers:
227       - opendaylight-infra-generate-csit-status-report
228       - email-notification:
229           email-recipients: '{email-recipients}'
230           email-prefix: '[integration]'
231       - lf-infra-publish
232
233 - job-template:
234     name: 'integration-sanity-test-{stream}'
235     # Goal: Verify a distribution through sanity test
236     # Operation: This template takes a distribution and passes sanity test
237     # This jobs works for both managed & unmanaged distro.
238
239     project-type: freestyle
240     node: queue-intque-2c-1g
241
242     properties:
243       - opendaylight-infra-properties:
244           build-days-to-keep: '{build-days-to-keep}'
245
246     parameters:
247       - integration-bundle-url:
248           bundle-url: '{bundle-url}'
249       - distribution-karaf-version:
250           karaf-version: '{karaf-version}'
251
252     triggers:
253       - timed: '{schedule-daily}'
254
255     builders:
256       - lf-infra-pre-build
257       - trigger-builds:
258           - project: '{csit-sanity-list}'
259             block: true
260             predefined-parameters: |
261               BUNDLE_URL=$BUNDLE_URL
262               KARAF_VERSION=$KARAF_VERSION
263
264     publishers:
265       - email-notification:
266           email-recipients: '{email-recipients}'
267           email-prefix: '[integration]'
268
269 - job-template:
270     name: 'integration-patch-test-{stream}'
271     # Template: integration-patch-test-{stream}
272     # Goal: Build a patch and run all available system test on a distribution containing the change
273     # Operation: This job template builds a patch, creates a distribution containing the patch, and
274     # triggers the distribution test when test-integration is used in gerrit comments
275
276     project-type: freestyle
277     node: centos7-builder-2c-8g
278
279     properties:
280       - opendaylight-infra-properties:
281           build-days-to-keep: '{build-days-to-keep}'
282
283     parameters:
284       - opendaylight-infra-parameters:
285           os-cloud: '{os-cloud}'
286           project: '$GERRIT_PROJECT'
287           branch: '{branch}'
288           refspec: '$GERRIT_REFSPEC'
289           artifacts: '{archive-artifacts}'
290       - integration-distribution-branch:
291           branch: '{branch}'
292       - distribution-karaf-version:
293           karaf-version: '{karaf-version}'
294       - integration-distribution-git-url:
295           git-url: '{git-url}'
296       - maven-exec:
297           maven-version: mvn35
298
299     scm:
300       - integration-gerrit-scm:
301           basedir: '$GERRIT_PROJECT'
302           refspec: '$GERRIT_REFSPEC'
303           branch: '{branch}'
304       - integration-distribution-scm:
305           branch: '{branch}'
306
307     wrappers:
308       - opendaylight-infra-wrappers:
309           build-timeout: '720'
310
311     triggers:
312       - gerrit:
313           server-name: '{gerrit-server-name}'
314           trigger-on:
315             - comment-added-contains-event:
316                 comment-contains-value: 'test-integration'
317           projects:
318             - project-compare-type: 'ANT'
319               project-pattern: '**'
320               branches:
321                 - branch-compare-type: 'ANT'
322                   branch-pattern: '**/{branch}'
323           skip-vote:
324             successful: true
325             failed: true
326             unstable: true
327             notbuilt: true
328
329     builders:
330       - lf-infra-pre-build
331       - integration-rebase-gerrit-patch
332       - wipe-org-opendaylight-repo
333       - lf-provide-maven-settings:
334           global-settings-file: 'global-settings'
335           settings-file: 'integration-settings'
336       - maven-target:
337           maven-version: 'mvn35'
338           pom: '$GERRIT_PROJECT/pom.xml'
339           goals: |
340               clean install dependency:tree -DoutputFile=dependency_tree.txt
341               -Pq
342               -Dstream={stream}
343               {opendaylight-infra-mvn-opts}
344           # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT.
345           java-opts:
346             - '-Xmx4096m -Dmaven.compile.fork=true'
347           settings: integration-settings
348           settings-type: cfp
349           global-settings: global-settings
350           global-settings-type: cfp
351       - maven-target:
352           maven-version: mvn35
353           pom: distribution/pom.xml
354           goals: |
355               clean install dependency:tree -DoutputFile=dependency_tree.txt
356               {opendaylight-infra-mvn-opts}
357           # {opendaylight-infra-parallel-mvn-opts} is bad when there are multiple big features in SFT.
358           java-opts:
359             - '-Xmx1024m -Dmaven.compile.fork=true'
360           settings: integration-settings
361           settings-type: cfp
362           global-settings: global-settings
363           global-settings-type: cfp
364       - integration-upload-distribution:
365           dist-pom: distribution/pom.xml
366       - trigger-builds:
367           - project: '{csit-list}'
368             block: true
369             predefined-parameters: |
370               BUNDLE_URL=$BUNDLE_URL
371               KARAF_VERSION=$KARAF_VERSION
372
373     publishers:
374       - lf-infra-publish
375       - email-notification:
376           email-recipients: '{email-recipients}'
377           email-prefix: '[$GERRIT_PROJECT]'
378
379
380 - job-template:
381     name: '{prefix}integration-multipatch-test-{stream}'
382     # Goal: Build one or more patches and run all available system test on a distribution containing the change.
383     # Operation: This job template checks out and builds in order each patch provided in job parameters, finally
384     # it creates a distribution containing all patches and triggers the distribution test job which includes most
385     # (if not all) available CSIT jobs.
386
387     id: inttest-multipatch
388     project-type: freestyle
389     node: centos7-builder-8c-8g
390     concurrent: true
391     jdk: '{java-version}'
392
393     properties:
394       - opendaylight-infra-properties:
395           build-days-to-keep: '{build-days-to-keep}'
396
397     parameters:
398       - string:
399           name: PATCHES_TO_BUILD
400           default: '$PATCHES_TO_BUILD'
401           description: |
402               Ordered list of patches to build in the format of project=changeset (checkout) or
403               project:changeset (cherry-pick) for example: genius=32/53632/9,netvirt:59/50259/47.
404       - string:
405           name: BUILD_ORDER
406           default: '{build-order}'
407           description: 'Build order for multipatch test when topic is used'
408       - string:
409           name: BUILD_FAST
410           default: 'true'
411           description: 'Set true to build fast -Pq'
412       - string:
413           name: BUILD_NORMAL
414           default: ''
415           description: 'List of projects to build normal (no -Pq) when BUILD_FAST=true'
416       - string:
417           name: RUN_TEST
418           default: 'false'
419           description: 'Set true to run test after build'
420       - integration-distribution-branch:
421           branch: '{branch}'
422       - integration-distribution-stream:
423           stream: '{stream}'
424       - distribution-karaf-version:
425           karaf-version: '{karaf-version}'
426       - opendaylight-infra-parameters:
427           os-cloud: '{os-cloud}'
428           project: 'integration/distribution'
429           branch: '{branch}'
430           refspec: 'refs/heads/{branch}'
431           artifacts: '{archive-artifacts}'
432       - lf-infra-maven-parameters:
433           mvn-opts: ''
434           mvn-params: ''
435           mvn-version: mvn35
436           staging-profile-id: ''  # Staging repos do not make sense for this job
437
438     wrappers:
439       - opendaylight-infra-wrappers:
440           build-timeout: '1200'
441
442     triggers:
443       - gerrit:
444           server-name: '{gerrit-server-name}'
445           trigger-on:
446             - comment-added-contains-event:
447                 comment-contains-value: 'multipatch-build'
448           projects:
449             - project-compare-type: ANT
450               project-pattern: '**'
451               branches:
452                 - branch-compare-type: ANT
453                   branch-pattern: '**/{branch}'
454
455     builders:
456       - lf-infra-pre-build
457       - wipe-org-opendaylight-repo
458       - lf-maven-install:
459           mvn-version: '{mvn-version}'
460       - lf-provide-maven-settings:
461           global-settings-file: 'global-settings'
462           settings-file: 'integration-distribution-settings'
463       - integration-multipatch-builder
464       - integration-upload-distribution:
465           dist-pom: patch_tester/distribution/pom.xml
466       - conditional-step:
467           condition-kind: boolean-expression
468           condition-expression: $RUN_TEST
469           steps:
470             - trigger-builds:
471                 - project: '{csit-list}'
472                   block: true
473                   predefined-parameters: |
474                     BUNDLE_URL=$BUNDLE_URL
475                     KARAF_VERSION=$KARAF_VERSION
476
477     publishers:
478       - lf-infra-publish
479       - email-notification:
480           email-recipients: '{email-recipients}'
481           email-prefix: '[int/dist]'
482
483 - job-template:
484     name: 'integration-distribution-weekly-test-trigger-{stream}'
485
486     project-type: freestyle
487     node: queue-intque-2c-1g
488
489     properties:
490       - opendaylight-infra-properties:
491           build-days-to-keep: '{build-days-to-keep}'
492
493     parameters:
494       - integration-bundle-url:
495           bundle-url: '{bundle-url}'
496       - distribution-karaf-version:
497           karaf-version: '{karaf-version}'
498
499     triggers:
500       - timed: '{schedule-weekly}'
501
502     builders:
503       - trigger-builds:
504           - project: '{csit-weekly-list}'
505             block: true
506             predefined-parameters: |
507               BUNDLE_URL=$BUNDLE_URL
508               KARAF_VERSION=$KARAF_VERSION
509
510     publishers:
511       - email-notification:
512           email-recipients: '{email-recipients}'
513           email-prefix: '[integration]'
514
515 - job-template:
516     name: 'integration-update-csit-tests-{stream}'
517
518     # This job's purpose is to update csit
519     # tests to run in integration-distribution-test-{stream}
520     # by updating integration files: csit-list-{stream}.inc
521     # These files can be used as !include in int-dist-test-{stream}
522
523     ######################
524     # Default parameters #
525     ######################
526
527     git-url: '$GIT_URL/$PROJECT'
528     submodule-disable: false
529     submodule-recursive: true
530     submodule-timeout: 10
531
532     #####################
533     # Job Configuration #
534     #####################
535
536     project-type: freestyle
537     node: centos7-builder-2c-2g
538
539     properties:
540       - lf-infra-properties:
541           build-days-to-keep: 7
542
543     parameters:
544       - lf-infra-parameters:
545           project: releng/builder  # Hardcode as this job needs to pull releng/builder
546           stream: '{stream}'
547           branch: master  # Hardcode as releng/builder only has master
548           lftools-version: '{lftools-version}'
549       - string:
550           name: CSIT_BLACKLIST
551           default: '{csit-blacklist}'
552           description: Space separated list of jobs strings to blacklist.
553
554     scm:
555       - lf-infra-gerrit-scm:
556           jenkins-ssh-credential: '{jenkins-ssh-credential}'
557           git-url: '{git-url}'
558           refspec: '$GERRIT_REFSPEC'
559           branch: '$GERRIT_BRANCH'
560           submodule-disable: '{submodule-disable}'
561           submodule-recursive: '{submodule-recursive}'
562           submodule-timeout: '{submodule-timeout}'
563           choosing-strategy: default
564
565     wrappers:
566       - lf-infra-wrappers:
567           build-timeout: 10
568           jenkins-ssh-credential: '{jenkins-ssh-credential}'
569
570     triggers:
571       - reverse:
572           jobs: builder-jjb-merge
573
574     builders:
575       - lf-infra-pre-build
576       - shell: !include-raw-escape: update-csit-tests.sh
577       - shell: |
578           git status
579           git add jjb/integration/*.lst
580       - lf-infra-push-gerrit-patch:
581           project: 'releng/builder'
582           gerrit-user: 'jenkins-$SILO'
583           gerrit-host: 'git.opendaylight.org'
584           gerrit-topic: 'auto-update-csit-jobs-{stream}'
585           gerrit-commit-message: 'Auto Update CSIT Jobs to run for {stream}'
586           reviewers-email: 'jluhrsen@gmail.com'
587
588     publishers:
589       - lf-infra-publish
590
591 - project:
592     name: integration-view
593     views:
594       - project-view
595     project-name: integration
596
597 - view:
598     name: csit-stable-f
599     description: 'List of stable integration jobs for managed projects'
600     job-name:
601       - aaa-csit-1node-authn-all-fluorine
602       - bgpcep-csit-1node-throughpcep-all-fluorine
603       - coe-csit-1node-container-networking-only-fluorine
604       - controller-csit-1node-akka1-all-fluorine
605       - controller-csit-1node-benchmark-all-fluorine
606       - controller-csit-1node-notifications-longevity-only-fluorine
607       - controller-csit-1node-rest-cars-perf-all-fluorine
608       - controller-csit-3node-benchmark-all-fluorine
609       - controller-csit-3node-drb-precedence-longevity-only-fluorine
610       - controller-csit-3node-rest-clust-cars-perf-ask-only-fluorine
611       - controller-csit-3node-rest-clust-cars-perf-tell-only-fluorine
612       - daexim-csit-1node-basic-only-fluorine
613       - daexim-csit-3node-clustering-basic-only-fluorine
614       - distribution-csit-1node-userfeatures-all-fluorine
615       - genius-csit-1node-upstream-only-fluorine
616       - genius-csit-3node-upstream-only-fluorine
617       - lispflowmapping-csit-1node-msmr-all-fluorine
618       - netconf-csit-1node-callhome-only-fluorine
619       - netconf-csit-1node-userfeatures-all-fluorine
620       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-sfc-fluorine
621       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-fluorine
622       - openflowplugin-csit-1node-flow-services-all-fluorine
623       - openflowplugin-csit-1node-longevity-only-fluorine
624       - openflowplugin-csit-1node-perf-bulkomatic-only-fluorine
625       - openflowplugin-csit-1node-perf-stats-collection-only-fluorine
626       - openflowplugin-csit-1node-sanity-only-fluorine
627       - openflowplugin-csit-1node-scale-link-only-fluorine
628       - openflowplugin-csit-1node-scale-only-fluorine
629       - openflowplugin-csit-1node-scale-switch-only-fluorine
630       - openflowplugin-csit-3node-clustering-bulkomatic-only-fluorine
631       - openflowplugin-csit-3node-clustering-only-fluorine
632       - ovsdb-csit-3node-upstream-clustering-only-fluorine
633       - sfc-csit-3node-docker-full-deploy-all-fluorine
634       - sfc-csit-3node-rest-basic-all-fluorine
635     view-type: list
636     filter-executors: false
637     filter-queue: false
638     columns:
639       - status
640       - weather
641       - job
642       - last-success
643       - last-failure
644       - last-duration
645       - build-button
646       - jacoco
647       - find-bugs
648       - robot-list
649     recurse: false
650
651 - view:
652     name: csit-stable-ne
653     description: 'List of stable integration jobs for managed projects'
654     job-name:
655       - aaa-csit-1node-authn-all-neon
656       - bgpcep-csit-1node-throughpcep-all-neon
657       - coe-csit-1node-container-networking-only-neon
658       - controller-csit-1node-akka1-all-neon
659       - controller-csit-1node-benchmark-all-neon
660       - controller-csit-1node-notifications-longevity-only-neon
661       - controller-csit-1node-rest-cars-perf-all-neon
662       - controller-csit-3node-benchmark-all-neon
663       - controller-csit-3node-drb-precedence-longevity-only-neon
664       - controller-csit-3node-rest-clust-cars-perf-ask-only-neon
665       - controller-csit-3node-rest-clust-cars-perf-tell-only-neon
666       - daexim-csit-1node-basic-only-neon
667       - daexim-csit-3node-clustering-basic-only-neon
668       - distribution-csit-1node-userfeatures-all-neon
669       - genius-csit-1node-upstream-only-neon
670       - genius-csit-3node-upstream-only-neon
671       - lispflowmapping-csit-1node-msmr-all-neon
672       - netconf-csit-1node-callhome-only-neon
673       - netconf-csit-1node-userfeatures-all-neon
674       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-sfc-neon
675       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-neon
676       - openflowplugin-csit-1node-flow-services-all-neon
677       - openflowplugin-csit-1node-longevity-only-neon
678       - openflowplugin-csit-1node-perf-bulkomatic-only-neon
679       - openflowplugin-csit-1node-perf-stats-collection-only-neon
680       - openflowplugin-csit-1node-sanity-only-neon
681       - openflowplugin-csit-1node-scale-link-only-neon
682       - openflowplugin-csit-1node-scale-only-neon
683       - openflowplugin-csit-1node-scale-switch-only-neon
684       - openflowplugin-csit-3node-clustering-bulkomatic-only-neon
685       - openflowplugin-csit-3node-clustering-only-neon
686       - ovsdb-csit-3node-upstream-clustering-only-neon
687       - sfc-csit-3node-docker-full-deploy-all-neon
688       - sfc-csit-3node-rest-basic-all-neon
689     view-type: list
690     filter-executors: false
691     filter-queue: false
692     columns:
693       - status
694       - weather
695       - job
696       - last-success
697       - last-failure
698       - last-duration
699       - build-button
700       - jacoco
701       - find-bugs
702       - robot-list
703     recurse: false