Merge "Enhance 6Wind quagga image on ubuntu16 & centos7"
[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           karaf-version: karaf3
22           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
23       - boron:
24           branch: 'stable/boron'
25           jre: 'openjdk8'
26           karaf-version: karaf3
27           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
28       - beryllium:
29           branch: 'stable/beryllium'
30           jre: 'openjdk7'
31           karaf-version: karaf3
32           robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@'
33
34     install:
35       - only:
36           scope: 'only'
37
38     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
39     tools_system_count: 0
40     odl_system_flavor: 8 GB General Purpose v1
41
42     # Features to install
43     install-features: 'odl-restconf'
44
45     # Additional patterns to archive
46     archive-artifacts: '*.xml'