Job for bindingv1 suite
[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         - boron:
15             branch: 'master'
16             jre: 'openjdk8'
17             robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
18
19         - beryllium:
20             branch: 'stable/beryllium'
21             jre: 'openjdk7'
22             robot-options: '-v JAVA_7_OPTIONS:-Xmx6144m@-XX:MaxPermSize=512m --escape space:@'
23
24     install:
25         - only:
26             scope: 'only'
27
28     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
29     mininet-vms: 0
30     controller-image: 'centos7-java-builder-4c-8g'
31
32     # Features to install
33     install-features: 'odl-restconf'
34
35     # Additional patterns to archive
36     archive-artifacts: '*.xml'
37
38     # Trigger jobs (daily)
39     schedule: 'H H * * *'