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
|
# Instance settings
|
||||||
cloud_image_family: centos-7
|
cloud_image_family: centos-7
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
cloud_machine_type: "n1-standard-1"
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: default
|
mode: default
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: coreos-stable
|
cloud_image_family: coreos-stable
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: default
|
mode: default
|
||||||
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
startup_script: 'systemctl disable locksmithd && systemctl stop locksmithd'
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: ubuntu-1604-lts
|
cloud_image_family: ubuntu-1604-lts
|
||||||
cloud_region: us-central1-b
|
cloud_region: us-central1-b
|
||||||
cloud_machine_type: "n1-standard-1"
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: ha
|
mode: ha
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Instance settings
|
# Instance settings
|
||||||
cloud_image_family: ubuntu-1604-lts
|
cloud_image_family: ubuntu-1604-lts
|
||||||
cloud_region: us-central1-c
|
cloud_region: us-central1-c
|
||||||
|
cloud_machine_type: "n1-standard-2"
|
||||||
mode: separate
|
mode: separate
|
||||||
|
|
||||||
# Deployment settings
|
# Deployment settings
|
||||||
|
|
Loading…
Reference in a new issue