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