Revert "Chore: Upgrade projects to use JDK17" for l2switch
[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       - calcium:
21           branch: "master"
22       - potassium:
23           branch: "stable/potassium"
24       - argon:
25           branch: "stable/argon"
26
27     install:
28       - only:
29           scope: "only"
30
31     # Features to install
32     install-features: >
33       odl-openflowplugin-flow-services-rest,
34       odl-openflowplugin-app-table-miss-enforcer
35
36     # Robot custom options
37     robot-options: "-v TEST_LENGTH:23h -v NUM_SWITCHES:16"