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