Closed tzununbekov closed 5 years ago
/ok-to-test
The following is the coverage report on pkg/.
Say /test pull-knative-build-go-coverage
to re-run this coverage report
File | Old Coverage | New Coverage | Delta |
---|---|---|---|
pkg/reconciler/build/build.go | 75.9% | 76.1% | 0.2 |
pkg/reconciler/build/resources/pod.go | 88.0% | 85.4% | -2.6 |
/lgtm /approve
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ImJasonH, tzununbekov
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Fixes #542
Dummy pod name from #519 makes API response unreliable:
https://github.com/knative/build/issues/542#issuecomment-459802297
Proposed Changes
MakePod
function usesbuild.Status.Cluster.PodName
to create new pod instead of generating new unique nameRelease Note