f06a3f08c12e5caca94d5e58869cd22a914f8ae0
[releng/builder.git] / jjb / alto / alto-csit-setup.yaml
1 ---
2 - project:
3     name: alto-csit-setup
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'alto'
9
10     # The functionality under test
11     functionality: 'setup'
12
13     disable-job: true
14
15     # Project branches
16     stream:
17       - aluminium:
18           branch: 'master'
19           jre: 'openjdk11'
20       - magnesium:
21           branch: 'stable/magnesium'
22           jre: 'openjdk11'
23       - sodium:
24           branch: 'stable/sodium'
25       - neon:
26           branch: 'stable/neon'
27
28     install:
29       - all:
30           scope: 'all'
31
32     # Features to install
33     install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic'
34
35     # Robot custom options
36     robot-options: ''
37
38     # Don't spin up mininet vms as alto-csit-setup jobs don't need them
39     tools_system_count: 0