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

exclude vllm changes from validation and upload #27

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

maysunfaisal
Copy link
Contributor

What does this PR do?:

excludes vllm model server images from validation and upload due to the sheer size of the images. For example, if you are building a vllm image of 5Gi, the CI is going to run out of storage.

Which issue(s) this PR fixes:

N/A

PR acceptance criteria:

Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.

  • Tested and Verified

  • Documentation (READMEs, Product Docs, Blogs, Education Modules, etc.)

How to test changes / Special notes to the reviewer:

Screenshot 2025-01-21 at 5 33 58 PM Screenshot 2025-01-21 at 5 34 35 PM

Signed-off-by: Maysun J Faisal <maysunaneek@gmail.com>
@maysunfaisal maysunfaisal mentioned this pull request Jan 21, 2025
2 tasks
Copy link
Contributor

@thepetk thepetk left a comment

Choose a reason for hiding this comment

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

lgtm

A minor comment is if we would like to have something more dynamic in case we add more images like this in the future. So for example we could check if prevdir is in a list of strings (or if we don't plan to add more images I feel the current approach is sufficient).

Copy link
Contributor

@Jdubrick Jdubrick left a comment

Choose a reason for hiding this comment

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

lgtm. +1 on what @thepetk said about having some type of store that has all excluded paths (similar to our tests for the registry stacks). I think just having an issue open for tracking is sufficient and it doesn't need to be included in this PR

@maysunfaisal
Copy link
Contributor Author

lgtm

A minor comment is if we would like to have something more dynamic in case we add more images like this in the future. So for example we could check if prevdir is in a list of strings (or if we don't plan to add more images I feel the current approach is sufficient).

yeah I thought about a list, but i did this quickly before logging off and i didnt want to over engineer it lol. I think if we have more exclusions in the future, we can make it a list but for now i will merge it

@maysunfaisal
Copy link
Contributor Author

lgtm. +1 on what @thepetk said about having some type of store that has all excluded paths (similar to our tests for the registry stacks). I think just having an issue open for tracking is sufficient and it doesn't need to be included in this PR

@Jdubrick RHDHPAI-527

@maysunfaisal maysunfaisal merged commit 41f3225 into redhat-ai-dev:main Jan 22, 2025
1 check passed
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.

3 participants