Feat: Branch cut stable/chlorine stream
[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     jre: "openjdk17"
10     build-timeout: 1440
11
12     # The functionality under test
13     functionality: "longevity"
14
15     # Set elasticsearch attribute to value 'long' for longevity jobs
16     # elasticsearch-attribute: 'long'
17
18     # Project branches
19     stream:
20       - argon:
21           branch: "master"
22       - chlorine:
23           branch: "stable/chlorine"
24       - sulfur:
25           branch: "stable/sulfur"
26           jre: "openjdk11"
27       - phosphorus:
28           branch: "stable/phosphorus"
29           jre: "openjdk11"
30
31     install:
32       - only:
33           scope: "only"
34
35     # Features to install
36     install-features: >
37       odl-openflowplugin-flow-services-rest,
38       odl-openflowplugin-app-table-miss-enforcer
39
40     # Robot custom options
41     robot-options: "-v TEST_LENGTH:23h -v NUM_SWITCHES:16"