Fix validate-autorelease JAVA_HOME not set
[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       - aluminium:
20           branch: 'master'
21           jre: 'openjdk11'
22       - magnesium:
23           branch: 'stable/magnesium'
24           jre: 'openjdk11'
25       - sodium:
26           branch: 'stable/sodium'
27
28     install:
29       - only:
30           scope: 'only'
31
32     # Job images
33     tools_system_image: 'ZZCI - Ubuntu 16.04 - mininet-ovs-28 - 20190415-091034.881'
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'