8fd766fd6aedfe1306810a01caa89552e8fd551c
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
1 ---
2 - project:
3     name: mdsal-csit-bindingv1
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'mdsal'
9
10     # The functionality under test
11     functionality: 'bindingv1'
12
13     stream:
14       - fluorine:
15           branch: 'master'
16       - oxygen:
17           branch: 'stable/oxygen'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20
21     install:
22       - only:
23           scope: 'only'
24
25     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
26     tools_system_count: 0
27     odl_system_flavor: odl-standard-4
28
29     # Features to install
30     install-features: 'odl-restconf'
31
32     # Additional patterns to archive
33     archive-artifacts: '*.xml'