Merge "Update releng/global-jjb repository information"
[releng/builder.git] / jjb / aaa / aaa-csit-tls.yaml
1 ---
2 - project:
3     name: aaa-csit-tls
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'aaa'
9
10     # The functionality under test
11     functionality: 'tls'
12
13     # Project branches
14     stream:
15       - nitrogen:
16           branch: 'master'
17           jre: 'openjdk8'
18       - carbon:
19           branch: 'stable/carbon'
20           jre: 'openjdk8'
21           karaf-version: karaf3
22
23     install:
24       - only:
25           scope: 'only'
26
27     # Features to install
28     install-features: odl-restconf,
29         odl-netconf-all,
30         http
31
32     # Robot custom options
33     robot-options: ''
34
35     # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
36     tools_system_count: 0