X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Feman%2Feman-csit-model.yaml;h=267503c9d70d92a5968e3459904e1d9fe91e83d5;hb=e8a56411730412990a7ad3ef97bcee5643d981a9;hp=d9844866c4250678fea7643ec1455b3cc09e782c;hpb=3088fedbb991841c63e14b5aaf59023311785914;p=releng%2Fbuilder.git diff --git a/jjb/eman/eman-csit-model.yaml b/jjb/eman/eman-csit-model.yaml index d9844866c..267503c9d 100644 --- a/jjb/eman/eman-csit-model.yaml +++ b/jjb/eman/eman-csit-model.yaml @@ -1,8 +1,9 @@ +--- - project: name: eman-csit-model 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: 'eman' @@ -12,21 +13,24 @@ # Project branches stream: - - boron: - branch: 'master' - jre: 'openjdk8' + - nitrogen: + branch: 'master' + jre: 'openjdk8' + - carbon: + branch: 'stable/carbon' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' install: - - only: - scope: 'only' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install install-features: 'odl-restconf,odl-mdsal-apidocs,odl-eman-ui' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'eman-distribution-{stream}'