Merge "Clean up log file size increase logic"
[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
26     install:
27       - all:
28           scope: 'all'
29
30     # Features to install
31     install-features: 'odl-alto-resourcepool,odl-restconf-all,odl-alto-basic'
32
33     # Robot custom options
34     robot-options: ''
35
36     # Don't spin up mininet vms as alto-csit-setup jobs don't need them
37     tools_system_count: 0