Merge "Replace `` cmd substitution with $()"
[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
22     install:
23       - only:
24           scope: 'only'
25
26     # Features to install
27     install-features: odl-restconf,
28         odl-netconf-all,
29         http
30
31     # Robot custom options
32     robot-options: ''
33
34     # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
35     tools_system_count: 0