Closed mattmoor closed 5 years ago
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: mattmoor
The full list of commands accepted by this bot can be found here.
The pull request process is described here
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 | 69.5% | 68.8% | -0.8 |
/retest
/test pull-knative-build-integration-tests
@mattmoor: The following test failed, say /retest
to rerun them all:
Test name | Commit | Details | Rerun command |
---|---|---|---|
pull-knative-build-integration-tests | b72094862d0793e008814766a653ddefc54bee09 | link | /test pull-knative-build-integration-tests |
Full PR test history. Your PR dashboard.
@mattmoor knative/pkg
now uses apps
instead of extensions
for Deployment
(see https://github.com/knative/pkg/commit/8b3dc0d76d96f5ae9711e3e503f37c4c148129fc). Might be why the e2e fails
See here for more context on what's changed (no breaking changes): https://github.com/knative/pkg/pull/361