Merge pull request #828 from bogdando/triggers

Rework CI triggers/pipeline
This commit is contained in:
Antoine Legrand
2016-12-27 15:20:42 +01:00
committed by GitHub
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)}}"