X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=jjb%2Fusc%2Fusc-csit-channel.yaml;h=723d998c173ee13b34a6e0d1abe647dff6f8fd07;hb=2a8744f668e76ecda6b4f579fa9cc01da649963b;hp=20d50101be07f0c393c733e59c56bec49cc2b89f;hpb=7a397460a4ddc2688675322b0963704500ec3e94;p=releng%2Fbuilder.git diff --git a/jjb/usc/usc-csit-channel.yaml b/jjb/usc/usc-csit-channel.yaml index 20d50101b..723d998c1 100644 --- a/jjb/usc/usc-csit-channel.yaml +++ b/jjb/usc/usc-csit-channel.yaml @@ -12,12 +12,18 @@ # Project branches stream: - - boron: + - 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: @@ -32,4 +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}'