-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[release-v0.44.x] Fix v1beta1 pipelineref bundle conversion to resolver #6808
[release-v0.44.x] Fix v1beta1 pipelineref bundle conversion to resolver #6808
Conversation
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
/retest |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: vdemeester The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
This is a weird error on the alpha e2e tests.. |
@JeromeJu curious why there are two commits here? it looks like this PR is just meant to be a cherry-pick of the first commit; curious why the changes in the second commit are needed? |
/retest One last re-test to see if it's a flaky or not 🤔 |
This commit fixes the bundle conversion for PipelineRef which should be converting to the bundle Resolver with a Pipeline kind. It also adds the conversion integration tests for the bundle logics to prevent such error. It extracts the setup for bundle and makes it into a helper function.
d171550
to
436e309
Compare
This happened because the cmpopts.ignoreFields for release note annotations could only work if there is an |
/lgtm |
sorry was in the middle of squashing them. didn't manage to push the squash PR yet since last Friday I was stuck with some weird failure with deploying the v0.44.x branch (all fixed now though). And the changes made in 2nd commit happened because we didn't have provenance for feature flags in place at that time. |
The following is the coverage report on the affected files.
|
The following is the coverage report on the affected files.
|
This commit fixes the bundle conversion for PipelineRef which should be converting to the bundle Resolver with a Pipeline kind. It also adds the conversion integration tests for the bundle logics to prevent such error. It extracts the setup for bundle and makes it into a helper function.
Changes
This is a cherry-pick of #6791
This commit fixes the bundle conversion for PipelineRef which should be converting to the bundle Resolver with a Pipeline kind. It also adds the conversion integration tests for the bundle logics to prevent such error. It extracts the setup for bundle and makes it into a helper function.
/kind bug
Submitter Checklist
As the author of this PR, please check off the items in this checklist:
/kind <type>
. Valid types are bug, cleanup, design, documentation, feature, flake, misc, question, tepRelease Notes