We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba6821 commit b1f7b64Copy full SHA for b1f7b64
1 file changed
citc/google.py
@@ -106,7 +106,7 @@ def get_types_info(client, nodespace):
106
"memory": int(math.pow(mt["memoryMb"], 0.7) * 0.9 + 500),
107
"cores_per_socket": mt["guestCpus"],
108
"threads_per_core": "1",
109
- "cluster_group": mt["name"].startswith("c2-") # only C2 currently support compact placement groups
+ "cluster_group": mt["name"].startswith("c2-") # only C2 currently support compact placement groups
110
}
111
for mt in machine_types
112
0 commit comments