-
Notifications
You must be signed in to change notification settings - Fork 462
MCO-654: forcefile should always trigger an OS update #3790
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
|
@cdoern: This pull request references MCO-654 which is a valid jira issue. 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. |
|
Skipping CI for Draft Pull Request. |
|
/retest-required |
1 similar comment
|
/retest-required |
|
Looks like a forcefile test failure, might need some refactor since we are changing the behavior |
|
Also, this might need a rebase once #3583 lands |
89c34ed to
436e327
Compare
13a0381 to
d5bcf99
Compare
|
Testing this with the suite is to costly. I ran tests by hand.
|
|
@cdoern: This pull request references MCO-654 which is a valid jira issue. 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. |
|
@cdoern: This pull request references MCO-654 which is a valid jira issue. 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. |
|
Also, we may want to get https://docs.openshift.com/container-platform/4.13/post_installation_configuration/machine-configuration-tasks.html updated for force file related change. It will be good to add some bugs that we encountered around it and add it either to this PR or story. Also, do you think this should go through qe testing? |
|
I do not think this needs QE testing as it is nothigh risk for any current functionality. @yuqi-zhang wdyt? |
currently, the forcefile sometimes gets stopped from triggering an osupdate if one of our other priorities gets in the way. The forcefile should alwyas trigger and en dot end update, re-applying all changes even is the osImageUrl is the same. This will get many customers out of this half baked reboot loop we have been seeing. Signed-off-by: Charlie Doern <[email protected]>
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cdoern, sinnykumari 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 |
|
/retest-required |
|
/test okd-scos-images |
1 similar comment
|
/test okd-scos-images |
|
/test okd-scos-e2e-aws-ovn |
|
/test e2e-hypershift |
|
/test e2e/hypershift |
|
@cdoern: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
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. |
|
/test e2e-hypershift |
|
@cdoern: 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. |
|
/test remaining-required |
- What I did
currently, the forcefile sometimes gets stopped from triggering an osupdate if one of our other priorities gets in the way. The forcefile should alwyas trigger and end to end update, re-applying all changes if the osImageURL is different. This will get many customers out of this half baked reboot loop we have been seeing.
- How to verify it
when using the forcefile, should always see
Updating OSindicating a full reboot, especially when there is a config mismatch with the osImageURLs.- Description for the changelog
the forcefile now always triggers a full os update.