X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjblib.py;h=50c5643702b4dec092f8b268d73cd58154d30964;hb=0348e4939ab5fb6689c872638372befa36a1cdc2;hp=56e98d6aa56f100ac0827ed69b17d8722db249a6;hpb=bf094e9275e01b52b4999de1325810f863194651;p=releng%2Fbuilder.git diff --git a/scripts/jjblib.py b/scripts/jjblib.py index 56e98d6aa..50c564370 100644 --- a/scripts/jjblib.py +++ b/scripts/jjblib.py @@ -32,7 +32,8 @@ def parse_jjb_args(): STREAM_DEFAULTS = collections.OrderedDict([ - ("beryllium", {"branch": "master", "jdks": "openjdk8"}), + ("boron", {"branch": "master", "jdks": "openjdk8"}), + ("beryllium", {"branch": "stable/beryllium", "jdks": "openjdk8"}), ("stable-lithium", {"branch": "stable/lithium", "jdks": "openjdk7"}), ("stable-helium", {"branch": "stable/helium", "jdks": "openjdk7"}), ])