Create Neon jobs and bump fluorine branch
[releng/builder.git] / jjb / aaa / aaa-csit-authn.yaml
1 ---
2 - project:
3     name: aaa-csit-authn
4     jobs:
5       - inttest-csit-1node
6       - inttest-csit-verify-1node
7
8     # The project name
9     project: 'aaa'
10
11     # The functionality under test
12     functionality: 'authn'
13
14     # Project branches
15     stream:
16       - neon:
17           branch: 'master'
18       - fluorine:
19           branch: 'stable/fluorine'
20       - oxygen:
21           branch: 'stable/oxygen'
22
23     install:
24       - all:
25           scope: 'all'
26
27     # Features to install
28     install-features: 'odl-restconf'
29
30     # Robot custom options
31     robot-options: ''
32
33     # Don't spin up mininet vms as aaa-csit-authn jobs don't need them
34     tools_system_count: 0