From b5c22923111e8a5e89da83e7046b24b94f6d4ab4 Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Thu, 5 Jan 2017 17:08:57 +0100 Subject: [PATCH] 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: Bogdan Dobrelya --- tests/cloud_playbooks/create-gce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cloud_playbooks/create-gce.yml b/tests/cloud_playbooks/create-gce.yml index 9ad0deb04..4ae32b787 100644 --- a/tests/cloud_playbooks/create-gce.yml +++ b/tests/cloud_playbooks/create-gce.yml @@ -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)}}"