-
Notifications
You must be signed in to change notification settings - Fork 592
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
Add serviceaccount in parallel #7373
Add serviceaccount in parallel #7373
Conversation
Signed-off-by: Griffin <prakritimandal611@gmail.com>
Hi @prakrit55. 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/test-infra repository. |
Thanks @prakrit55 for your PR. I left some comments. As discussed, could you also add unit tests for this? |
added changes
added `globalResync`
Signed-off-by: Griffin <prakritimandal611@gmail.com>
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.
Hello @prakrit55,
Thanks for the update. I left a few comments. We mostly need tests for this new behavior.
You can always run and test your changes locally too. Check out the DEVELOPMENT.md with details about how to install it in a local cluster (e.g. KinD or minikube) or how to run the tests.
I hope this helps
Hello @prakrit55, |
Hey @creydr, I was somewhat busy in past few days, I will make it done in some days. |
Signed-off-by: Griffin <prakritimandal611@gmail.com>
/ok-to-test |
Hello @prakrit55,
And can you fix the lint issues? You can see them, on the files overview of this PR. (you can simply run |
Signed-off-by: Griffin <prakritimandal611@gmail.com>
hey @creydr, I fixed the lint, could you check it once |
/retest |
@prakrit55 thanks for checking on the linter issues. |
Signed-off-by: Griffin <prakritimandal611@gmail.com>
Signed-off-by: Griffin <prakritimandal611@gmail.com>
Signed-off-by: Griffin <prakritimandal611@gmail.com>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #7373 +/- ##
==========================================
+ Coverage 76.74% 76.76% +0.01%
==========================================
Files 253 253
Lines 13916 14019 +103
==========================================
+ Hits 10680 10761 +81
- Misses 2702 2720 +18
- Partials 534 538 +4 ☔ View full report in Codecov by Sentry. |
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.
Thanks for doing this @prakrit55 👍
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: creydr, prakrit55 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 |
sorry for the delay 😅 |
This reverts commit dc96522.
This reverts commit dc96522.
…#7902) * Update CRDs to include AuthStatus serviceAccountNames * Revert "support auto generation of Sequence identity service account [OIDC] (#7361)" This reverts commit e5f2814. * Update Sequence to expose OIDC identities of underlying Subscriptions * Revert "Add serviceaccount in parallel (#7373)" This reverts commit dc96522. * Update Parallel to expose OIDC identities of underlying Subscriptions * Add e2e test for Parallel * Add e2e test for Sequence * Add unit tests
Fixes #7225
Proposed Changes
Pre-review Checklist