--- - project: name: bier-csit-basic jobs: - '{project}-csit-1node-{functionality}-{install}-{stream}' - '{project}-csit-verify-1node-{functionality}' # The project name project: 'bier' # The functionality under test functionality: 'basic' # Project branches stream: # Removed jobs testing Carbon branches due to the CSIT update # incompatible changes in test suites for Nitrogen # TODO: Create test suites for specific release before # Nitrogen if needed. - oxygen: branch: 'master' jre: 'openjdk8' - nitrogen: branch: 'stable/nitrogen' jre: 'openjdk8' - carbon: branch: 'stable/carbon' jre: 'openjdk8' karaf-version: karaf3 # TODO: Delete the following if suites are compatible with Nitrogen again. verify-stream: 'nitrogen' # TODO: Remove the lines above and below when nitrogen becomes the default csit-verify stream. verify-branch: 'master' install: - only: scope: 'only' - all: scope: 'all' # Features to install install-features: 'odl-bier-all' # Robot custom options robot-options: ''