Skip to content

fix issue with revered symlinks in rh image and drop deprecated clients#4214

Open
dtrawins wants to merge 1 commit into
mainfrom
steve-issues
Open

fix issue with revered symlinks in rh image and drop deprecated clients#4214
dtrawins wants to merge 1 commit into
mainfrom
steve-issues

Conversation

@dtrawins
Copy link
Copy Markdown
Collaborator

🛠 Summary

🧪 Checklist

  • Unit tests added.
  • The documentation updated.
  • Change follows security best practices.
    ``

Copilot AI review requested due to automatic review settings May 15, 2026 15:35
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates Python client sample testing to remove deprecated client coverage and adjusts release packaging around OpenVINO runtime symlink handling.

Changes:

  • Removes ovmsclient and Python 3.9 from the Python sample test matrix.
  • Narrows the Python test Docker image demo copy scope to only shared demo assets needed by samples.
  • Changes OpenVINO runtime packaging to preserve .mvcmd symlinks and removes special libopenvino_genai symlink rewrites.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
tests/python/tasks.py Updates tested Python clients and versions.
tests/python/Dockerfile Updates installed Python versions and reduces copied demo content.
create_package.sh Adjusts runtime artifact copy behavior and removes OS-specific GenAI symlink rewrites.

Comment thread create_package.sh
@@ -92,8 +92,6 @@ patchelf --debug --set-rpath '$ORIGIN' /ovms_release/lib/libopenvino.so
patchelf --debug --set-rpath '$ORIGIN' /ovms_release/lib/libopenvino_tokenizers.so
patchelf --debug --set-rpath '$ORIGIN' /ovms_release/lib/lib*plugin.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants