X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=scripts%2Fjjblib.py;h=f48ab916699a2b7c0f523213874bf22b292b8ae5;hb=399f5f506fc5a45d78fd4e4c5c92c1441568b2ee;hp=50c5643702b4dec092f8b268d73cd58154d30964;hpb=016cec68d6fe6853026113e6a28d2b183686cabd;p=releng%2Fbuilder.git diff --git a/scripts/jjblib.py b/scripts/jjblib.py index 50c564370..f48ab9166 100644 --- a/scripts/jjblib.py +++ b/scripts/jjblib.py @@ -35,7 +35,6 @@ STREAM_DEFAULTS = collections.OrderedDict([ ("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"}), ])