We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f84359 commit 6f90241Copy full SHA for 6f90241
buildkite/create_instances.py
@@ -130,7 +130,7 @@ def main(argv=None):
130
print("\nValid instance names are: {}".format(" ".join(valid_names)))
131
return 1
132
133
- selected_instances = [i for i in config["instance_groups"] if i["name"] in args.names]
+ selected_instances = [i for i in config["instance_groups"] if i["name"] in names]
134
135
# Mimic v3.5 default of
136
# https://docs.python.org/3/library/concurrent.futures.html#threadpoolexecutor
0 commit comments