5335da9244f2ad98cb659ca0964b3a22cdb72d7a
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
1 - project:
2     name: mdsal-csit-bindingv1
3     jobs:
4         - '{project}-csit-1node-periodic-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'mdsal'
8
9     # The functionality under test
10     functionality: 'bindingv1'
11
12     # Project branches. Boron for actual testing, Beryllium for sanity.
13     stream:
14         - carbon:
15             branch: 'master'
16             jre: 'openjdk8'
17             robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
18         - boron:
19             branch: 'stable/boron'
20             jre: 'openjdk8'
21             robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
22
23         - beryllium:
24             branch: 'stable/beryllium'
25             jre: 'openjdk7'
26             robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@'
27
28     install:
29         - only:
30             scope: 'only'
31
32     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
33     mininet-vms: 0
34     controller-image: 'centos7-java-builder-4c-8g'
35
36     # Features to install
37     install-features: 'odl-restconf'
38
39     # Additional patterns to archive
40     archive-artifacts: '*.xml'
41
42     # Trigger jobs (daily)
43     schedule: 'H H * * *'