Skip to content

Commit 70d453d

Browse files
Ygnasopenshift-merge-bot[bot]
authored andcommitted
removing params that do not exist
1 parent 493e560 commit 70d453d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

docs/sphinx/user-docs/cluster-configuration.rst

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ requirements for creating the Ray Cluster.
2525
worker_memory_requests=2, # Default 2
2626
worker_memory_limits=2, # Default 2
2727
# image="", # Optional Field
28-
machine_types=["m5.xlarge", "g4dn.xlarge"],
2928
labels={"exampleLabel": "example", "secondLabel": "example"},
3029
))
3130

src/codeflare_sdk/common/utils/unit_test_support.py

-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ def createClusterWrongType():
6262
worker_memory_limits=6,
6363
worker_extended_resource_requests={"nvidia.com/gpu": 7},
6464
appwrapper=True,
65-
machine_types=[True, False],
6665
image_pull_secrets=["unit-test-pull-secret"],
6766
image="quay.io/modh/ray@sha256:0d715f92570a2997381b7cafc0e224cfa25323f18b9545acfd23bc2b71576d06",
6867
write_to_file=True,

0 commit comments

Comments
 (0)