ttm: Remove livecd size checks

live-kiwi-hook and openQA already do that, let's not triplicate the check.
This commit is contained in:
Fabian Vogt 2024-02-12 10:19:20 +01:00
parent 602b3d2b1e
commit e6cebf090e

View File

@ -88,12 +88,6 @@ class ToTestReleaser(ToTestManager):
if re.match(r'.*-dvd5-.*', package): if re.match(r'.*-dvd5-.*', package):
return 4700372992 # a DVD needs to match return 4700372992 # a DVD needs to match
if re.match(r'livecd-x11-.*', package) and arch == 'x86_64':
return 681574400 # not a full CD on x86
if re.match(r'livecd-.*', package):
return 999999999 # a GB stick
if re.match(r'.*-(dvd9-dvd|cd-DVD)-.*', package): if re.match(r'.*-(dvd9-dvd|cd-DVD)-.*', package):
return 8539996159 return 8539996159