Skip to content

Commit

Permalink
Update smoketest from t2.micro to t3.micro
Browse files Browse the repository at this point in the history
  • Loading branch information
plorenz committed Jan 7, 2025
1 parent 8049ea3 commit 9f4cac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zititest/models/smoke/smoketest.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ var Model = &model.Model{
}),
model.FactoryFunc(func(m *model.Model) error {
return m.ForEachHost("*", 1, func(host *model.Host) error {
host.InstanceType = "t2.micro"
host.InstanceType = "t3.micro"
return nil
})
}),
Expand Down

0 comments on commit 9f4cac5

Please sign in to comment.