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