Browse Source

Use preemptible instances

pull/791/head
Antoine Legrand 8 years ago
parent
commit
fbc13ea6dc
1 changed files with 1 additions and 0 deletions
  1. 1
      tests/cloud_playbooks/create-gce.yml

1
tests/cloud_playbooks/create-gce.yml

@ -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)}}"

Loading…
Cancel
Save