Skip to content

Fixes for all-runtimes#1794

Merged
RobertSamoilescu merged 9 commits into
SeldonIO:masterfrom
RobertSamoilescu:fix/all-runtimes-fixes
Jun 7, 2024
Merged

Fixes for all-runtimes#1794
RobertSamoilescu merged 9 commits into
SeldonIO:masterfrom
RobertSamoilescu:fix/all-runtimes-fixes

Conversation

@RobertSamoilescu

Copy link
Copy Markdown
Contributor

This PR includes some minor fixes for the all-runtimes tests.

@RobertSamoilescu
RobertSamoilescu requested a review from sakoush June 6, 2024 16:09

@sakoush sakoush left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

lgtm. please clarify in the code why these changes are added.

Comment thread mlserver/env.py Outdated
matches = glob.glob(pattern)

for match in matches:
if match.endswith("3.1"):

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why is this required? add a note in the code.

return uvicorn.Config(self._app, **kwargs)

async def stop(self, sig: Optional[int] = None):
if sig is None:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

why is this required? add a note in the code

Comment thread tox.ini
@RobertSamoilescu
RobertSamoilescu force-pushed the fix/all-runtimes-fixes branch from f8ea440 to 0283232 Compare June 7, 2024 09:56
@RobertSamoilescu
RobertSamoilescu force-pushed the fix/all-runtimes-fixes branch from 0283232 to 7b85fd6 Compare June 7, 2024 09:58

# Ensure that having all the runtimes installed together works
all-runtimes:
if: github.event_name == 'push'

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

assuming this is for testing, revert back before merging.

@RobertSamoilescu
RobertSamoilescu merged commit 446dfbf into SeldonIO:master Jun 7, 2024
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