You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow-up from last week. This makes the url field in a Git source mandatory: shipwright-io/build#1441.
We should imo also change a Build to have .spec.source as optional. In an alpha Build, it was possible to define an empty object:
kind: Buildspec:
source: {}
The semantic of this is that the Build has no source. The resulting pod simply has no source step and is functional. This is for scenarios where a Build strategy does not need any source, such as when just doing a rebase.
It would be nice if in the Beta API, the whole source object could be omitted.
We discuss on the pod status showing Not Ready when listing it. We conclude that this is a normal behaviour(due to the nature of Tekton), and that is not a proper Pod state.
We discussed on the meaning of adding changes on the Beta API. For now, we conclude on gathering more data in terms of what we need to change, best practices for changes, and discuss again during next week meeting.
The text was updated successfully, but these errors were encountered: