Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Change to c3.medium.x86 plans for testing. #369

Merged
merged 1 commit into from
Jul 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,8 +188,8 @@ jobs:
SKIP_IMAGE_BUILD: "1"
MANIFEST_PATH: "../../../out/release"
FACILITY: da6
CONTROLPLANE_NODE_TYPE: t3.small.x86
WORKER_NODE_TYPE: t3.small.x86
CONTROLPLANE_NODE_TYPE: c3.medium.x86
WORKER_NODE_TYPE: c3.medium.x86
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-quickstart.sh
- name: Upload artifact
Expand Down Expand Up @@ -244,8 +244,8 @@ jobs:
SKIP_IMAGE_BUILD: "1"
MANIFEST_PATH: "../../../out/release"
FACILITY: da6
CONTROLPLANE_NODE_TYPE: t3.small.x86
WORKER_NODE_TYPE: t3.small.x86
CONTROLPLANE_NODE_TYPE: c3.medium.x86
WORKER_NODE_TYPE: c3.medium.x86
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi.sh
- name: Upload artifact
Expand Down Expand Up @@ -300,8 +300,8 @@ jobs:
SKIP_IMAGE_BUILD: "1"
MANIFEST_PATH: "../../../out/release"
FACILITY: da6
CONTROLPLANE_NODE_TYPE: t3.small.x86
WORKER_NODE_TYPE: t3.small.x86
CONTROLPLANE_NODE_TYPE: c3.medium.x86
WORKER_NODE_TYPE: c3.medium.x86
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-conformance.sh
- name: Upload artifact
Expand Down Expand Up @@ -356,8 +356,8 @@ jobs:
SKIP_IMAGE_BUILD: "1"
MANIFEST_PATH: "../../../out/release"
FACILITY: da6
CONTROLPLANE_NODE_TYPE: t3.small.x86
WORKER_NODE_TYPE: t3.small.x86
CONTROLPLANE_NODE_TYPE: c3.medium.x86
WORKER_NODE_TYPE: c3.medium.x86
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-management-upgrade.sh
- name: Upload artifact
Expand Down Expand Up @@ -412,8 +412,8 @@ jobs:
SKIP_IMAGE_BUILD: "1"
MANIFEST_PATH: "../../../out/release"
FACILITY: da6
CONTROLPLANE_NODE_TYPE: t3.small.x86
WORKER_NODE_TYPE: t3.small.x86
CONTROLPLANE_NODE_TYPE: c3.medium.x86
WORKER_NODE_TYPE: c3.medium.x86
GINKGO_NODES: "1"
run: ./scripts/ci-e2e-capi-workload-upgrade.sh
- name: Upload artifact
Expand Down