-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Make Ray releases tests use pydantic>=2.5.0
#41244
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
Conversation
52c9683
to
3ed9f4e
Compare
Signed-off-by: can <can@anyscale.com>
3ed9f4e
to
b722b46
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this ready for review? could you say more in the PR title and description for the context?
w00t did I add you as a reviewer; this is for @shrekris-anyscale , he will pick this up |
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
pydantic>=2.5.0
pydantic>=2.5.0
pydantic>=2.5.0
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
|
The only remaining stable/non-flaky/non-jailed test that failed is |
Here's a link to the Buildkite run where the rest of the stable/non-flaky/non-jailed tests pass. Note that this run happened before I made the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Stamping for codeowners
I kicked off a |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked the failures on RLlib. They are not related. Separately pinged @sven1977 on what needs to be done there.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The jailed test failure on Data side should be irrelevant (out of disk error). Okay to merge.
The |
The run failed with the same error as this PR. It's unlikely that this PR is the root cause. There are no remaining test failures connected to this PR. @architkulkarni This PR is ready to merge. |
Thanks for helping out with this @can-anyscale |
As a follow-up to ray-project#40451, this change makes all the Ray release tests use pydantic>=2.5.0. Additional changes: The linter now uses mypy==1.7.0. All Ray release tests, including workspace templates, now use deepspeed>=0.12.3. This change fix the serve_resnet_benchmark.py release test, which is broken on master. --------- Signed-off-by: can <can@anyscale.com> Signed-off-by: Shreyas Krishnaswamy <shrekris@anyscale.com> Co-authored-by: Shreyas Krishnaswamy <shrekris@anyscale.com>
Why are these changes needed?
As a follow-up to #40451, this change makes all the Ray release tests use
pydantic>=2.5.0
.Additional changes:
mypy==1.7.0
.deepspeed>=0.12.3
.serve_resnet_benchmark.py
release test, which is broken onmaster
.Related issue number
Checks
git commit -s
) in this PR.scripts/format.sh
to lint the changes in this PR.method in Tune, I've added it in
doc/source/tune/api/
under thecorresponding
.rst
file.