Merge "Add lf-infra-docs job"
[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     stream:
14       - oxygen:
15           branch: 'master'
16           jre: 'openjdk8'
17       - nitrogen:
18           branch: 'stable/nitrogen'
19           jre: 'openjdk8'
20       - carbon:
21           branch: 'stable/carbon'
22           jre: 'openjdk8'
23           karaf-version: karaf3
24           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
25
26     install:
27       - only:
28           scope: 'only'
29
30     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
31     tools_system_count: 0
32     odl_system_flavor: 8 GB General Purpose v1
33
34     # Features to install
35     install-features: 'odl-restconf'
36
37     # Additional patterns to archive
38     archive-artifacts: '*.xml'