Skip to content

Commit 75db5f0

Browse files
elliot-barnYoussefEssDS
authored andcommitted
[release] RlLib py310 release test upgrades (ray-project#58385)
upgrading rllib release tests to run on python 3.10 Release link: https://buildkite.com/ray-project/release/builds/66495#_ All failing tests are disabled Signed-off-by: elliot-barn <elliot.barnwell@anyscale.com>
1 parent 3737aa0 commit 75db5f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

release/release_tests.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2051,6 +2051,7 @@
20512051
# APPO
20522052
# --------------------------
20532053
- name: rllib_learning_tests_pong_appo_torch
2054+
python: "3.10"
20542055
group: RLlib tests
20552056
working_dir: rllib_tests
20562057

@@ -2084,6 +2085,7 @@
20842085
cluster_compute: 2gpus_64cpus_gce.yaml
20852086

20862087
- name: rllib_learning_tests_halfcheetah_appo_torch
2088+
python: "3.10"
20872089
group: RLlib tests
20882090
working_dir: rllib_tests
20892091

@@ -2118,6 +2120,7 @@
21182120
# DreamerV3
21192121
# --------------------------
21202122
- name: rllib_learning_tests_pong_dreamerv3_torch
2123+
python: "3.10"
21212124
group: RLlib tests
21222125
working_dir: rllib_tests
21232126

@@ -2149,6 +2152,7 @@
21492152
cluster_compute: 4gpus_64cpus_gce.yaml
21502153

21512154
- name: rllib_learning_tests_pendulum_dreamerv3_torch
2155+
python: "3.10"
21522156
group: RLlib tests
21532157
working_dir: rllib_tests
21542158

@@ -2183,6 +2187,7 @@
21832187
# IMPALA
21842188
# --------------------------
21852189
- name: rllib_learning_tests_pong_impala_torch
2190+
python: "3.10"
21862191
group: RLlib tests
21872192
working_dir: rllib_tests
21882193

@@ -2217,6 +2222,7 @@
22172222
# PPO
22182223
# --------------------------
22192224
- name: rllib_learning_tests_pong_ppo_torch
2225+
python: "3.10"
22202226
group: RLlib tests
22212227
working_dir: rllib_tests
22222228

@@ -2252,6 +2258,7 @@
22522258
# SAC
22532259
# --------------------------
22542260
- name: rllib_learning_tests_halfcheetah_sac_torch
2261+
python: "3.10"
22552262
group: RLlib tests
22562263
working_dir: rllib_tests
22572264

0 commit comments

Comments
 (0)