Remove stable-lithium stream from topoprocessing-csit
[releng/builder.git] / jjb / topoprocessing / topoprocessing-csit-topology-operation.yaml
1 - project:
2     name: topoprocessing-csit-topology-operations
3     jobs:
4         - '{project}-csit-1node-{functionality}-{install}-{stream}'
5         - '{project}-csit-verify-1node-{functionality}'
6
7     # The project name
8     project: 'topoprocessing'
9
10     # The functionality under test
11     functionality: 'topology-operations'
12
13     # Project branches
14     stream:
15         - beryllium:
16             branch: 'master'
17
18     install:
19         - only:
20             scope: 'only'
21         - all:
22             scope: 'all'
23
24     # Features to install
25     install-features: 'odl-restconf'
26
27     # Robot custom options
28     robot-options: ''
29
30     # Trigger jobs (upstream dependencies)
31     trigger-jobs: >
32         odlparent-distribution-{stream},
33         yangtools-distribution-{stream},
34         controller-distribution-{stream},
35         aaa-distribution-{stream},
36         integration-distribution-merge-{stream}