Skip to content
Snippets Groups Projects
Commit f365b32c authored by Bogdan Dobrelya's avatar Bogdan Dobrelya
Browse files

Non preempt GCE instances for CI


Revert preemptible GCE instances for CI as they are too
much of UNREACHABLE. Later we could return to them after
figured out how to mitigate preepted instances with
automated CI retries.

Signed-off-by: default avatarBogdan Dobrelya <bogdando@mail.ru>
parent c0400e9d
No related branches found
No related tags found
No related merge requests found
......@@ -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)}}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment