Skip to content

Commit df05d47

Browse files
committed
testing: codeflare: sdk_user/sample/sample: use a different RayCluster name for each of the user
So that we work around project-codeflare/multi-cluster-app-dispatcher#433
1 parent 0c762eb commit df05d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/codeflare/sdk_user/sample/sample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717

1818
# Create our cluster and submit appwrapper
1919
cluster = Cluster(ClusterConfiguration(
20-
namespace=namespace, name='mnisttest',
20+
namespace=namespace, name=f"mnisttest-user{user_idx}",
2121
min_worker=2, max_worker=2,
2222
min_cpus=2, max_cpus=2,
2323
min_memory=4, max_memory=4,

0 commit comments

Comments
 (0)