Skip to content

Commit

Permalink
print forge clusters
Browse files Browse the repository at this point in the history
  • Loading branch information
aluon committed Jan 7, 2025
1 parent e3fdc51 commit 9460d13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testsuite/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,7 +1525,9 @@ def test(
# Perform cluster selection
if not forge_cluster_name or balance_clusters:
cluster_names = config.get("enabled_clusters")
print(f"Selecting from clusters: {cluster_names}")
forge_cluster_name = seeded_random_choice(forge_namespace, cluster_names)
print(f"Selected cluster: {forge_cluster_name}")

assert forge_cluster_name, "Forge cluster name is required"

Expand Down

0 comments on commit 9460d13

Please sign in to comment.