Skip to content

Commit

Permalink
Use c1.small.x86 instance type on Packet (#812)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
xmudrii authored Aug 31, 2020
1 parent 01f2d47 commit 3a1878b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/provisioning/testdata/machinedeployment-packet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ spec:
cloudProviderSpec:
apiKey: << PACKET_API_KEY >>
projectID: << PACKET_PROJECT_ID >>
instanceType: "t1.small.x86"
instanceType: "c1.small.x86"
facilities:
- "ewr1"
- "ams1"
operatingSystem: "<< OS_NAME >>"
operatingSystemSpec:
distUpgradeOnBoot: false
Expand Down

0 comments on commit 3a1878b

Please sign in to comment.