Skip to content

Commit

Permalink
Fix upgrade tests Ray Job Memory error for 2.11 release branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Srihari1192 authored and openshift-merge-bot[bot] committed Nov 19, 2024
1 parent 74fd563 commit e78ce13
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/upgrade/raycluster_sdk_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ def run_mnist_raycluster_sdk_oauth(self):
namespace=self.namespace,
num_workers=1,
head_cpus=1,
head_memory=2,
head_memory=4,
min_cpus=1,
max_cpus=1,
min_memory=1,
max_memory=2,
num_gpus=0,
min_memory=4,
max_memory=4,
image=ray_image,
write_to_file=True,
verify_tls=False,
Expand Down

0 comments on commit e78ce13

Please sign in to comment.