Feat: Branch cut stable/potassium
[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     jre: "openjdk17"
10     disable-job: true
11
12     # The functionality under test
13     functionality: "bindingv1"
14
15     stream:
16       - calcium:
17           branch: "master"
18       - potassium:
19           branch: "stable/potassium"
20       - argon:
21           branch: "stable/argon"
22       - chlorine:
23           branch: "stable/chlorine"
24
25     install:
26       - only:
27           scope: "only"
28
29     # No tools system VMs needed, but ODL system needs RAM and benefits from CPUs.
30     tools_system_count: 0
31
32     # odl system flavor
33     odl_system_flavor: v3-standard-4
34
35     # Features to install
36     install-features: "odl-restconf"
37
38     # Robot custom options:
39     robot-options: ""
40
41     # Additional patterns to archive
42     archive-artifacts: "*.xml"