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