X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fjjblib.py;h=f48ab916699a2b7c0f523213874bf22b292b8ae5;hb=a3224a486f5d9fb747c31ece1e58425128cd290b;hp=50c5643702b4dec092f8b268d73cd58154d30964;hpb=cc6eb3592e99459b0eac1768e2c160641c88627e;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"}), ])