Skip to content

fix: Deal with multi model env vars #5527

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

Merged
merged 3 commits into from
Apr 19, 2024

Conversation

sakoush
Copy link
Contributor

@sakoush sakoush commented Apr 19, 2024

In our k6 tests the use can specify MODEL_TYPE as a comma separated list. This change allows envars to be constructed based on this list without having to be explicitly specified by the user.

The main issue we are fixing with this PR is really MODEL_NUM_REPLICAS not being set properly and we now make it defaults to 1s.

FIXES INFRA_944 (internal)

@sakoush sakoush requested a review from lc525 as a code owner April 19, 2024 16:00
Copy link
Member

@lc525 lc525 left a comment

Choose a reason for hiding this comment

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

lgtm

@sakoush sakoush merged commit a7aeca1 into SeldonIO:v2 Apr 19, 2024
@sakoush sakoush added the v2 label Apr 19, 2024
jtayl222 pushed a commit to jtayl222/seldon-core that referenced this pull request Jul 20, 2025
* deal with multi model env vars

* define const before usage

* add memory size handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants