From f381903bc7edcff351219d463afdbfcef14620ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Mudrini=C4=87?= Date: Sat, 22 Aug 2020 18:18:26 +0200 Subject: [PATCH] Use c1.small.x86 instance type on Packet 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. --- test/e2e/provisioning/testdata/machinedeployment-packet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/provisioning/testdata/machinedeployment-packet.yaml b/test/e2e/provisioning/testdata/machinedeployment-packet.yaml index 917bf4c51..d487b98f7 100644 --- a/test/e2e/provisioning/testdata/machinedeployment-packet.yaml +++ b/test/e2e/provisioning/testdata/machinedeployment-packet.yaml @@ -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