CI: Remove stable/phosphorus jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-sanity.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-sanity
4     jobs:
5       - inttest-csit-1node
6       - inttest-csit-verify-1node
7
8     # The project name
9     project: "openflowplugin"
10     jre: "openjdk17"
11
12     # The functionality under test
13     functionality: "sanity"
14
15     # Project branches
16     stream:
17       - argon:
18           branch: "master"
19       - chlorine:
20           branch: "stable/chlorine"
21       - sulfur:
22           branch: "stable/sulfur"
23           jre: "openjdk11"
24
25     install:
26       - only:
27           scope: "only"
28
29     # Features to install
30     install-features: >
31       odl-openflowplugin-flow-services-rest,
32       odl-openflowplugin-app-table-miss-enforcer,
33       odl-openflowplugin-nxm-extensions
34
35     # Robot custom options
36     robot-options: "-v SWITCHES:3"