Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 9f6da8b

Browse files
committed
Change to c3.medium.x86 plans for testing.
Signed-off-by: Chris Privitere <[email protected]>
1 parent 885075f commit 9f6da8b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -188,8 +188,8 @@ jobs:
188188
SKIP_IMAGE_BUILD: "1"
189189
MANIFEST_PATH: "../../../out/release"
190190
FACILITY: da6
191-
CONTROLPLANE_NODE_TYPE: t3.small.x86
192-
WORKER_NODE_TYPE: t3.small.x86
191+
CONTROLPLANE_NODE_TYPE: c3.medium.x86
192+
WORKER_NODE_TYPE: c3.medium.x86
193193
GINKGO_NODES: "1"
194194
run: ./scripts/ci-e2e-capi-quickstart.sh
195195
- name: Upload artifact
@@ -244,8 +244,8 @@ jobs:
244244
SKIP_IMAGE_BUILD: "1"
245245
MANIFEST_PATH: "../../../out/release"
246246
FACILITY: da6
247-
CONTROLPLANE_NODE_TYPE: t3.small.x86
248-
WORKER_NODE_TYPE: t3.small.x86
247+
CONTROLPLANE_NODE_TYPE: c3.medium.x86
248+
WORKER_NODE_TYPE: c3.medium.x86
249249
GINKGO_NODES: "1"
250250
run: ./scripts/ci-e2e-capi.sh
251251
- name: Upload artifact
@@ -300,8 +300,8 @@ jobs:
300300
SKIP_IMAGE_BUILD: "1"
301301
MANIFEST_PATH: "../../../out/release"
302302
FACILITY: da6
303-
CONTROLPLANE_NODE_TYPE: t3.small.x86
304-
WORKER_NODE_TYPE: t3.small.x86
303+
CONTROLPLANE_NODE_TYPE: c3.medium.x86
304+
WORKER_NODE_TYPE: c3.medium.x86
305305
GINKGO_NODES: "1"
306306
run: ./scripts/ci-e2e-capi-conformance.sh
307307
- name: Upload artifact
@@ -356,8 +356,8 @@ jobs:
356356
SKIP_IMAGE_BUILD: "1"
357357
MANIFEST_PATH: "../../../out/release"
358358
FACILITY: da6
359-
CONTROLPLANE_NODE_TYPE: t3.small.x86
360-
WORKER_NODE_TYPE: t3.small.x86
359+
CONTROLPLANE_NODE_TYPE: c3.medium.x86
360+
WORKER_NODE_TYPE: c3.medium.x86
361361
GINKGO_NODES: "1"
362362
run: ./scripts/ci-e2e-capi-management-upgrade.sh
363363
- name: Upload artifact
@@ -412,8 +412,8 @@ jobs:
412412
SKIP_IMAGE_BUILD: "1"
413413
MANIFEST_PATH: "../../../out/release"
414414
FACILITY: da6
415-
CONTROLPLANE_NODE_TYPE: t3.small.x86
416-
WORKER_NODE_TYPE: t3.small.x86
415+
CONTROLPLANE_NODE_TYPE: c3.medium.x86
416+
WORKER_NODE_TYPE: c3.medium.x86
417417
GINKGO_NODES: "1"
418418
run: ./scripts/ci-e2e-capi-workload-upgrade.sh
419419
- name: Upload artifact

0 commit comments

Comments
 (0)