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
Prev Previous commit
Next Next commit
update
Signed-off-by: rickyyx <rickyx@anyscale.com>
  • Loading branch information
rickyyx committed Aug 16, 2023
commit a180606b3337e8827e4ee2429ddd63a819b01736
17 changes: 2 additions & 15 deletions release/release_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4920,22 +4920,9 @@
frequency: manual
cluster:
cluster_compute: tpl_64_gce.yaml
- __suffix__: aws.py311
python: "3.11"

- name: microbenchmark_311
group: core-daily-test
team: core
frequency: manual
working_dir: microbenchmark

python: "3.11"

cluster:
byod: {}
cluster_compute: tpl_64.yaml

run:
timeout: 1800
script: OMP_NUM_THREADS=64 RAY_ADDRESS=local python run_microbenchmark.py

- name: benchmark_worker_startup
group: core-daily-test
Expand Down