-
Notifications
You must be signed in to change notification settings - Fork 6k
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
[ci][core] Python 311 core release tests #38511
[ci][core] Python 311 core release tests #38511
Conversation
Signed-off-by: can <can@anyscale.com>
…y311-release-tests
Maybe run them first on PR |
why is there no release build job on the pr? |
github webhook (which is what triggered jobs on buildkite) seems to be flaky in the last few days. Maybe rebase/merge with master again to trigger it. |
Some tests could not be run (for reasons not related to this), resizing the set to include only the 3 tests:
^ These should also cover a good number of core APIs. Successful runs on PR: https://buildkite.com/ray-project/release-tests-pr/builds/49955#_ |
--------- Signed-off-by: can <can@anyscale.com> Signed-off-by: rickyyx <rickyx@anyscale.com> Co-authored-by: can <can@anyscale.com> Signed-off-by: e428265 <arvind.chandramouli@lmco.com>
--------- Signed-off-by: can <can@anyscale.com> Signed-off-by: rickyyx <rickyx@anyscale.com> Co-authored-by: can <can@anyscale.com> Signed-off-by: Victor <vctr.y.m@example.com>
Why are these changes needed?
We will run python 3.11 release tests on the below core test to test compatibility:
Python 3.11 variance tests from core
Other tests
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.