-
Notifications
You must be signed in to change notification settings - Fork 2.1k
ci-operator/config/openshift/release: Add no-capabilities periodic #26597
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
b95bb01 to
ebefd59
Compare
So we'll want to wait for a few nightlies to be accepted before they pick up openshift/installer#5645 and we can confirm this is working. |
28fd681 to
d47812b
Compare
Installing a cluster using the new knobs the installer grew in [1,2]. [1]: openshift/installer#5645 [2]: https://github.com/openshift/enhancements/blob/5d694be26311d2d2683b85a72376919c625854d0/enhancements/installer/component-selection.md
|
e2e-aws-no-capabilities failed on the gather-aws-console step with: That's sounds like AWS-side throttling or something. But certainly not a cluster-under-test issue. And hooray, our $ curl -s https://gcsweb-ci.apps.ci.l2s4.p1.openshiftapps.com/gcs/origin-ci-test/pr-logs/pull/openshift_release/26597/rehearse-26597-periodic-ci-openshift-release-master-ci-4.11-e2e-aws-no-capabilities/1499260995871182848/artifacts/e2e-aws-no-capabilities/gather-extra/artifacts/clusterversion.json | jq -r '.items[].spec'
{
"capabilities": {
"baselineCapabilitySet": "None"
},
"clusterID": "bacdbde4-dd63-4d8f-87e5-7284c9ece340"
}So I think we're set to merge here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dgoodwin, 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: The following tests failed, say
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. |
|
@wking: Updated the following 3 configmaps:
DetailsIn response to this:
Instructions 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. |
Installing a cluster using the new knobs the installer grew in openshift/installer#5645.