--- - project: name: l2switch-csit-switch jobs: - inttest-csit-1node - inttest-csit-verify-1node # The project name project: "l2switch" disable-job: true # The functionality under test functionality: "switch" # Project branches stream: - sulfur: branch: "master" jre: "openjdk11" - phosphorus: branch: "stable/phosphorus" jre: "openjdk11" - silicon: branch: "stable/silicon" jre: "openjdk11" - aluminium: branch: "stable/aluminium" jre: "openjdk11" install: - all: scope: "all" # Features to install install-features: "odl-l2switch-switch-ui" # Robot custom options robot-options: "-v TOPO_TREE_DEPTH:5"