Merge "Update calls to pkg build scripts for 62023 CLI"
[releng/builder.git] / jjb / bier / bier-csit-basic.yaml
1 ---
2 - project:
3     name: bier-csit-basic
4     jobs:
5       - '{project}-csit-1node-{functionality}-{install}-{stream}'
6       - '{project}-csit-verify-1node-{functionality}'
7
8     # The project name
9     project: 'bier'
10
11     # The functionality under test
12     functionality: 'basic'
13
14     # Project branches
15     stream:
16       # Removed jobs testing Carbon branches due to the CSIT update
17       # incompatible changes in test suites for Nitrogen
18       # TODO: Create test suites for specific release before
19       # Nitrogen if needed.
20       - oxygen:
21           branch: 'master'
22           jre: 'openjdk8'
23       - nitrogen:
24           branch: 'stable/nitrogen'
25           jre: 'openjdk8'
26       - carbon:
27           branch: 'stable/carbon'
28           jre: 'openjdk8'
29           karaf-version: karaf3
30
31     # TODO: Delete the following if suites are compatible with Nitrogen again.
32     verify-stream: 'nitrogen'
33     # TODO: Remove the lines above and below when nitrogen becomes the default csit-verify stream.
34     verify-branch: 'master'
35
36     install:
37       - only:
38           scope: 'only'
39       - all:
40           scope: 'all'
41
42     # Features to install
43     install-features: 'odl-bier-all'
44
45     # Robot custom options
46     robot-options: ''