Skip to content

Commit aad044a

Browse files
authored
[release] python 3.10 for long running tests (#58416)
upgrading long running tests to run on py3.10 Successful release test build: https://buildkite.com/ray-project/release/builds/66618 --------- Signed-off-by: elliot-barn <[email protected]>
1 parent fd62152 commit aad044a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

release/release_tests.yaml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -807,6 +807,7 @@
807807
#######################
808808

809809
- name: long_running_actor_deaths
810+
python: "3.10"
810811
group: Long running tests
811812
working_dir: long_running_tests
812813

@@ -838,7 +839,6 @@
838839

839840
variations:
840841
- __suffix__: aws
841-
python: "3.10"
842842
- __suffix__: gce
843843
env: gce
844844
frequency: manual
@@ -848,6 +848,7 @@
848848
cluster_compute: tpl_cpu_1_gce.yaml
849849

850850
- name: long_running_impala
851+
python: "3.10"
851852
group: Long running tests
852853
working_dir: long_running_tests
853854

@@ -889,6 +890,7 @@
889890
cluster_compute: tpl_cpu_1_large_gce.yaml
890891

891892
- name: long_running_many_actor_tasks
893+
python: "3.10"
892894
group: Long running tests
893895
working_dir: long_running_tests
894896

@@ -919,7 +921,6 @@
919921

920922
variations:
921923
- __suffix__: aws
922-
python: "3.10"
923924
- __suffix__: gce
924925
env: gce
925926
frequency: manual
@@ -975,6 +976,7 @@
975976
cluster_compute: tpl_cpu_4_gce.yaml
976977

977978
- name: long_running_many_ppo
979+
python: "3.10"
978980
group: Long running tests
979981
working_dir: long_running_tests
980982

@@ -1021,6 +1023,7 @@
10211023
cluster_compute: many_ppo_gce.yaml
10221024

10231025
- name: long_running_many_tasks
1026+
python: "3.10"
10241027
group: Long running tests
10251028
working_dir: long_running_tests
10261029

@@ -1051,7 +1054,6 @@
10511054

10521055
variations:
10531056
- __suffix__: aws
1054-
python: "3.10"
10551057
- __suffix__: gce
10561058
env: gce
10571059
frequency: manual
@@ -1063,6 +1065,7 @@
10631065
cluster_compute: tpl_cpu_1_gce.yaml
10641066

10651067
- name: long_running_many_tasks_serialized_ids
1068+
python: "3.10"
10661069
group: Long running tests
10671070
working_dir: long_running_tests
10681071

@@ -1104,6 +1107,7 @@
11041107
cluster_compute: tpl_cpu_1_gce.yaml
11051108

11061109
- name: long_running_node_failures
1110+
python: "3.10"
11071111
group: Long running tests
11081112
working_dir: long_running_tests
11091113

@@ -1134,7 +1138,6 @@
11341138

11351139
variations:
11361140
- __suffix__: aws
1137-
python: "3.10"
11381141
- __suffix__: gce
11391142
env: gce
11401143
frequency: manual
@@ -1146,6 +1149,7 @@
11461149
cluster_compute: tpl_cpu_1_gce.yaml
11471150

11481151
- name: long_running_serve
1152+
python: "3.10"
11491153
group: Long running tests
11501154
working_dir: long_running_tests
11511155

@@ -1187,6 +1191,7 @@
11871191
cluster_compute: tpl_cpu_1_gce.yaml
11881192

11891193
- name: long_running_serve_failure
1194+
python: "3.10"
11901195
group: Long running tests
11911196
working_dir: long_running_tests
11921197

@@ -1230,6 +1235,7 @@
12301235
cluster_compute: tpl_cpu_1_c5_gce.yaml
12311236

12321237
- name: long_running_many_jobs
1238+
python: "3.10"
12331239
group: Long running tests
12341240
working_dir: long_running_tests
12351241

0 commit comments

Comments
 (0)