X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjblib.py;h=56e98d6aa56f100ac0827ed69b17d8722db249a6;hb=6003567d4a021b9a374eb026995242423ed1fcba;hp=254246fe29413a9404885b3269f49de21e5ad2e4;hpb=78ef38d674e14f387776728c5688fbee687c0f46;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"}), ])