X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fnemo%2Fnemo-csit-engine.yaml;h=66f3c75fa503efab6a0cee6de8a505c7dca441d2;hb=dfe54cf86451de53221319dd0a10c3ec89c525c0;hp=5e759d01351189c80cb3a76340bf09278b70bd96;hpb=e9d7643d67272fad6ebc39cf7a32cc4a11e110a7;p=releng%2Fbuilder.git diff --git a/jjb/nemo/nemo-csit-engine.yaml b/jjb/nemo/nemo-csit-engine.yaml index 5e759d013..397c0fc5d 100644 --- a/jjb/nemo/nemo-csit-engine.yaml +++ b/jjb/nemo/nemo-csit-engine.yaml @@ -1,8 +1,9 @@ +--- - project: name: nemo-csit-engine jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - inttest-csit-verify-1node # The project name project: 'nemo' @@ -12,20 +13,20 @@ # Project branches stream: - - beryllium: - branch: 'master' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' - - all: - scope: 'all' + - all: + scope: 'all' # Features to install - install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui' + install-features: 'odl-restconf,odl-mdsal-apidocs,odl-nemo-engine-ui,odl-nemo-openflow-renderer' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},nemo-distribution-{stream}'