X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusc%2Fusc-csit-channel.yaml;h=030b5258649a2577c1ef073b3f4c1b8cbe26f20a;hb=e8a56411730412990a7ad3ef97bcee5643d981a9;hp=107b570df29b3b6e5a50573f3b9429d0c4ae492c;hpb=d2a7cd7c77b7d8878de1dcddb9dcc824ea14d576;p=releng%2Fbuilder.git diff --git a/jjb/usc/usc-csit-channel.yaml b/jjb/usc/usc-csit-channel.yaml index 107b570df..030b52586 100644 --- a/jjb/usc/usc-csit-channel.yaml +++ b/jjb/usc/usc-csit-channel.yaml @@ -1,8 +1,9 @@ +--- - project: name: usc-csit-channel 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: 'usc' @@ -12,27 +13,27 @@ # Project branches stream: - - boron: - branch: 'master' - jdk: 'openjdk8' - - beryllium: - branch: 'stable/beryllium' - jdk: 'openjdk7' - - stable-lithium: - branch: 'stable/lithium' - jdk: 'openjdk7' + - 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' - - all: - scope: 'all' + - only: + scope: 'only' + - all: + scope: 'all' # Features to install install-features: 'odl-restconf,odl-mdsal-apidocs,odl-usc-channel-ui' # Robot custom options robot-options: '' - - # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},usc-distribution-{stream}'