Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revert "[konflux] disable ppc" #1409

Merged
merged 1 commit into from
Mar 4, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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