Rework CI triggers/pipeline

* Run CI triggers in one step
* Run all test matrix for triggers
* Switch back to g1-small

Signed-off-by: Bogdan Dobrelya <bogdando@mail.ru>
This commit is contained in:
Bogdan Dobrelya
2016-12-27 13:16:34 +01:00
parent be8e5e1fdc
commit 622537bd33
3 changed files with 36 additions and 9 deletions

View File

@@ -3,7 +3,7 @@
become: false
gather_facts: no
vars:
cloud_machine_type: n1-standard-1
cloud_machine_type: g1-small
mode: default
tasks:

View File

@@ -3,7 +3,6 @@
become: false
gather_facts: no
vars:
cloud_machine_type: f1-micro
mode: default
tasks:
@@ -22,8 +21,6 @@
- name: delete gce instances
gce:
instance_names: "{{instance_names}}"
machine_type: "{{ cloud_machine_type }}"
preemptible: yes
image: "{{ cloud_image }}"
service_account_email: "{{ gce_service_account_email }}"
pem_file: "{{ gce_pem_file | default(omit)}}"