From e8ca1bf291ff8477cd74624e96a475e787d462ae Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Wed, 9 Sep 2020 08:38:56 +0200 Subject: [PATCH] TTM: Ignore arch check for multibuild containers --- ttm/releaser.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ttm/releaser.py b/ttm/releaser.py index 1fca5fe7..d1c9d1d6 100644 --- a/ttm/releaser.py +++ b/ttm/releaser.py @@ -172,6 +172,9 @@ class ToTestReleaser(ToTestManager): multibuildcontainer = packagename.split(':')[0] if multibuildcontainer in product_archs: released_archs = product_archs[multibuildcontainer] + # Ignore the arch check for multibuild containers, + # as it might not build for the same archs as all flavors. + continue if released_archs is None: self.logger.error("%s is built for %s, but not mentioned as product" % (