X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdidm%2Fdidm-csit-discovery.yaml;h=4f9e5c3cbd34eb7c935745a62e774ba10ad62267;hb=8d1cf7dd5a3b2810e0640bac08cab52d721419c9;hp=1bdcfcbca7e98298f231f188239e978d103b49d5;hpb=06d18fa9e021ebda478047949b12e53b5358433d;p=releng%2Fbuilder.git diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml index 1bdcfcbca..4f9e5c3cb 100644 --- a/jjb/didm/didm-csit-discovery.yaml +++ b/jjb/didm/didm-csit-discovery.yaml @@ -1,8 +1,9 @@ +--- - project: name: didm-csit-discovery jobs: - - '{project}-csit-1node-{functionality}-{install}-{stream}' - - '{project}-csit-verify-1node-{functionality}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'didm' @@ -12,22 +13,20 @@ # Project branches stream: - - boron: - branch: 'master' - - beryllium: - branch: 'stable/beryllium' - - stable-lithium: - branch: 'stable/lithium' + - oxygen: + branch: 'master' + - nitrogen: + branch: 'stable/nitrogen' + - carbon: + branch: 'stable/carbon' + karaf-version: karaf3 install: - - only: - scope: 'only' + - only: + scope: 'only' # Features to install - install-features: 'odl-didm-all' + install-features: 'odl-restconf,odl-didm-all' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'didm-distribution-{stream},openflowplugin-distribution-{stream}'