b1b6c24d74f9c3cd2ef342cdfd9ebc3925d511ec
[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       - neon:
22           branch: 'master'
23           mvn-version: 'mvn35'
24           csit-list: !include: csit-jobs-neon.lst
25           build-order: >
26               odlparent yangtools infrautils mdsal controller serviceutils aaa netconf
27               daexim ovsdb neutron openflowplugin coe genius lispflowmapping sfc netvirt
28               bgpcep integration/distribution
29
30       - fluorine:
31           branch: 'stable/fluorine'
32           mvn-version: 'mvn35'
33           csit-list: !include: csit-jobs-fluorine.lst
34           build-order: >
35               odlparent yangtools infrautils mdsal controller serviceutils aaa netconf
36               daexim ovsdb neutron openflowplugin coe genius lispflowmapping sfc netvirt
37               bgpcep integration/distribution
38
39       - oxygen:
40           branch: 'stable/oxygen'
41           mvn-version: 'mvn35'
42           csit-list: !include: csit-jobs-oxygen.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       - neon:
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-neon.lst
72           csit-weekly-list: '{csit-weekly-list-neon}'
73           csit-high-frequency-list: '{csit-high-frequency-list-neon}'
74       - fluorine:
75           branch: 'stable/fluorine'
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-fluorine.lst
86           csit-weekly-list: '{csit-weekly-list-fluorine}'
87           csit-high-frequency-list: '{csit-high-frequency-list-fluorine}'
88       - oxygen:
89           branch: 'stable/oxygen'
90           csit-blacklist: >
91               capwap centinel didm iotdm jsonrpc lacp messaging4transport netide nic
92               ocpplugin sdninterfaceapp unimgr usecplugin gate longevity sanity tdd tempest wip
93               aaa-csit-1node-keystone-all groupbasedpolicy-csit-1node-1cmb-0ctl-0cmp-openstack-pike-openstack
94               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-pike
95               netvirt-csit-1node-1cmb-0ctl-0cmp-openstack-queens-upstream-stateful-itm-direct
96               netvirt-csit-3node-1cmb
97               last-line-is-ignored-so-we-need-something-dummy-here-to-make-sure-the-real-last-line-is-used
98           csit-list: !include: csit-jobs-oxygen.lst
99           csit-weekly-list: '{csit-weekly-list-oxygen}'
100           csit-high-frequency-list: '{csit-high-frequency-list-oxygen}'
101
102 - project:
103     name: integration-sanity
104     project: integration/test
105     project-name: integration-test
106     jobs:
107       - 'integration-sanity-test-{stream}'
108
109     stream:
110       - neon:
111           branch: 'master'
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       - oxygen:
119           branch: 'stable/oxygen'
120           karaf-version: karaf4
121           csit-sanity-list: '{csit-sanity-list-oxygen}'
122
123 - job-template:
124     name: 'integration-merge-dashboard'
125     project-type: freestyle
126     node: centos7-builder-2c-1g
127
128     properties:
129       - opendaylight-infra-properties:
130           build-days-to-keep: '{build-days-to-keep}'
131
132     parameters:
133       - opendaylight-infra-parameters:
134           os-cloud: '{os-cloud}'
135           project: '{project}'
136           branch: 'master'
137           refspec: 'refs/heads/master'
138           artifacts: '{archive-artifacts}'
139
140     scm:
141       - integration-gerrit-scm:
142           basedir: 'test'
143           refspec: '$GERRIT_REFSPEC'
144           branch: 'master'
145
146     wrappers:
147       - opendaylight-infra-wrappers:
148           build-timeout: '{build-timeout}'
149
150     triggers:
151       - gerrit-trigger-patch-merged:
152           gerrit-server-name: '{gerrit-server-name}'
153           name: '{project}'
154           branch: 'master'
155           files: 'dashboard/**'
156           forbidden-files: ''
157
158     builders:
159       - config-file-provider:
160           files:
161             - file-id: odl-elastic-cloud
162               target: '$HOME/.netrc'
163       - integration-install-robotframework
164       # yamllint disable-line rule:line-length
165       - shell: python3 $WORKSPACE/test/csit/scripts/push_dashboard.py a4ff38b99ef2c7626450543021b4c134.us-east-1.aws.found.io:9243
166
167     publishers:
168       - lf-infra-publish
169       - email-notification:
170           email-recipients: '{email-recipients}'
171           email-prefix: '[{project-name}]'
172
173 - job-template:
174     name: 'integration-distribution-test-{stream}'
175     # Goal: Verify a distribution through all system test available
176     # Operation: This template takes a distribution and passes all available system test
177
178     project-type: freestyle
179     node: queue-disttest-2c-1g
180
181     properties:
182       - opendaylight-infra-properties:
183           build-days-to-keep: '{build-days-to-keep}'
184
185     parameters:
186       - integration-bundle-url:
187           bundle-url: '{bundle-url}'
188       - distribution-karaf-version:
189           karaf-version: '{karaf-version}'
190
191     builders:
192       - trigger-builds:
193           - project: '{csit-list}'
194             block: true
195             predefined-parameters: |
196               BUNDLE_URL=$BUNDLE_URL
197               KARAF_VERSION=$KARAF_VERSION
198
199     wrappers:
200       - lf-infra-wrappers:
201           build-timeout: 1440
202           jenkins-ssh-credential: '{jenkins-ssh-credential}'
203
204     publishers:
205       - opendaylight-infra-generate-csit-status-report
206       - email-notification:
207           email-recipients: '{email-recipients}'
208           email-prefix: '[integration]'
209       - lf-infra-publish
210
211 - job-template:
212     name: 'integration-sanity-test-{stream}'
213     # Goal: Verify a distribution through sanity test
214     # Operation: This template takes a distribution and passes sanity test
215     # This jobs works for both managed & unmanaged distro.
216
217     project-type: freestyle
218     node: queue-intque-2c-1g
219
220     properties:
221       - opendaylight-infra-properties:
222           build-days-to-keep: '{build-days-to-keep}'
223
224     parameters:
225       - integration-bundle-url:
226           bundle-url: '{bundle-url}'
227       - distribution-karaf-version:
228           karaf-version: '{karaf-version}'
229
230     triggers:
231       - timed: '{schedule-daily}'
232
233     builders:
234       - trigger-builds:
235           - project: '{csit-sanity-list}'
236             block: true
237             predefined-parameters: |
238               BUNDLE_URL=$BUNDLE_URL
239               KARAF_VERSION=$KARAF_VERSION
240
241     publishers:
242       - email-notification:
243           email-recipients: '{email-recipients}'
244           email-prefix: '[integration]'
245
246 - job-template:
247     name: 'integration-patch-test-{stream}'
248     # Template: integration-patch-test-{stream}
249     # Goal: Build a patch and run all available system test on a distribution containing the change
250     # Operation: This job template builds a patch, creates a distribution containing the patch, and
251     # triggers the distribution test when test-integration is used in gerrit comments
252
253     project-type: freestyle
254     node: centos7-builder-2c-8g
255
256     properties:
257       - opendaylight-infra-properties:
258           build-days-to-keep: '{build-days-to-keep}'
259
260     parameters:
261       - opendaylight-infra-parameters:
262           os-cloud: '{os-cloud}'
263           project: '$GERRIT_PROJECT'
264           branch: '{branch}'
265           refspec: '$GERRIT_REFSPEC'
266           artifacts: '{archive-artifacts}'
267       - integration-distribution-branch:
268           branch: '{branch}'
269       - distribution-karaf-version:
270           karaf-version: '{karaf-version}'
271       - integration-distribution-git-url:
272           git-url: '{git-url}'
273       - maven-exec:
274           maven-version: mvn35
275
276     scm:
277       - integration-gerrit-scm:
278           basedir: '$GERRIT_PROJECT'
279           refspec: '$GERRIT_REFSPEC'
280           branch: '{branch}'
281       - integration-distribution-scm:
282           branch: '{branch}'
283
284     wrappers:
285       - opendaylight-infra-wrappers:
286           build-timeout: '720'
287
288     triggers:
289       - gerrit:
290           server-name: '{gerrit-server-name}'
291           trigger-on:
292             - comment-added-contains-event:
293                 comment-contains-value: 'test-integration'
294           projects:
295             - project-compare-type: 'ANT'
296               project-pattern: '**'
297               branches:
298                 - branch-compare-type: 'ANT'
299                   branch-pattern: '**/{branch}'
300           skip-vote:
301             successful: true
302             failed: true
303             unstable: true
304             notbuilt: true
305
306     builders:
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: '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     project-type: freestyle
364     node: centos7-builder-8c-8g
365     concurrent: true
366     jdk: '{java-version}'
367
368     properties:
369       - opendaylight-infra-properties:
370           build-days-to-keep: '{build-days-to-keep}'
371
372     parameters:
373       - patches-to-build-parameter:
374           patches_to_build: '$PATCHES_TO_BUILD'
375       - build-order-parameter:
376           build-order: '{build-order}'
377       - build-fast-parameter:
378           build-fast: 'false'
379       - run-test-parameter:
380           run-test: 'false'
381       - integration-distribution-branch:
382           branch: '{branch}'
383       - integration-distribution-stream:
384           stream: '{stream}'
385       - distribution-karaf-version:
386           karaf-version: '{karaf-version}'
387       - opendaylight-infra-parameters:
388           os-cloud: '{os-cloud}'
389           project: 'integration/distribution'
390           branch: '{branch}'
391           refspec: 'refs/heads/{branch}'
392           artifacts: '{archive-artifacts}'
393       - lf-infra-maven-parameters:
394           mvn-opts: ''
395           mvn-params: ''
396           mvn-version: mvn35
397           staging-profile-id: ''  # Staging repos do not make sense for this job
398
399     wrappers:
400       - opendaylight-infra-wrappers:
401           build-timeout: '1200'
402
403     triggers:
404       - gerrit:
405           server-name: '{gerrit-server-name}'
406           trigger-on:
407             - comment-added-contains-event:
408                 comment-contains-value: 'multipatch-build'
409           projects:
410             - project-compare-type: ANT
411               project-pattern: '**'
412               branches:
413                 - branch-compare-type: ANT
414                   branch-pattern: '**/{branch}'
415
416     builders:
417       - wipe-org-opendaylight-repo
418       - lf-maven-install:
419           mvn-version: '{mvn-version}'
420       - lf-provide-maven-settings:
421           global-settings-file: 'global-settings'
422           settings-file: 'integration-distribution-settings'
423       - integration-multipatch-builder
424       - integration-upload-distribution:
425           dist-pom: patch_tester/distribution/pom.xml
426       - conditional-step:
427           condition-kind: boolean-expression
428           condition-expression: $RUN_TEST
429           steps:
430             - trigger-builds:
431                 - project: '{csit-list}'
432                   block: true
433                   predefined-parameters: |
434                     BUNDLE_URL=$BUNDLE_URL
435                     KARAF_VERSION=$KARAF_VERSION
436
437     publishers:
438       - lf-infra-publish
439       - email-notification:
440           email-recipients: '{email-recipients}'
441           email-prefix: '[int/dist]'
442
443 - job-template:
444     name: 'integration-distribution-weekly-test-trigger-{stream}'
445
446     project-type: freestyle
447     node: queue-intque-2c-1g
448
449     properties:
450       - opendaylight-infra-properties:
451           build-days-to-keep: '{build-days-to-keep}'
452
453     parameters:
454       - integration-bundle-url:
455           bundle-url: '{bundle-url}'
456       - distribution-karaf-version:
457           karaf-version: '{karaf-version}'
458
459     triggers:
460       - timed: '{schedule-weekly}'
461
462     builders:
463       - trigger-builds:
464           - project: '{csit-weekly-list}'
465             block: true
466             predefined-parameters: |
467               BUNDLE_URL=$BUNDLE_URL
468               KARAF_VERSION=$KARAF_VERSION
469
470     publishers:
471       - email-notification:
472           email-recipients: '{email-recipients}'
473           email-prefix: '[integration]'
474
475 - job-template:
476     name: 'integration-distribution-high-frequency-test-trigger-{stream}'
477
478     project-type: freestyle
479     node: queue-intque-2c-1g
480
481     properties:
482       - opendaylight-infra-properties:
483           build-days-to-keep: '{build-days-to-keep}'
484
485     parameters:
486       - integration-bundle-url:
487           bundle-url: '{bundle-url}'
488       - distribution-karaf-version:
489           karaf-version: '{karaf-version}'
490
491     triggers:
492       - timed: '{schedule-high-frequency}'
493
494     builders:
495       - trigger-builds:
496           - project: '{csit-high-frequency-list}'
497             block: true
498             predefined-parameters: |
499               BUNDLE_URL=$BUNDLE_URL
500               KARAF_VERSION=$KARAF_VERSION
501
502     publishers:
503       - email-notification:
504           email-recipients: '{email-recipients}'
505           email-prefix: '[integration]'
506
507 - job-template:
508     name: 'integration-update-csit-tests-{stream}'
509
510     # This job's purpose is to update csit
511     # tests to run in integration-distribution-test-{stream}
512     # by updating integration files: csit-list-{stream}.inc
513     # These files can be used as !include in int-dist-test-{stream}
514
515     ######################
516     # Default parameters #
517     ######################
518
519     git-url: '$GIT_URL/$PROJECT'
520     submodule-recursive: true
521     submodule-timeout: 10
522
523     #####################
524     # Job Configuration #
525     #####################
526
527     project-type: freestyle
528     node: centos7-builder-2c-2g
529
530     properties:
531       - lf-infra-properties:
532           build-days-to-keep: 7
533
534     parameters:
535       - lf-infra-parameters:
536           project: releng/builder  # Hardcode as this job needs to pull releng/builder
537           stream: '{stream}'
538           branch: master  # Hardcode as releng/builder only has master
539           lftools-version: '{lftools-version}'
540       - string:
541           name: CSIT_BLACKLIST
542           default: '{csit-blacklist}'
543           description: Space separated list of jobs strings to blacklist.
544
545     scm:
546       - lf-infra-gerrit-scm:
547           jenkins-ssh-credential: '{jenkins-ssh-credential}'
548           git-url: '{git-url}'
549           refspec: '$GERRIT_REFSPEC'
550           branch: '$GERRIT_BRANCH'
551           submodule-recursive: '{submodule-recursive}'
552           submodule-timeout: '{submodule-timeout}'
553           choosing-strategy: default
554
555     wrappers:
556       - lf-infra-wrappers:
557           build-timeout: 10
558           jenkins-ssh-credential: '{jenkins-ssh-credential}'
559
560     triggers:
561       - reverse:
562           jobs: builder-jjb-merge
563
564     builders:
565       - shell: !include-raw-escape: update-csit-tests.sh
566       - shell: |
567           git status
568           git add jjb/integration/*.lst
569       - lf-infra-push-gerrit-patch:
570           project: 'releng/builder'
571           gerrit-user: 'jenkins-$SILO'
572           gerrit-host: 'git.opendaylight.org'
573           gerrit-topic: 'auto-update-csit-jobs-{stream}'
574           gerrit-commit-message: 'Auto Update CSIT Jobs to run for {stream}'
575           reviewers-email: 'jluhrsen@redhat.com'
576
577     publishers:
578       - lf-infra-publish
579
580 - project:
581     name: integration-view
582     views:
583       - project-view
584     project-name: integration
585
586 - view:
587     name: csit-stable-f
588     description: 'List of stable integration jobs for managed projects'
589     job-name:
590       - aaa-csit-1node-authn-all-fluorine
591       - bgpcep-csit-1node-throughpcep-all-fluorine
592       - coe-csit-1node-container-networking-only-fluorine
593       - controller-csit-1node-akka1-all-fluorine
594       - controller-csit-1node-benchmark-all-fluorine
595       - controller-csit-1node-notifications-longevity-only-fluorine
596       - controller-csit-1node-rest-cars-perf-all-fluorine
597       - controller-csit-3node-benchmark-all-fluorine
598       - controller-csit-3node-drb-precedence-longevity-only-fluorine
599       - controller-csit-3node-rest-clust-cars-perf-ask-only-fluorine
600       - controller-csit-3node-rest-clust-cars-perf-tell-only-fluorine
601       - daexim-csit-1node-basic-only-fluorine
602       - daexim-csit-3node-clustering-basic-only-fluorine
603       - distribution-csit-1node-userfeatures-all-fluorine
604       - genius-csit-1node-upstream-only-fluorine
605       - genius-csit-3node-upstream-only-fluorine
606       - lispflowmapping-csit-1node-msmr-all-fluorine
607       - netconf-csit-1node-callhome-only-fluorine
608       - netconf-csit-1node-userfeatures-all-fluorine
609       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-sfc-fluorine
610       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-fluorine
611       - openflowplugin-csit-1node-flow-services-all-fluorine
612       - openflowplugin-csit-1node-longevity-only-fluorine
613       - openflowplugin-csit-1node-perf-bulkomatic-only-fluorine
614       - openflowplugin-csit-1node-perf-stats-collection-only-fluorine
615       - openflowplugin-csit-1node-sanity-only-fluorine
616       - openflowplugin-csit-1node-scale-link-only-fluorine
617       - openflowplugin-csit-1node-scale-only-fluorine
618       - openflowplugin-csit-1node-scale-switch-only-fluorine
619       - openflowplugin-csit-3node-clustering-bulkomatic-only-fluorine
620       - openflowplugin-csit-3node-clustering-only-fluorine
621       - ovsdb-csit-3node-upstream-clustering-only-fluorine
622       - sfc-csit-3node-docker-full-deploy-all-fluorine
623       - sfc-csit-3node-rest-basic-all-fluorine
624     <<: *releng_view_common
625
626 - view:
627     name: csit-stable-ne
628     description: 'List of stable integration jobs for managed projects'
629     job-name:
630       - aaa-csit-1node-authn-all-neon
631       - bgpcep-csit-1node-throughpcep-all-neon
632       - coe-csit-1node-container-networking-only-neon
633       - controller-csit-1node-akka1-all-neon
634       - controller-csit-1node-benchmark-all-neon
635       - controller-csit-1node-notifications-longevity-only-neon
636       - controller-csit-1node-rest-cars-perf-all-neon
637       - controller-csit-3node-benchmark-all-neon
638       - controller-csit-3node-drb-precedence-longevity-only-neon
639       - controller-csit-3node-rest-clust-cars-perf-ask-only-neon
640       - controller-csit-3node-rest-clust-cars-perf-tell-only-neon
641       - daexim-csit-1node-basic-only-neon
642       - daexim-csit-3node-clustering-basic-only-neon
643       - distribution-csit-1node-userfeatures-all-neon
644       - genius-csit-1node-upstream-only-neon
645       - genius-csit-3node-upstream-only-neon
646       - lispflowmapping-csit-1node-msmr-all-neon
647       - netconf-csit-1node-callhome-only-neon
648       - netconf-csit-1node-userfeatures-all-neon
649       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-sfc-neon
650       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-neon
651       - openflowplugin-csit-1node-flow-services-all-neon
652       - openflowplugin-csit-1node-longevity-only-neon
653       - openflowplugin-csit-1node-perf-bulkomatic-only-neon
654       - openflowplugin-csit-1node-perf-stats-collection-only-neon
655       - openflowplugin-csit-1node-sanity-only-neon
656       - openflowplugin-csit-1node-scale-link-only-neon
657       - openflowplugin-csit-1node-scale-only-neon
658       - openflowplugin-csit-1node-scale-switch-only-neon
659       - openflowplugin-csit-3node-clustering-bulkomatic-only-neon
660       - openflowplugin-csit-3node-clustering-only-neon
661       - ovsdb-csit-3node-upstream-clustering-only-neon
662       - sfc-csit-3node-docker-full-deploy-all-neon
663       - sfc-csit-3node-rest-basic-all-neon
664     <<: *releng_view_common