Skip to content

Commit b4eef69

Browse files
authored
[release] updating core daily release tests to run on python 3.10 (#58389)
Updating core daily tests Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
1 parent 60de6e8 commit b4eef69

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release/release_tests.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2439,6 +2439,7 @@
24392439
script: OMP_NUM_THREADS=64 RAY_ADDRESS=local python run_microbenchmark.py --experimental
24402440

24412441
- name: compiled_graphs_GPU
2442+
python: "3.10"
24422443
group: core-daily-test
24432444
team: core
24442445
frequency: nightly
@@ -2454,6 +2455,7 @@
24542455
script: python experimental/compiled_graph_gpu_microbenchmark.py
24552456

24562457
- name: compiled_graphs_GPU_multinode
2458+
python: "3.10"
24572459
group: core-daily-test
24582460
team: core
24592461
frequency: nightly
@@ -2469,6 +2471,7 @@
24692471
script: python experimental/compiled_graph_gpu_microbenchmark.py --distributed
24702472

24712473
- name: gpu_object_GPU
2474+
python: "3.10"
24722475
group: core-daily-test
24732476
team: core
24742477
frequency: nightly
@@ -2484,6 +2487,7 @@
24842487
script: python experimental/gpu_object_microbenchmark.py
24852488

24862489
- name: gpu_object_GPU_multinode
2490+
python: "3.10"
24872491
group: core-daily-test
24882492
team: core
24892493
frequency: nightly
@@ -2833,6 +2837,7 @@
28332837
frequency: manual
28342838

28352839
- name: single_node_oom
2840+
python: "3.10"
28362841
group: core-daily-test
28372842
working_dir: nightly_tests
28382843

@@ -2884,6 +2889,7 @@
28842889

28852890

28862891
- name: many_nodes_actor_test_on_v2
2892+
python: "3.10"
28872893
group: core-daily-test
28882894
working_dir: benchmarks
28892895

0 commit comments

Comments
 (0)