X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjblib.py;h=50c5643702b4dec092f8b268d73cd58154d30964;hb=257c6458c6bc5c354d90bc9d0551cbf2fa77b020;hp=254246fe29413a9404885b3269f49de21e5ad2e4;hpb=99aa1a6b7147c00e7110294165af14254650c1b1;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"}), ])