Merge "Push OpFlex artifacts to Nexus repository."
[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       - oxygen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20           jre: 'openjdk8'
21       - carbon:
22           branch: 'stable/carbon'
23           jre: 'openjdk8'
24           karaf-version: karaf3
25           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
26       - boron:
27           branch: 'stable/boron'
28           jre: 'openjdk8'
29           karaf-version: karaf3
30           robot-options: '-v JAVA_OPTIONS:-Xmx6656m'
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'