Skip to content

Commit

Permalink
use standard vm
Browse files Browse the repository at this point in the history
  • Loading branch information
ant31 committed Dec 21, 2016
1 parent fbc13ea commit 9885fe7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cloud_playbooks/create-gce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
become: false
gather_facts: no
vars:
cloud_machine_type: g1-small
cloud_machine_type: n1-standard-1
mode: default

tasks:
Expand Down
1 change: 1 addition & 0 deletions tests/cloud_playbooks/delete-gce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
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)}}"
Expand Down

0 comments on commit 9885fe7

Please sign in to comment.