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