ignore size for ftp products in general
This commit is contained in:
parent
8659bfc681
commit
2c56f98dbf
@ -198,15 +198,12 @@ class ToTestBase(object):
|
||||
if re.match(r'.*-dvd9-dvd-.*', package):
|
||||
return 8539996159
|
||||
|
||||
if package == '_product:openSUSE-ftp-ftp-i586_x86_64':
|
||||
if package.startswith('_product:openSUSE-ftp-ftp-'):
|
||||
return None
|
||||
|
||||
if package == '_product:openSUSE-Addon-NonOss-ftp-ftp-i586_x86_64':
|
||||
return None
|
||||
|
||||
if package == '_product:openSUSE-ftp-ftp-ppc_ppc64_ppc64le':
|
||||
return None
|
||||
|
||||
raise Exception('No maxsize for {}'.format(package))
|
||||
|
||||
def package_ok(self, project, package, repository, arch):
|
||||
|
Loading…
x
Reference in New Issue
Block a user