-
Notifications
You must be signed in to change notification settings - Fork 113
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
Ensure conversion for local source takes place #1403
Ensure conversion for local source takes place #1403
Conversation
28d2e96
to
506fd72
Compare
620bd2f
to
416c26a
Compare
- Introduce missing localType object in spec.source for Build - Introduce new spec.source object for BuildRun - Ensure conversion for spec.sources in Build or spec.sources in BuildRun can convert to the spec.source for beta
- Validate conversion from beta to alpha, alpha to beta, for the Build CR's. - Validate conversion from beta to alpha, alpha to beta, for the BuildRun CR's.
Due to seeing panics reported in issues, when this field for v1beta1 CR's was not set by human error.
c776d8b
to
9ef8506
Compare
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.
@qu1queee can you check qu1queee#34 ?
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.
/approve
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: SaschaSchwarze0 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 |
Changes
Add conversion for local type. Previously local type was supported under
.spec.sources
for Builds and Buildruns( v1alpha1 ). In this PR, we move local sources as the third supported type for.spec.source
in Builds( v1beta1 ) and as the only supported type in.spec.source
in BuildRuns( v1beta1 ).Submitter Checklist
See the contributor guide
for details on coding conventions, github and prow interactions, and the code review process.
Release Notes