Create Neon jobs and bump fluorine branch
[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     # Project branches
14     stream:
15       - neon:
16           branch: 'master'
17       - fluorine:
18           branch: 'stable/fluorine'
19       - oxygen:
20           branch: 'stable/oxygen'
21
22     install:
23       - all:
24           scope: 'all'
25
26     # Features to install
27     install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic'
28
29     # Robot custom options
30     robot-options: ''
31
32     # Don't spin up mininet vms as alto-csit-setup jobs don't need them
33     tools_system_count: 0