-
Notifications
You must be signed in to change notification settings - Fork 65
Enable 4.6.7 in fast channel(s) #574
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
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: openshift-bot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Upgrade pass rates in CI for 4.6.7:
|
|
Upgrade pass rates in CI for 4.6.7:
|
2 similar comments
|
Upgrade pass rates in CI for 4.6.7:
|
|
Upgrade pass rates in CI for 4.6.7:
|
|
Upgrade pass rates in CI for 4.6.7:
|
1 similar comment
|
Upgrade pass rates in CI for 4.6.7:
|
|
This is being dropped on account of a recently discovered regression introduced in 4.6.6 which also affects this version. |
|
@sdodson: Closed this PR. 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. |
…update Following up on 38028a8 (blocked-edges/4.10.0-fc.2-modified-aws-load-balancer-service: Example conditional update, 2022-01-31, openshift#1437) with a new invented, demo conditional update. The earlier demo worked locally, but did not excercise Insights tooling, because Insights only bumped their openshift/api vendor in fc.3 [1]: $ for X in fc.0 fc.1 fc.2 fc.3 fc.4 rc.0; do echo -n "${X} "; oc adm release info --commits "quay.io/openshift-release-dev/ocp-release:4.10.0-${X}-x86_64" 2>/dev/null | grep insights-operator; done fc.0 insights-operator https://github.com/openshift/insights-operator cafe71a62bda6ca7ea790da90753b7b7d3c006b7 fc.1 insights-operator https://github.com/openshift/insights-operator e2887e735adefb572a2e785d5cc071ec5844b123 fc.2 insights-operator https://github.com/openshift/insights-operator 7a3ff6bbe5b59f9f49c3c6bb8c118e88618515fc fc.3 insights-operator https://github.com/openshift/insights-operator 007dfade2f36b95cedfd90a5a5ea6f0c5e89dab3 fc.4 insights-operator https://github.com/openshift/insights-operator 007dfade2f36b95cedfd90a5a5ea6f0c5e89dab3 rc.0 insights-operator https://github.com/openshift/insights-operator 007dfade2f36b95cedfd90a5a5ea6f0c5e89dab3 $ git --no-pager log --oneline --first-parent cafe71a62bd^..origin/release-4.10 007dfade (HEAD -> bump-openshift-api, origin/release-4.11, origin/release-4.10, origin/master, origin/HEAD, master) Minor gathering docs update (openshift#575) b67157fc Remove "InsightsOperatorPullingSCA" TP feature check (openshift#574) 5c541f9a info alert when the SCA is not available (openshift#565) 508a6642 Bump k8s & OpenShift versions (openshift#572) d22988ee feat: conditional log gathers into a single gather and PrometheusOperatorSyncFailed (openshift#563) 7a3ff6bb Remove unnecessary division into important and failable gatherers (openshift#567) e2887e73 Updating ose-insights-operator images to be consistent with ART (openshift#540) cafe71a6 Update versions for backports in our gathered data docs (openshift#566) So fc.0 and fc.1 with the previous conditional update were having that unrecognized-to-the-older-insights-operator property dropped. This commit adds a new demo conditional edge for 4.10 -> fc.4, so we can look at running fc.3 clusters to see conditionalUpdates in Insights. [1]: openshift/insights-operator@03a335c
Please merge as soon as https://errata.devel.redhat.com/advisory/66562 is shipped live OR if a Cincinnati-first release is approved.
This should provide adequate soak time for candidate channel PR #573