gce.sh: Factor out default custom memory

This commit is contained in:
Trent Nelson
2021-01-05 21:26:49 -07:00
committed by Trent Nelson
parent 327be55acc
commit ddf1d2dbf5
5 changed files with 30 additions and 11 deletions

View File

@ -7,6 +7,10 @@ cloud_DefaultZone() {
echo "us-east-1b"
}
cloud_DefaultCustomMemoryGB() {
: # Not implemented
}
cloud_RestartPreemptedInstances() {
: # Not implemented
}