Feat!: Remove all stable/aluminium jobs
[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       - sulfur:
16           branch: "master"
17           jre: "openjdk11"
18       - phosphorus:
19           branch: "stable/phosphorus"
20           jre: "openjdk11"
21       - silicon:
22           branch: "stable/silicon"
23           jre: "openjdk11"
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"