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 7422e17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testsuite/forge.py
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,7 @@ 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)

assert forge_cluster_name, "Forge cluster name is required"
Expand Down

0 comments on commit 7422e17

Please sign in to comment.