switch to e2 machine types

This commit is contained in:
upodroid
2023-06-12 22:51:47 +01:00
committed by upodroid
parent 3631efd85c
commit e2227a24fb
6 changed files with 17 additions and 27 deletions

View File

@@ -85,8 +85,8 @@ func init() {
}
const (
defaultGCEMachine = "n1-standard-1"
acceleratorTypeResourceFormat = "https://www.googleapis.com/compute/v1/projects/%s/zones/%s/acceleratorTypes/%s"
defaultGCEMachine = "e2-standard-2"
acceleratorTypeResourceFormat = "https://www.googleapis.com/compute/beta/projects/%s/zones/%s/acceleratorTypes/%s"
)
type GCERunner struct {