-
Notifications
You must be signed in to change notification settings - Fork 2.1k
All 4.7+ yearly should be given an interval #17131
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
All 4.7+ yearly should be given an interval #17131
Conversation
All periodics should run periodically, some are triggered by release controller more frequently. Also rename "selfupgrade" to "downgrade" because it is running in the opposite direction of upgrade.
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: smarterclayton 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 |
|
@smarterclayton: Updated the following 12 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. |
…ack config My initial approach from acd81b7 (ci-operator/config/openshift/cluster-version-operator: Separate A->B and B->A jobs (openshift#31518), 2022-08-22) doesn't seem to have worked. Follow up by pattern-matching from ebbee6d (Add AWS and Azure upgrade jobs and AWS selfupgrade for o/k, 2020-10-09, openshift#12618) from openshift/kubernetes, which was renamed to e2e-{platform}-downgrade in 6841f1c (All 4.7+ yearly should be given an interval, 2021-03-24, openshift#17131), but is otherwise unchanged.
…ack config (#31580) My initial approach from acd81b7 (ci-operator/config/openshift/cluster-version-operator: Separate A->B and B->A jobs (#31518), 2022-08-22) doesn't seem to have worked. Follow up by pattern-matching from ebbee6d (Add AWS and Azure upgrade jobs and AWS selfupgrade for o/k, 2020-10-09, #12618) from openshift/kubernetes, which was renamed to e2e-{platform}-downgrade in 6841f1c (All 4.7+ yearly should be given an interval, 2021-03-24, #17131), but is otherwise unchanged.
All periodics should run periodically, some are triggered by release
controller more frequently.
Also rename "selfupgrade" to "downgrade" because it is running in
the opposite direction of upgrade.