-
Notifications
You must be signed in to change notification settings - Fork 2.1k
WIP: ci-operator/config/openshift/machine-config-operator: Add e2e-upgrade-minor #13009
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
…grade-minor Some issues only turn up in minor-version bumps [1], and with this change machine-config developers will be able to comment on a pull request with: /test e2e-upgrade-minor to launch a job that installs the previous minor's OCP candidate release and updates to a release built from the in-flight pull request. Generated by manually editing ci-operator/config following [2], running: $ make update and editing the configurable always_run and optional properties [3]. WIP because I'm waiting on openshift#12959. I'll rebase this on top after that lands. [1]: https://bugzilla.redhat.com/show_bug.cgi?id=1890250#c5 [2]: https://github.com/openshift/ci-docs/blame/047e38285a227888733b1f5a49fd844d047d50f8/content/en/docs/architecture/ci-operator.md#L278-L283 [3]: https://github.com/openshift/ci-tools/blob/d45a03ce3a38d79a1b7bf82f35919505dc3d1c9e/GENERATOR.md#hand-edited-prow-configuration
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: wking 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 |
|
Superficial LGTM - I don't know the details of the jobs, but sounds good to me. |
|
@wking: PR needs rebase. 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. |
|
@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: 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. |
|
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
|
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
|
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
|
@openshift-bot: 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. |
Some issues only turn up in minor-version bumps, and with this change machine-config developers will be able to comment on a pull request with:
to launch a job that installs the previous minor's OCP candidate release and updates to a release built from the in-flight pull request.
Generated by manually editing
ci-operator/configfollowing the docs, running:$ make updateand editing the configurable
always_runandoptionalproperties.WIP because I'm waiting on #12959. I'll rebase this on top after that lands.