5814a47b915afc9e85677814eb3d7d7768158a35
[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       - magnesium:
18           branch: 'master'
19           jre: 'openjdk11'
20       - sodium:
21           branch: 'stable/sodium'
22       - neon:
23           branch: 'stable/neon'
24
25     install:
26       - all:
27           scope: 'all'
28
29     # Features to install
30     install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic'
31
32     # Robot custom options
33     robot-options: ''
34
35     # Don't spin up mininet vms as alto-csit-setup jobs don't need them
36     tools_system_count: 0