-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator/jobs/openshift/release/openshift-release-infra-periodics: Temporarily drop MachineAPI from AWS Cluster Bot job #44248
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
Conversation
… Temporarily drop MachineAPI from AWS Cluster Bot job This was added here (among other places) in 365b996 (add MachineAPI cap to no-caps job, 2023-07-18, openshift#39892), because 4.14 and later None-set clusters need the MachineAPI capability enabled to allow installer/bootstrap-provisioned compute machines. But I need to be able to install a 4.13 None-capability cluster to test [1], and currently: launch 4.13,openshift/cluster-version-operator#981 aws,no-capabilities fails with [2]: level=error msg=failed to fetch Master Machines: failed to load asset "Install Config": failed to create install config: invalid "install-config.yaml" file: capabilities.additionalEnabledCapabilities[0]: Unsupported value: "MachineAPI": supported values: "CSISnapshot", "Console", "Insights", "NodeTuning", "Storage", "baremetal", "marketplace", "openshift-samples" In this commit, I'm dropping the MachineAPI injection from the AWS job. This should get my aws,no-capabilities invocation working on 4.13 while I test my pull, after which we can revert this change. In the meantime, folks who need to use no-capabilities Cluster Bot clusters to test 4.14 and later installs can use Azure or GCP or other non-AWS platforms. [1]: openshift/cluster-version-operator#981 [2]: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-origin-installer-launch-aws-modern/1712189151484317696#1:build-log.txt%3A108
|
/lgtm |
|
[REHEARSALNOTIFIER] |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bparees, wking The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@wking: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
openshift/cluster-version-operator#981 merged, so we can revert this now. |
…riodics: Temporarily drop MachineAPI from AWS Cluster Bot job (openshift#44248)" This reverts commit 69233e0.
… Temporarily drop MachineAPI from Azure Cluster Bot job Like 69233e0 (ci-operator/jobs/openshift/release/openshift-release-infra-periodics: Temporarily drop MachineAPI from AWS Cluster Bot job, 2023-10-11, openshift#44248), except for Azure, to try and reproduce [1]. The AWS change was subsequently reverted after testing in 4487924 (Revert "ci-operator/jobs/openshift/release/openshift-release-infra-periodics: Temporarily drop MachineAPI from AWS Cluster Bot job", 2023-10-12, openshift#44296), and we expect this one to be reverted soon too. [1]: https://issues.redhat.com/browse/OCPBUGS-22266
… Temporarily drop MachineAPI from Azure Cluster Bot job (#44751) Like 69233e0 (ci-operator/jobs/openshift/release/openshift-release-infra-periodics: Temporarily drop MachineAPI from AWS Cluster Bot job, 2023-10-11, #44248), except for Azure, to try and reproduce [1]. The AWS change was subsequently reverted after testing in 4487924 (Revert "ci-operator/jobs/openshift/release/openshift-release-infra-periodics: Temporarily drop MachineAPI from AWS Cluster Bot job", 2023-10-12, #44296), and we expect this one to be reverted soon too. [1]: https://issues.redhat.com/browse/OCPBUGS-22266
This was added here (among other places) in 365b996 (#39892), because 4.14 and later None-set clusters need the
MachineAPIcapability enabled to allow installer/bootstrap-provisioned compute machines. But I need to be able to install a 4.13None-capability cluster to test openshift/cluster-version-operator#981, and currently:fails with:
In this commit, I'm dropping the
MachineAPIinjection from the AWS job. This should get myaws,no-capabilitiesinvocation working on 4.13 while I test my pull, after which we can revert this change. In the meantime, folks who need to use no-capabilities Cluster Bot clusters to test 4.14 and later installs can use Azure or GCP or other non-AWS platforms.