Merge "Remove devstack from triggers for openstack job"
[releng/builder.git] / jjb / lispflowmapping / lispflowmapping-csit-all-master.yaml
1 - project:
2     name: lispflowmapping-csit-all-master
3     jobs:
4         - '{project}-csit-1node-imds-{functionality}-{install}-{stream}'
5         - '{project}-csit-1node-cds-{functionality}-{install}-{stream}'
6         - '{project}-csit-verify-{functionality}-{stream}'
7
8     # The project name
9     project: 'lispflowmapping'
10
11     # The functionality under test
12     functionality: 'all'
13
14     # Project branches
15     stream:
16         - master:
17             branch: 'master'
18
19     install:
20         - only:
21             scope: 'only'
22         - all:
23             scope: 'all'
24
25     # Features to install
26     install-features: 'odl-lispflowmapping-all,odl-restconf,odl-mdsal-apidocs'
27
28     # Robot custom options
29     robot-options: ''
30
31     # Trigger jobs (upstream dependencies)
32     trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},neutron-distribution-{stream},lispflowmapping-distribution-{stream}'
33