Increase CPU flavor for CI (#4389)
This commit is contained in:
parent
1f01b6546c
commit
3511b55cf5
4 changed files with 4 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Instance settings
|
||||
cloud_image_family: centos-7
|
||||
cloud_region: us-central1-c
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: default
|
||||
|
||||
# Deployment settings
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Instance settings
|
||||
cloud_image_family: coreos-stable
|
||||
cloud_region: us-central1-c
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: default
|
||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-b
|
||||
cloud_machine_type: "n1-standard-1"
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: ha
|
||||
|
||||
# Deployment settings
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# Instance settings
|
||||
cloud_image_family: ubuntu-1604-lts
|
||||
cloud_region: us-central1-c
|
||||
cloud_machine_type: "n1-standard-2"
|
||||
mode: separate
|
||||
|
||||
# Deployment settings
|
||||
|
|
Loading…
Reference in a new issue