Merge pull request #864 from bogdando/nopreemtible
Non preempt GCE instances for CI
This commit is contained in:
commit
96372c15e2
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
instance_names: "{{instance_names}}"
|
||||
machine_type: "{{ cloud_machine_type }}"
|
||||
image: "{{ cloud_image }}"
|
||||
preemptible: yes
|
||||
preemptible: no
|
||||
service_account_email: "{{ gce_service_account_email }}"
|
||||
pem_file: "{{ gce_pem_file | default(omit)}}"
|
||||
credentials_file: "{{gce_credentials_file | default(omit)}}"
|
||||
|
|
Loading…
Reference in a new issue