Skip to content

Commit e78ce13

Browse files
Fix upgrade tests Ray Job Memory error for 2.11 release branch
1 parent 74fd563 commit e78ce13

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tests/upgrade/raycluster_sdk_upgrade_test.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,11 @@ def run_mnist_raycluster_sdk_oauth(self):
4949
namespace=self.namespace,
5050
num_workers=1,
5151
head_cpus=1,
52-
head_memory=2,
52+
head_memory=4,
5353
min_cpus=1,
5454
max_cpus=1,
55-
min_memory=1,
56-
max_memory=2,
57-
num_gpus=0,
55+
min_memory=4,
56+
max_memory=4,
5857
image=ray_image,
5958
write_to_file=True,
6059
verify_tls=False,

0 commit comments

Comments
 (0)