Merge "Update cloud image Ubuntu18.04 mininet ovs"
[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
28     install:
29       - only:
30           scope: "only"
31
32     # Features to install
33     install-features: >
34       odl-openflowplugin-flow-services-rest,
35       odl-openflowplugin-app-table-miss-enforcer
36
37     # Robot custom options
38     robot-options: "-v TEST_LENGTH:23h -v NUM_SWITCHES:16"