Update cloud image list docs
[releng/builder.git] / jjb / netconf / netconf-clustering.yaml
1 ---
2 - project:
3     name: netconf-csit-clustering
4     jobs:
5       - inttest-csit-3node
6
7     # The project name
8     project: "netconf"
9
10     # The functionality under test
11     functionality: "clustering"
12
13     # Project branches
14     stream:
15       - master:
16           branch: "master"
17           jre: "openjdk17"
18
19     karaf-version: netconf
20
21     install:
22       - only:
23           scope: "only"
24
25     # Features to install
26     install-features: >
27       odl-restconf,
28       odl-netconf-clustered-topology
29
30     # Robot custom options
31     robot-options: "-v USE_NETCONF_CONNECTOR:False"