Skip to content
Snippets Groups Projects
Commit fbc13ea6 authored by Antoine Legrand's avatar Antoine Legrand
Browse files

Use preemptible instances

parent 11380769
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,7 @@
instance_names: "{{instance_names}}"
machine_type: "{{ cloud_machine_type }}"
image: "{{ cloud_image }}"
preemptible: yes
service_account_email: "{{ gce_service_account_email }}"
pem_file: "{{ gce_pem_file | default(omit)}}"
credentials_file: "{{gce_credentials_file | default(omit)}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment