Provision mininet-ovs-25 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 infrautils mdsal 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 infrautils mdsal 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       - patches-to-build-parameter:
379           patches_to_build: '$PATCHES_TO_BUILD'
380       - build-order-parameter:
381           build-order: '{build-order}'
382       - build-fast-parameter:
383           build-fast: 'false'
384       - run-test-parameter:
385           run-test: 'false'
386       - integration-distribution-branch:
387           branch: '{branch}'
388       - integration-distribution-stream:
389           stream: '{stream}'
390       - distribution-karaf-version:
391           karaf-version: '{karaf-version}'
392       - opendaylight-infra-parameters:
393           os-cloud: '{os-cloud}'
394           project: 'integration/distribution'
395           branch: '{branch}'
396           refspec: 'refs/heads/{branch}'
397           artifacts: '{archive-artifacts}'
398       - lf-infra-maven-parameters:
399           mvn-opts: ''
400           mvn-params: ''
401           mvn-version: mvn35
402           staging-profile-id: ''  # Staging repos do not make sense for this job
403
404     wrappers:
405       - opendaylight-infra-wrappers:
406           build-timeout: '1200'
407
408     triggers:
409       - gerrit:
410           server-name: '{gerrit-server-name}'
411           trigger-on:
412             - comment-added-contains-event:
413                 comment-contains-value: 'multipatch-build'
414           projects:
415             - project-compare-type: ANT
416               project-pattern: '**'
417               branches:
418                 - branch-compare-type: ANT
419                   branch-pattern: '**/{branch}'
420
421     builders:
422       - lf-infra-pre-build
423       - wipe-org-opendaylight-repo
424       - lf-maven-install:
425           mvn-version: '{mvn-version}'
426       - lf-provide-maven-settings:
427           global-settings-file: 'global-settings'
428           settings-file: 'integration-distribution-settings'
429       - integration-multipatch-builder
430       - integration-upload-distribution:
431           dist-pom: patch_tester/distribution/pom.xml
432       - conditional-step:
433           condition-kind: boolean-expression
434           condition-expression: $RUN_TEST
435           steps:
436             - trigger-builds:
437                 - project: '{csit-list}'
438                   block: true
439                   predefined-parameters: |
440                     BUNDLE_URL=$BUNDLE_URL
441                     KARAF_VERSION=$KARAF_VERSION
442
443     publishers:
444       - lf-infra-publish
445       - email-notification:
446           email-recipients: '{email-recipients}'
447           email-prefix: '[int/dist]'
448
449 - job-template:
450     name: 'integration-distribution-weekly-test-trigger-{stream}'
451
452     project-type: freestyle
453     node: queue-intque-2c-1g
454
455     properties:
456       - opendaylight-infra-properties:
457           build-days-to-keep: '{build-days-to-keep}'
458
459     parameters:
460       - integration-bundle-url:
461           bundle-url: '{bundle-url}'
462       - distribution-karaf-version:
463           karaf-version: '{karaf-version}'
464
465     triggers:
466       - timed: '{schedule-weekly}'
467
468     builders:
469       - trigger-builds:
470           - project: '{csit-weekly-list}'
471             block: true
472             predefined-parameters: |
473               BUNDLE_URL=$BUNDLE_URL
474               KARAF_VERSION=$KARAF_VERSION
475
476     publishers:
477       - email-notification:
478           email-recipients: '{email-recipients}'
479           email-prefix: '[integration]'
480
481 - job-template:
482     name: 'integration-distribution-high-frequency-test-trigger-{stream}'
483
484     project-type: freestyle
485     node: queue-intque-2c-1g
486
487     properties:
488       - opendaylight-infra-properties:
489           build-days-to-keep: '{build-days-to-keep}'
490
491     parameters:
492       - integration-bundle-url:
493           bundle-url: '{bundle-url}'
494       - distribution-karaf-version:
495           karaf-version: '{karaf-version}'
496
497     triggers:
498       - timed: '{schedule-high-frequency}'
499
500     builders:
501       - lf-infra-pre-build
502       - trigger-builds:
503           - project: '{csit-high-frequency-list}'
504             block: true
505             predefined-parameters: |
506               BUNDLE_URL=$BUNDLE_URL
507               KARAF_VERSION=$KARAF_VERSION
508
509     publishers:
510       - email-notification:
511           email-recipients: '{email-recipients}'
512           email-prefix: '[integration]'
513
514 - job-template:
515     name: 'integration-update-csit-tests-{stream}'
516
517     # This job's purpose is to update csit
518     # tests to run in integration-distribution-test-{stream}
519     # by updating integration files: csit-list-{stream}.inc
520     # These files can be used as !include in int-dist-test-{stream}
521
522     ######################
523     # Default parameters #
524     ######################
525
526     git-url: '$GIT_URL/$PROJECT'
527     submodule-recursive: true
528     submodule-timeout: 10
529
530     #####################
531     # Job Configuration #
532     #####################
533
534     project-type: freestyle
535     node: centos7-builder-2c-2g
536
537     properties:
538       - lf-infra-properties:
539           build-days-to-keep: 7
540
541     parameters:
542       - lf-infra-parameters:
543           project: releng/builder  # Hardcode as this job needs to pull releng/builder
544           stream: '{stream}'
545           branch: master  # Hardcode as releng/builder only has master
546           lftools-version: '{lftools-version}'
547       - string:
548           name: CSIT_BLACKLIST
549           default: '{csit-blacklist}'
550           description: Space separated list of jobs strings to blacklist.
551
552     scm:
553       - lf-infra-gerrit-scm:
554           jenkins-ssh-credential: '{jenkins-ssh-credential}'
555           git-url: '{git-url}'
556           refspec: '$GERRIT_REFSPEC'
557           branch: '$GERRIT_BRANCH'
558           submodule-recursive: '{submodule-recursive}'
559           submodule-timeout: '{submodule-timeout}'
560           choosing-strategy: default
561
562     wrappers:
563       - lf-infra-wrappers:
564           build-timeout: 10
565           jenkins-ssh-credential: '{jenkins-ssh-credential}'
566
567     triggers:
568       - reverse:
569           jobs: builder-jjb-merge
570
571     builders:
572       - lf-infra-pre-build
573       - shell: !include-raw-escape: update-csit-tests.sh
574       - shell: |
575           git status
576           git add jjb/integration/*.lst
577       - lf-infra-push-gerrit-patch:
578           project: 'releng/builder'
579           gerrit-user: 'jenkins-$SILO'
580           gerrit-host: 'git.opendaylight.org'
581           gerrit-topic: 'auto-update-csit-jobs-{stream}'
582           gerrit-commit-message: 'Auto Update CSIT Jobs to run for {stream}'
583           reviewers-email: 'jluhrsen@redhat.com'
584
585     publishers:
586       - lf-infra-publish
587
588 - project:
589     name: integration-view
590     views:
591       - project-view
592     project-name: integration
593
594 - view:
595     name: csit-stable-f
596     description: 'List of stable integration jobs for managed projects'
597     job-name:
598       - aaa-csit-1node-authn-all-fluorine
599       - bgpcep-csit-1node-throughpcep-all-fluorine
600       - coe-csit-1node-container-networking-only-fluorine
601       - controller-csit-1node-akka1-all-fluorine
602       - controller-csit-1node-benchmark-all-fluorine
603       - controller-csit-1node-notifications-longevity-only-fluorine
604       - controller-csit-1node-rest-cars-perf-all-fluorine
605       - controller-csit-3node-benchmark-all-fluorine
606       - controller-csit-3node-drb-precedence-longevity-only-fluorine
607       - controller-csit-3node-rest-clust-cars-perf-ask-only-fluorine
608       - controller-csit-3node-rest-clust-cars-perf-tell-only-fluorine
609       - daexim-csit-1node-basic-only-fluorine
610       - daexim-csit-3node-clustering-basic-only-fluorine
611       - distribution-csit-1node-userfeatures-all-fluorine
612       - genius-csit-1node-upstream-only-fluorine
613       - genius-csit-3node-upstream-only-fluorine
614       - lispflowmapping-csit-1node-msmr-all-fluorine
615       - netconf-csit-1node-callhome-only-fluorine
616       - netconf-csit-1node-userfeatures-all-fluorine
617       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-sfc-fluorine
618       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-fluorine
619       - openflowplugin-csit-1node-flow-services-all-fluorine
620       - openflowplugin-csit-1node-longevity-only-fluorine
621       - openflowplugin-csit-1node-perf-bulkomatic-only-fluorine
622       - openflowplugin-csit-1node-perf-stats-collection-only-fluorine
623       - openflowplugin-csit-1node-sanity-only-fluorine
624       - openflowplugin-csit-1node-scale-link-only-fluorine
625       - openflowplugin-csit-1node-scale-only-fluorine
626       - openflowplugin-csit-1node-scale-switch-only-fluorine
627       - openflowplugin-csit-3node-clustering-bulkomatic-only-fluorine
628       - openflowplugin-csit-3node-clustering-only-fluorine
629       - ovsdb-csit-3node-upstream-clustering-only-fluorine
630       - sfc-csit-3node-docker-full-deploy-all-fluorine
631       - sfc-csit-3node-rest-basic-all-fluorine
632     <<: *releng_view_common
633
634 - view:
635     name: csit-stable-ne
636     description: 'List of stable integration jobs for managed projects'
637     job-name:
638       - aaa-csit-1node-authn-all-neon
639       - bgpcep-csit-1node-throughpcep-all-neon
640       - coe-csit-1node-container-networking-only-neon
641       - controller-csit-1node-akka1-all-neon
642       - controller-csit-1node-benchmark-all-neon
643       - controller-csit-1node-notifications-longevity-only-neon
644       - controller-csit-1node-rest-cars-perf-all-neon
645       - controller-csit-3node-benchmark-all-neon
646       - controller-csit-3node-drb-precedence-longevity-only-neon
647       - controller-csit-3node-rest-clust-cars-perf-ask-only-neon
648       - controller-csit-3node-rest-clust-cars-perf-tell-only-neon
649       - daexim-csit-1node-basic-only-neon
650       - daexim-csit-3node-clustering-basic-only-neon
651       - distribution-csit-1node-userfeatures-all-neon
652       - genius-csit-1node-upstream-only-neon
653       - genius-csit-3node-upstream-only-neon
654       - lispflowmapping-csit-1node-msmr-all-neon
655       - netconf-csit-1node-callhome-only-neon
656       - netconf-csit-1node-userfeatures-all-neon
657       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-sfc-neon
658       - netvirt-csit-1node-0cmb-1ctl-2cmp-openstack-queens-upstream-stateful-neon
659       - openflowplugin-csit-1node-flow-services-all-neon
660       - openflowplugin-csit-1node-longevity-only-neon
661       - openflowplugin-csit-1node-perf-bulkomatic-only-neon
662       - openflowplugin-csit-1node-perf-stats-collection-only-neon
663       - openflowplugin-csit-1node-sanity-only-neon
664       - openflowplugin-csit-1node-scale-link-only-neon
665       - openflowplugin-csit-1node-scale-only-neon
666       - openflowplugin-csit-1node-scale-switch-only-neon
667       - openflowplugin-csit-3node-clustering-bulkomatic-only-neon
668       - openflowplugin-csit-3node-clustering-only-neon
669       - ovsdb-csit-3node-upstream-clustering-only-neon
670       - sfc-csit-3node-docker-full-deploy-all-neon
671       - sfc-csit-3node-rest-basic-all-neon
672     <<: *releng_view_common