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