Merge "Adding csit verify job to check test patches + restconf features"
[releng/builder.git] / jjb / aaa / aaa-csit-authn-master.yaml
1 - project:
2     name: aaa-csit-authn-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: 'aaa'
10
11     # The functionality under test
12     functionality: 'authn'
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-openflowplugin-flow-services-ui,odl-aaa-api,odl-aaa-authn,odl-aaa-authz,odl-aaa-sssd-plugin,odl-aaa-netconf-plugin'
27
28     # Robot custom options
29     robot-options: ''
30
31     # Trigger jobs (upstream dependencies)
32     trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},aaa-distribution-{stream}'
33