-
Notifications
You must be signed in to change notification settings - Fork 214
Revert "pkg/cvo/updatepayload.go: timeout payload retrieval" #881
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
Revert "pkg/cvo/updatepayload.go: timeout payload retrieval" #881
Conversation
|
@petr-muller: This pull request references Bugzilla bug 2090680, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 3 validation(s) were run on this bug
Requesting review from QA contact: 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. |
|
/payload-job periodic-ci-openshift-release-master-nightly-4.13-e2e-metal-ipi-upgrade-ovn-ipv6 |
|
@petr-muller: trigger 1 job(s) for the /payload-(job|aggregate) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/107b2f70-8dbc-11ed-85af-ae9fb3ea3df1-0 |
|
This |
|
@petr-muller: No Bugzilla bug is referenced in the title of this pull request. 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. |
|
Removing the bug reference because this is not an actual fix for the bug and the automation started to act on it in the bugzilla. |
| } | ||
| verifyCtx := ctx | ||
|
|
||
| // if 'force' specified, ensure call to verify payload signature times out well before parent context |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment looks exactly like what I blindly suggested to Trevor :)
|
/lgtm I suggest merging this so that the "from" level gets fixed, but I'll hold in case Trevor wants to argue it. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: deads2k, petr-muller 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 |
|
|
||
| // download the payload to the directory | ||
| var err error | ||
| info.Directory, err = r.targetUpdatePayloadDir(retrieveCtx, update) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is bugged. It couples the lookup timeout to the payload retrieval timeout, causing guaranteed failures when verifies timeout. This prevents force from working without signatures. Before reintroducing, you should write a test.
|
/hold cancel |
|
/override ci/prow/e2e-agnostic-upgrade-into-change Failures unrelated to CVO: |
|
@petr-muller: Overrode contexts on behalf of petr-muller: ci/prow/e2e-agnostic-upgrade-into-change 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. |
|
@petr-muller: 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. |
|
@petr-muller this is just a revert so no qa on this one right? |
|
@evakhoni that's correct |
Reverts #846
Apparently introduced a regression that blocks some upgrades, opening to allow
/payloadtesting ofperiodic-ci-openshift-release-master-nightly-4.13-e2e-metal-ipi-upgrade-ovn-ipv6. If it fixes the job we should consider merging the revert and work on the fix with clean main branch.