Merge "Update the branch script to set the java-version to openjdk11"
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-sanity.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-sanity
4     jobs:
5       - inttest-csit-1node
6       - inttest-csit-verify-1node
7
8     # The project name
9     project: 'openflowplugin'
10
11     # The functionality under test
12     functionality: 'sanity'
13
14     # Project branches
15     stream:
16       - aluminium:
17           branch: 'master'
18           jre: 'openjdk11'
19       - magnesium:
20           branch: 'stable/magnesium'
21           jre: 'openjdk11'
22       - sodium:
23           branch: 'stable/sodium'
24       - neon:
25           branch: 'stable/neon'
26
27     install:
28       - only:
29           scope: 'only'
30
31     # Job images
32     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'
33
34     # Features to install
35     install-features: >
36         odl-openflowplugin-flow-services-rest,
37         odl-openflowplugin-app-table-miss-enforcer,
38         odl-openflowplugin-nxm-extensions
39
40     # Robot custom options
41     robot-options: '-v SWITCHES:3'