Skip to content

Commit

Permalink
Upgrade tests: Make sure head node has enough memory to execute test
Browse files Browse the repository at this point in the history
  • Loading branch information
sutaakar authored and openshift-merge-bot[bot] committed Aug 15, 2024
1 parent 4017d8b commit 8566c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/upgrade/raycluster_sdk_upgrade_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_mnist_raycluster_sdk_oauth(self):
namespace=self.namespace,
num_workers=1,
head_cpus=1,
head_memory=2,
head_memory=4,
worker_cpu_requests=1,
worker_cpu_limits=1,
worker_memory_requests=4,
Expand Down

0 comments on commit 8566c33

Please sign in to comment.