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