Skip to content

Commit

Permalink
[batch] Fix preemptible flag when creating instances in the db (#12504)
Browse files Browse the repository at this point in the history
  • Loading branch information
jigold authored Nov 29, 2022
1 parent 53a5b3c commit 1bfdc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch/batch/driver/instance_collection/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ async def _create_instance(
cores=cores,
location=location,
machine_type=machine_type,
preemptible=True,
preemptible=preemptible,
instance_config=instance_config,
)
self.add_instance(instance)
Expand Down

0 comments on commit 1bfdc5c

Please sign in to comment.