-
Notifications
You must be signed in to change notification settings - Fork 153
Removes redundant default labels and annotations #2746
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @KapilSareen. Thanks for your PR. I'm waiting for a knative member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2746 +/- ##
==========================================
+ Coverage 62.33% 63.47% +1.13%
==========================================
Files 129 131 +2
Lines 15589 15588 -1
==========================================
+ Hits 9718 9895 +177
+ Misses 4941 4738 -203
- Partials 930 955 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@matejvasek can you help me figure out why the tests are failing? It seems to work fine locally. |
Thanks for the contribution @KapilSareen. It looks like the "Code Style" test is failing due to some formatting problems (you'll want to run |
@lkingland I fixed the code style failing tests, not sure if the E2E tests failing have something to do with my PR. What do you think? |
94979c2
to
e8921da
Compare
/approve |
@KapilSareen some tests repeatedly failed, please check if some parts of the code do not check the deleted label/annotation. |
@matejvasek The E2E test
I don't think this has something to do with my PR. What do you think? |
Lines 23 to 29 in e6fa020
|
8d10bb1
to
1fde218
Compare
Signed-off-by: KapilSareen <kapilsareen584@gmail.com>
Hi @matejvasek I think we're GTG now! |
Looks good to me. Thanks for the contribution. |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: KapilSareen, lkingland, matejvasek 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 |
Changes
function.knative.dev
andboson.dev
annotations.dapr.io
annotations to only add them ifdapr-system
namespace exists./kind enhancement
Fixes #2565
Testing
(with dapr installed in cluster)
(without dapr installed)