OLS-3752 RHOAI wheel build + retire LSC/GPU flavors - #787
Open
sriroopar wants to merge 1 commit into
Open
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
sriroopar
force-pushed
the
rhoai_wheel_pytorch_build
branch
from
August 11, 2026 01:39
fb630f3 to
099d1c6
Compare
sriroopar
force-pushed
the
rhoai_wheel_pytorch_build
branch
from
August 11, 2026 03:06
099d1c6 to
e44b02a
Compare
sriroopar
force-pushed
the
rhoai_wheel_pytorch_build
branch
from
August 11, 2026 03:35
e44b02a to
3bfc1df
Compare
- Replace allow_binary with split requirements (RHOAI wheel + PyPI) and explicit binary.packages lists for EC compliance - Upgrade RHOAI 3.3 → 3.5 (torch 2.11.0, transformers 5.14.1) - Fix base image registry to quay.io/aipcc (not registry.redhat.io) - Delete lsc/ directory and all LSC pipeline infrastructure - Delete lightspeed-ocp-rag and own-app Tekton pipelines - Remove GPU flavor; CPU-only Containerfile - Add konflux_requirements.sh for uv-based lockfile generation - Update ARCHITECTURE.md, specs, and AGENTS.md to reflect removals NOTE: The lightspeed-ocp-rag component must also be removed from the OLS application in Konflux to avoid EC violations in snapshots. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sriroopar
force-pushed
the
rhoai_wheel_pytorch_build
branch
from
August 11, 2026 17:33
b344f0a to
ded8797
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
allow_binary: "true"with split requirements (RHOAI wheel + PyPI source) and explicitbinary.packageslists. Removemode: "permissive"from prefetch-dependencies tasks.lightspeed-ocp-ragTekton pipelines andlsc/requirements.*lockfiles.own-app-lightspeed-rag-contentTekton pipelines, GPU base image stage, CUDA libraries,NVIDIA_VISIBLE_DEVICES=void, and all GPU-specific lockfiles.scripts/konflux_requirements.shtakes no arguments, Makefile drops FLAVOR logic.>=1.5.0for transformers 5.x compatibility.Enterprise Contract Violations Fixed
prefetch_dependencies.mode_not_permissivemode: "permissive"sbom_spdx.disallowed_package_attributesbinary.packagessbom_spdx.allowed_package_sourcesmodel.safetensors— requires EC policy exception (out of scope)Files deleted (net −2700 lines)
.tekton/lightspeed-ocp-rag-{pull-request,push}.yaml(LSC pipelines).tekton/own-app-lightspeed-rag-content-{pull-request,push}.yaml(GPU pipelines)lsc/requirements.{hashes.source,hashes.wheel,overrides}.txtrequirements.{hashes.source,hashes.wheel,overrides}.gpu.txtTest plan
scripts/konflux_requirements.shruns cleanly (regenerates cpu lockfiles)grep -r "lsc\|gpu\|rhoai/3\.[34]\|permissive\|allow_binary" .tekton/ scripts/ Makefile Containerfile— no stale referencesmodel.safetensorspolicy exception)