Add comment about why restconf-noauth was removed
[releng/builder.git] / jjb / controller / controller-csit-clustering.yaml
1 ---
2 - project:
3     name: controller-csit-clustering
4     jobs:
5       - inttest-csit-3node
6       - inttest-csit-verify-3node
7
8     # The project name
9     project: 'controller'
10
11     # The functionality under test
12     functionality: 'clustering'
13
14     # Project branches
15     stream:
16       - fluorine:
17           branch: 'master'
18       - oxygen:
19           branch: 'stable/oxygen'
20
21     install:
22       - all:
23           scope: 'all'
24
25     # No tools system VMs needed in JCloud configuration
26     tools_system_count: 0
27
28     # Features to install
29     # We do not need to explicitly install restconf here (which is not brought in by the clustering-test-app)
30     # because this project will only create the -all- job which will automatically install the compatible with
31     # all feature set. That feature set will bring in restconf, which is required by the CSIT suites. If/When
32     # the -only- version of this job is brought back, we'll need to take that in to consideration.
33     install-features: >
34         odl-clustering-test-app
35
36     # Robot custom options
37     robot-options: ''