X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Fusc%2Fusc-csit-channel.yaml;h=723d998c173ee13b34a6e0d1abe647dff6f8fd07;hb=2a8744f668e76ecda6b4f579fa9cc01da649963b;hp=89b907b50dc84836c027f52dd2561d6299acad69;hpb=fac8698baa414180b4faa95719f4cccbae0afd23;p=releng%2Fbuilder.git diff --git a/jjb/usc/usc-csit-channel.yaml b/jjb/usc/usc-csit-channel.yaml index 89b907b50..723d998c1 100644 --- a/jjb/usc/usc-csit-channel.yaml +++ b/jjb/usc/usc-csit-channel.yaml @@ -1,8 +1,8 @@ - project: name: usc-csit-channel jobs: - - '{project}-csit-1node-cds-{functionality}-{install}-{stream}' - - '{project}-csit-verify-{functionality}-{stream}' + - '{project}-csit-1node-{functionality}-{install}-{stream}' + - '{project}-csit-verify-1node-{functionality}' # The project name project: 'usc' @@ -12,10 +12,18 @@ # Project branches stream: - - master: + - carbon: branch: 'master' + jre: 'openjdk8' + - boron: + branch: 'stable/boron' + jre: 'openjdk8' + - beryllium: + branch: 'stable/beryllium' + jre: 'openjdk7' - stable-lithium: branch: 'stable/lithium' + jre: 'openjdk7' install: - only: @@ -30,5 +38,4 @@ robot-options: '' # Trigger jobs (upstream dependencies) - trigger-jobs: 'odlparent-distribution-{stream},yangtools-distribution-{stream},controller-distribution-{stream},usc-distribution-{stream}' - + trigger-jobs: 'yangtools-distribution-{stream},controller-distribution-{stream},usc-distribution-{stream}'