Remove nitrogen branches in projects
[releng/builder.git] / jjb / mdsal / mdsal-csit-bindingv1.yaml
1 ---
2 - project:
3     name: mdsal-csit-bindingv1
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: 'mdsal'
9
10     # The functionality under test
11     functionality: 'bindingv1'
12
13     stream:
14       - fluorine:
15           branch: 'master'
16       - oxygen:
17           branch: 'stable/oxygen'
18
19     install:
20       - only:
21           scope: 'only'
22
23     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
24     tools_system_count: 0
25     odl_system_flavor: odl-standard-4
26
27     # Features to install
28     install-features: 'odl-restconf'
29
30     # Additional patterns to archive
31     archive-artifacts: '*.xml'