Skip to content

Commit 3990360

Browse files
committed
test
1 parent 538d345 commit 3990360

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/codeflare_sdk/ray/cluster/config.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,10 @@ def _validate_extended_resource_requests(self, extended_resources: Dict[str, int
200200
f"extended resource '{k}' not found in extended_resource_mapping, available resources are {list(self.extended_resource_mapping.keys())}, to add more supported resources use extended_resource_mapping. i.e. extended_resource_mapping = {{'{k}': 'FOO_BAR'}}"
201201
)
202202

203+
# add mock method to trigger e2es
204+
def mock_method(self):
205+
return "mock_method"
206+
203207
def _str_mem_no_unit_add_GB(self):
204208
if (
205209
isinstance(self.worker_memory_requests, str)

0 commit comments

Comments
 (0)