Branch cut for stable/silicon 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     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       - phosphorus:
20           branch: "master"
21           jre: "openjdk11"
22       - silicon:
23           branch: "stable/silicon"
24           jre: "openjdk11"
25       - aluminium:
26           branch: "stable/aluminium"
27           jre: "openjdk11"
28       - magnesium:
29           branch: "stable/magnesium"
30           jre: "openjdk11"
31
32     install:
33       - only:
34           scope: "only"
35
36     # Job images
37     tools_system_image: "ZZCI - Ubuntu 16.04 - mininet-ovs-28 - x86_64 - 20200813-051640.743"
38
39     # Features to install
40     install-features: >
41       odl-openflowplugin-flow-services-rest,
42       odl-openflowplugin-app-table-miss-enforcer
43
44     # Robot custom options
45     robot-options: "-v TEST_LENGTH:23h -v NUM_SWITCHES:16"