X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjblib.py;h=f48ab916699a2b7c0f523213874bf22b292b8ae5;hb=7151b63f96733b70ff8c6cefe1425f7ecbe29dcd;hp=56e98d6aa56f100ac0827ed69b17d8722db249a6;hpb=d2536439579299085edf4149646f049286671ad8;p=releng%2Fbuilder.git diff --git a/scripts/jjblib.py b/scripts/jjblib.py index 56e98d6aa..f48ab9166 100644 --- a/scripts/jjblib.py +++ b/scripts/jjblib.py @@ -32,9 +32,9 @@ 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"}), ])