Skip to content

Commit 3a1878b

Browse files
authored
Use c1.small.x86 instance type on Packet (#812)
We've used t1.small.x86 instances for running E2E tests because we don't need large instances. The t1.small.x86 instance type is first generation, and as the first generation is deprecated, it's not available anymore. The c1.small.x86 instances are bit more expensive, but it's the smallest instance type currently available. Besides that, we now run Packet E2E tests in the Amsterdam region.
1 parent 01f2d47 commit 3a1878b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/provisioning/testdata/machinedeployment-packet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ spec:
2626
cloudProviderSpec:
2727
apiKey: << PACKET_API_KEY >>
2828
projectID: << PACKET_PROJECT_ID >>
29-
instanceType: "t1.small.x86"
29+
instanceType: "c1.small.x86"
3030
facilities:
31-
- "ewr1"
31+
- "ams1"
3232
operatingSystem: "<< OS_NAME >>"
3333
operatingSystemSpec:
3434
distUpgradeOnBoot: false

0 commit comments

Comments
 (0)