-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Enable arm64 Azure UPI tests and initial test config for QE e2e tests #35520
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -9,8 +9,23 @@ ref: | |
| memory: 100Mi | ||
| env: | ||
| - name: OCP_ARCH | ||
| default: "x86_64" | ||
| default: "amd64" | ||
| documentation: |- | ||
| The architecture of the control plane nodes (e.g., x86_64, aarch64) | ||
| The architecture of the control plane nodes (e.g., amd64, arm64) | ||
| - name: CONTROL_PLANE_NODE_TYPE | ||
| default: "" | ||
| documentation: |- | ||
| The instance size of the control plane nodes (e.g., Standard_D8s_v3) | ||
| - name: COMPUTE_NODE_TYPE | ||
|
||
| default: "" | ||
| documentation: |- | ||
| The instance size of the compute nodes (e.g., Standard_D4s_v3) | ||
| - name: BOOTSTRAP_NODE_TYPE | ||
| default: "" | ||
| documentation: |- | ||
| The instance size of the bootstrap node (e.g., Standard_D4s_v3) | ||
| dependencies: | ||
| - name: "release:latest" | ||
| env: OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE | ||
| documentation: >- | ||
| This step deploys a UPI cluster to the CI Azure project. | ||
Uh oh!
There was an error while loading. Please reload this page.