Skip to content

Commit 4ea9e6c

Browse files
authored
Merge branch 'main' into t-lo/azure-enable-tpm-tests
2 parents f139207 + ab9b14c commit 4ea9e6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cmd/kola/options.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ func init() {
218218
sv(&kola.HetznerOptions.Token, "hetzner-token", "", "Hetzner token for client authentication")
219219
sv(&kola.HetznerOptions.Location, "hetzner-location", "fsn1", "Hetzner location name")
220220
sv(&kola.HetznerOptions.Image, "hetzner-image", "", "Hetzner image ID")
221-
sv(&kola.HetznerOptions.ServerType, "hetzner-server-type", "cx22", "Hetzner instance type")
221+
sv(&kola.HetznerOptions.ServerType, "hetzner-server-type", "cpx22", "Hetzner instance type")
222222

223223
// Akamai specific options
224224
sv(&kola.AkamaiOptions.Token, "akamai-token", "", "Akamai access token")
@@ -230,7 +230,7 @@ func init() {
230230
sv(&kola.STACKITOptions.Region, "stackit-region", "eu01", "STACKIT region")
231231
sv(&kola.STACKITOptions.ProjectId, "stackit-project-id", "", "STACKIT project ID")
232232
sv(&kola.STACKITOptions.ServiceAccountKeyPath, "stackit-service-account-key-path", "$HOME/.stackit/credentials.json", "STACKIT service account key path")
233-
sv(&kola.STACKITOptions.MachineType, "stackit-type", "c2i.8", "STACKIT instance type")
233+
sv(&kola.STACKITOptions.MachineType, "stackit-type", "c2i.2", "STACKIT instance type")
234234
sv(&kola.STACKITOptions.AvailabilityZone, "stackit-availability-zone", "eu01-2", "STACKIT availability zone")
235235
sv(&kola.STACKITOptions.ImageId, "stackit-image-id", "", "STACKIT image ID")
236236
}

platform/api/hetzner/api.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ type Options struct {
3131
*platform.Options
3232
// Image is the ID of the Hetzner image to deploy.
3333
Image string
34-
// ServerType is the type of the instance (e.g. cx22).
34+
// ServerType is the type of the instance (e.g. cpx22).
3535
ServerType string
3636
// Location is used as "default" zone for all requests.
3737
Location string

0 commit comments

Comments
 (0)