Feat!: Remove all stable/aluminium jobs
[releng/builder.git] / jjb / openflowplugin / openflowplugin-csit-longevity.yaml
1 ---
2 - project:
3     name: openflowplugin-csit-longevity
4     jobs:
5       - inttest-csit-1node
6
7     # The project name
8     project: "openflowplugin"
9     build-timeout: 1440
10
11     # The functionality under test
12     functionality: "longevity"
13
14     # Set elasticsearch attribute to value 'long' for longevity jobs
15     # elasticsearch-attribute: 'long'
16
17     # Project branches
18     stream:
19       - sulfur:
20           branch: "master"
21           jre: "openjdk11"
22       - phosphorus:
23           branch: "stable/phosphorus"
24           jre: "openjdk11"
25       - silicon:
26           branch: "stable/silicon"
27           jre: "openjdk11"
28
29     install:
30       - only:
31           scope: "only"
32
33     # Features to install
34     install-features: >
35       odl-openflowplugin-flow-services-rest,
36       odl-openflowplugin-app-table-miss-enforcer
37
38     # Robot custom options
39     robot-options: "-v TEST_LENGTH:23h -v NUM_SWITCHES:16"