You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
f'WARNING! Found runner_types with same name && instance_type [{v["instance_type"]}, {k}] but different OS or is_ephemeral tag, this will fail [({ref_repo}, {os}, {is_ephemeral}), ({repo}, {v["os"]}, {v["is_ephemeral"]})]',
176
+
f"WARNING! Found runner_types with same name && instance_type [{v['instance_type']}, {k}] but different OS or is_ephemeral tag, this will fail [({ref_repo}, {os}, {is_ephemeral}), ({repo}, {v['os']}, {v['is_ephemeral']})]",
177
177
file=sys.stderr,
178
178
)
179
179
else:
@@ -184,11 +184,11 @@ def main():
184
184
os, is_ephemeral, ref_repo=runn_cfg
185
185
ifos!=v["os"] oris_ephemeral!=v["is_ephemeral"]:
186
186
print(
187
-
f'INFO! Found runner_types with same instance_type [{v["instance_type"]}, {k}] and different OS or is_ephemeral tag, this is not encouraged, but it is OK [({ref_repo}, {os}, {is_ephemeral}), ({repo}, {v["os"], v["is_ephemeral"]})]'
187
+
f"INFO! Found runner_types with same instance_type [{v['instance_type']}, {k}] and different OS or is_ephemeral tag, this is not encouraged, but it is OK [({ref_repo}, {os}, {is_ephemeral}), ({repo}, {v['os'], v['is_ephemeral']})]"
188
188
)
189
189
else:
190
190
print(
191
-
f'WARNING! Found runner_types with same instance_type [{v["instance_type"]}, {k}] and same OS or is_ephemeral tags, but they have different names, this is bad [({ref_repo}, {os}, {is_ephemeral}), ({repo}, {v["os"], v["is_ephemeral"]})]',
191
+
f"WARNING! Found runner_types with same instance_type [{v['instance_type']}, {k}] and same OS or is_ephemeral tags, but they have different names, this is bad [({ref_repo}, {os}, {is_ephemeral}), ({repo}, {v['os'], v['is_ephemeral']})]",
0 commit comments