Skip to content
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

Merged
merged 16 commits into from
Aug 23, 2023

Conversation

rickyyx
Copy link
Contributor

@rickyyx rickyyx commented Aug 16, 2023

Why are these changes needed?

We will run python 3.11 release tests on the below core test to test compatibility:

  1. weekly if there's no smoke test
  2. nightly-3x if there's smoke test
Python 3.11 variance tests from core
  • microbenchmark
  • dask_on_ray_100gb_sort
  • stress_test_state_api_scale
Other tests
  • decision_tree_autoscaling_20_runs
  • many_pgs_smoke_test
  • stress_test_many_runtime_envs
  • chaos_many_tasks_no_object_store
  • chaos_many_actors
  • chaos_dataset_shuffle_push_based_sort_1tb
  • chaos_dataset_shuffle_sort_1tb
  • chaos_dataset_shuffle_random_shuffle_1tb
  • chaos_dataset_shuffle_push_based_random_shuffle_1tb
  • agent_stress_test
  • long_running_actor_deaths
  • long_running_many_actors
  • long_running_many_drivers
  • long_running_many_tasks
  • long_running_many_tasks_serialized_ids
  • long_running_node_failures
  • shuffle_100gb
  • stress_test_placement_group
  • autoscaling_shuffle_1tb_1000_partitions
  • shuffle_20gb_with_state_api
  • single_node_oom
  • tune_air_oom
  • benchmark_worker_startup
  • dask_on_ray_1tb_sort
  • many_nodes_actor_test_on_v2

Related issue number

Checks

  • I've signed off every commit(by using the -s flag, i.e., git commit -s) in this PR.
  • I've run scripts/format.sh to lint the changes in this PR.
  • I've included any doc changes needed for https://docs.ray.io/en/master/.
    • I've added any new APIs to the API Reference. For example, if I added a
      method in Tune, I've added it in doc/source/tune/api/ under the
      corresponding .rst file.
  • I've made sure the tests are passing. Note that there might be a few flaky tests, see the recent failures at https://flakey-tests.ray.io/
  • Testing Strategy
    • Unit tests
    • Release tests
    • This PR is not tested :(

can-anyscale and others added 11 commits July 19, 2023 00:05
Signed-off-by: can <can@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
@rickyyx rickyyx requested a review from a team as a code owner August 16, 2023 19:07
@rickyyx rickyyx changed the title Pr py311 core release tests [ci][core] Python 311 core release tests Aug 16, 2023
Signed-off-by: rickyyx <rickyx@anyscale.com>
Signed-off-by: rickyyx <rickyx@anyscale.com>
@can-anyscale
Copy link
Collaborator

Maybe run them first on PR

@rickyyx
Copy link
Contributor Author

rickyyx commented Aug 17, 2023

why is there no release build job on the pr?

@can-anyscale
Copy link
Collaborator

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.

Signed-off-by: rickyyx <rickyx@anyscale.com>
@rickyyx
Copy link
Contributor Author

rickyyx commented Aug 23, 2023

Some tests could not be run (for reasons not related to this), resizing the set to include only the 3 tests:

  • microbenchmark
  • dask_on_ray_100gb_sort
  • stress_test_state_api_scale

^ These should also cover a good number of core APIs.

Successful runs on PR: https://buildkite.com/ray-project/release-tests-pr/builds/49955#_

@rickyyx rickyyx merged commit 91795a0 into ray-project:master Aug 23, 2023
arvind-chandra pushed a commit to lmco/ray that referenced this pull request Aug 31, 2023
---------

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>
vymao pushed a commit to vymao/ray that referenced this pull request Oct 11, 2023
---------

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

5 participants