Merge "Update Ubuntu mininet image and labels"
[releng/builder.git] / jjb / controller / controller-csit-drb-precedence.yaml
1 ---
2 - project:
3     name: mdsal-csit-dom-rpc-broker-precedence-longevity
4     jobs:
5       - '{project}-csit-3node-{functionality}-{install}-{stream}'
6
7     # The project name
8     project: 'controller'
9
10     # The functionality under test
11     functionality: 'drb-precedence-longevity'
12
13     # Project branches
14     stream:
15       - carbon:
16           branch: 'master'
17           jre: 'openjdk8'
18
19     install:
20       - only:
21           scope: 'only'
22
23     # Features to install
24     install-features: >
25         odl-restconf,
26         odl-clustering-test-app
27
28     # Built timeout
29     build-timeout: '1500'