From 6f0a5a0fd8104f57b8228be61e7512cc2e4ec492 Mon Sep 17 00:00:00 2001 From: Ashwin Das Date: Tue, 4 Mar 2025 14:55:38 -0500 Subject: [PATCH] Revert "[konflux] disable ppc" --- doozer/doozerlib/cli/scan_sources_konflux.py | 3 +-- pyartcd/pyartcd/pipelines/ocp4_scan_konflux.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doozer/doozerlib/cli/scan_sources_konflux.py b/doozer/doozerlib/cli/scan_sources_konflux.py index 246ebb95c..5a230dba7 100644 --- a/doozer/doozerlib/cli/scan_sources_konflux.py +++ b/doozer/doozerlib/cli/scan_sources_konflux.py @@ -350,8 +350,7 @@ async def scan_image(self, image_meta: ImageMetadata): return # Check for changes in image arches - # TODO remove once we have full capacity - # await self.scan_arch_changes(image_meta) + await self.scan_arch_changes(image_meta) # Check if there's already a build from upstream latest commit await self.scan_for_upstream_changes(image_meta) diff --git a/pyartcd/pyartcd/pipelines/ocp4_scan_konflux.py b/pyartcd/pyartcd/pipelines/ocp4_scan_konflux.py index e995df3a1..07ab4787d 100644 --- a/pyartcd/pyartcd/pipelines/ocp4_scan_konflux.py +++ b/pyartcd/pyartcd/pipelines/ocp4_scan_konflux.py @@ -57,7 +57,6 @@ async def run(self): build_version=self.version, assembly='stream', image_list=image_list, - limit_arches=['x86_64', 'aarch64', 's390x'] # TODO remove once we have full capacity ) else: