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
@mattmoor: The following test failed, say /retest
to rerun them all:
Test name | Commit | Details | Rerun command |
---|---|---|---|
pull-knative-build-integration-tests | 9c3e8a880964842af19df7cab1e345192016e567 | link | /test pull-knative-build-integration-tests |
Full PR test history. Your PR dashboard.
@ImJasonH I think the e2e test failure may be because Build is way behind on knative/pkg. Can you TAL?
@ImJasonH I think the e2e test failure may be because Build is way behind on knative/pkg. Can you TAL?
Just getting back to this now. It looks like the webhook controller isn't being registered, so no validation is happening at all:
..."msg":"failed to register webhook","knative.dev/controller":"webhook","error":"failed to fetch our deployment: deployments.apps \"build-webhook\" is forbidden: User \"system:serviceaccount:knative-build:build-controller\" cannot get deployments.apps in the namespace \"knative-build\"",...
Do you know any recent changes to knative/pkg that might be the culprit? Tests pass at knative/build head, using knative/pkg from March.
@ImJasonH I bet is was a change from beta apps to v1 apps, so changing the RBAC should fix this.
Superceded by #615
See also: knative/pkg#427
/hold
This is RFAL, but shouldn't merge until the upstream change lands and this is reworked to consume it.