Do not specify jre or jdk if default value applies
[releng/builder.git] / jjb / aaa / aaa-csit-idmlite.yaml
1 ---
2 - project:
3     name: aaa-csit-idmlite
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'aaa'
10
11     # The functionality under test
12     functionality: 'idmlite'
13
14     # Project branches
15     stream:
16       - oxygen:
17           branch: 'master'
18       - nitrogen:
19           branch: 'stable/nitrogen'
20       - carbon:
21           branch: 'stable/carbon'
22           karaf-version: karaf3
23
24     install:
25       - all:
26           scope: 'all'
27
28     # Features to install
29     install-features: >
30         odl-openflowplugin-flow-services-ui,
31         odl-aaa-api,
32         odl-aaa-authn,
33         odl-aaa-netconf-plugin
34
35     # Robot custom options
36     robot-options: ''
37
38     # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
39     tools_system_count: 0