Merge "Fix yamllint for bier"
[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       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
19       - boron:
20           branch: 'stable/boron'
21           jre: 'openjdk8'
22           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
23
24       - beryllium:
25           branch: 'stable/beryllium'
26           jre: 'openjdk7'
27           robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@'
28
29     install:
30       - only:
31           scope: 'only'
32
33     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
34     tools_system_count: 0
35     odl_system_flavor: 8 GB General Purpose v1
36
37     # Features to install
38     install-features: 'odl-restconf'
39
40     # Additional patterns to archive
41     archive-artifacts: '*.xml'