X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fdidm%2Fdidm-csit-discovery.yaml;h=f585f48e39144933c428e5a0f4016024fe8ef2b0;hb=3bd9ebb49a35331d940bb837bae8fd9d5c8040b8;hp=1bdcfcbca7e98298f231f188239e978d103b49d5;hpb=8982f488e4b06c9c72bae36a9a5fabf2c281c25e;p=releng%2Fbuilder.git diff --git a/jjb/didm/didm-csit-discovery.yaml b/jjb/didm/didm-csit-discovery.yaml index 1bdcfcbca..f585f48e3 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,25 @@ # Project branches stream: - - boron: - branch: 'master' - - beryllium: - branch: 'stable/beryllium' - - stable-lithium: - branch: 'stable/lithium' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' 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}'