-
Notifications
You must be signed in to change notification settings - Fork 74
Update default credential and rename method #1214
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: grac3gao 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 |
/test pull-google-knative-gcp-unit-tests |
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.
/lgtm
I think we will eventually want users to be able to set both the KSA and the secret via the defaulting mechanism. But, it is easier to add that feature later rather than remove it. So let's do this for now and if a user asks to default both, we can add the capability then.
/retest |
It looks like we encountered this error kind of often |
@capri-xiyue If you are referring to the flakiness only for this PR, However, it is true that the test is more flaky, I'll investigate it.... |
This is related to #1183, not this PR. #1220 should remove the error message from the test logs. |
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.
We should make the same changes in pkg/apis/intevents/{v1alpha1,v1beta1}/topic_defaults.go
too.
@Harwayne Thank you for pointing out this! Topic default changed, with some UTs updated. |
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.
/lgtm
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.
/lgtm
The following jobs failed:
Failed non-flaky tests preventing automatic retry of pull-google-knative-gcp-wi-tests:
and 4 more. |
/test pull-google-knative-gcp-wi-tests |
# Conflicts: # pkg/apis/intevents/v1alpha1/topic_defaults_test.go # pkg/apis/intevents/v1beta1/topic_defaults_test.go
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.
/lgtm
The following is the coverage report on the affected files.
|
Proposed Changes
Release Note