X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fjjblib.py;h=f48ab916699a2b7c0f523213874bf22b292b8ae5;hb=11285f3b99093838a23198c6ab977fe1494f49fe;hp=56e98d6aa56f100ac0827ed69b17d8722db249a6;hpb=10156f751afe25bb58e55cf368aca10874a6d59b;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"}), ])