Skip to content

Commit

Permalink
Merge pull request #1409 from openshift-eng/revert-1407-konflux-disab…
Browse files Browse the repository at this point in the history
…le-ppc

Revert "[konflux] disable ppc"
  • Loading branch information
ashwindasr authored Mar 4, 2025
2 parents b41b83a + 6f0a5a0 commit 2465d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions doozer/doozerlib/cli/scan_sources_konflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 0 additions & 1 deletion pyartcd/pyartcd/pipelines/ocp4_scan_konflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2465d36

Please sign in to comment.