X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fjjblib.py;h=50c5643702b4dec092f8b268d73cd58154d30964;hb=676c00acfd6bb59b835b6791a71331107d0a0fd2;hp=254246fe29413a9404885b3269f49de21e5ad2e4;hpb=15d10cd60bdc3b6f1a5d4bb69306cba8f99b8b51;p=releng%2Fbuilder.git diff --git a/scripts/jjblib.py b/scripts/jjblib.py index 254246fe2..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": "openjdk7"}), + ("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"}), ])