Disable Lithium jobs
[releng/builder.git] / jjb / controller / controller-csit-clustering-lithium.yaml
1 - project:
2     name: controller-csit-clustering-lithium
3     jobs:
4         - '{project}-csit-3node-{functionality}-{install}-{stream}'
5
6     # The project name
7     project: 'controller'
8
9     # The functionality under test
10     functionality: 'clustering'
11
12     # Project branches
13     stream:
14         - stable-lithium:
15             disabled: true
16             branch: 'stable/lithium'
17             jre: 'openjdk7'
18
19     install:
20         - only:
21             scope: 'only'
22         # Bug 4676 means -all- would fail.
23
24     # No tools system VMs needed in JCloud configuration
25     mininet-vms: 0
26
27     # Features to install
28     install-features: 'odl-restconf,odl-clustering-test-app'
29
30     # Robot custom options
31     robot-options: ''
32
33     # Trigger jobs (upstream dependencies)
34     trigger-jobs: >
35         odlparent-distribution-{stream},
36         yangtools-distribution-{stream},
37         controller-distribution-{stream},
38         integration-distribution-merge-{stream}