Skip to content

Conversation

@RobertSamoilescu
Copy link
Contributor

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

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

@sakoush sakoush left a comment

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.

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

for match in matches:
if match.endswith("3.1"):
Copy link
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
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

@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
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

2 participants