Create stable/neon branch bump master to sodium
[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     disable-job: true
10
11     # The functionality under test
12     functionality: 'bindingv1'
13
14     stream:
15       - sodium:
16           branch: 'master'
17       - neon:
18           branch: 'stable/neon'
19       - fluorine:
20           branch: 'stable/fluorine'
21       - oxygen:
22           branch: 'stable/oxygen'
23
24     install:
25       - only:
26           scope: 'only'
27
28     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
29     tools_system_count: 0
30     odl_system_flavor: odl-standard-4
31
32     # Features to install
33     install-features: 'odl-restconf'
34
35     # Additional patterns to archive
36     archive-artifacts: '*.xml'