-
Notifications
You must be signed in to change notification settings - Fork 430
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Make azure services async #1702
Comments
thank you for opening this! |
/assign |
Now that's I've opened a few PRs with some examples (and once the VM one merges, since that one has a few changes in the helpers), I would love some help to get this done. Since each service is self-contained, different people can open PRs in parallel, similar to what we did for #757. We just need to communicate on this issue before starting to work on a service so two people don't work on the same one. /help |
@CecileRobertMichon: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
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. |
How about we create separate GitHub issues for each service? More like sub tasks. GitHub supports that. Example - pingcap/tidb#28010 (issue) , pingcap/tidb#26747 (super issue for tracking), pingcap/tidb#26022 (super super issue for tracking) |
Creating separate issues will avoid duplicate work or having to track assigned folks and the service they are assigned to from comments. We just have to ensure no one assigns themselves to this issue the super issue for tracking. Creating separate issues will also help us track which services are done and it can be closed by the bot when the PR is closed, using the |
issue -> super issue -> super super issue, you brought me some java memories there :) On a serious note though, while I agree that having separate issues is useful in some ways (like fixes feature), I didn't want to flood the issues page with this. Having said that, I'm okay if others feel the same way of maintaining separate issues. |
so converting to issues is actually just one click so I just went ahead and converted some of the ones that are ready to be picked up. For folks who want to help, please use the sub-issues to assign yourself before opening a PR for one of the services. |
/assign @Jont828 |
@CecileRobertMichon: GitHub didn't allow me to assign the following users: Jont828. Note that only kubernetes-sigs members, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
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. |
/assign |
@shysank Would it be possible for me to get access to edit the issue? Was hoping to add a link to the PR for each issue that's been assigned. |
I think you'll need to maintainer access to do that. The issues have links to pr, do you want to add the pr links here directly as well? |
@Jont828 I'm going to close this one since all the services are technically "async" now, and the few remaining cleanups/refactor to adopt the same patterns are all tracked in their own issues. Great work! 🚀 /close |
@CecileRobertMichon: Closing this issue. In response to this:
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. |
/kind feature
This issue aims to track individual services for the same:
The text was updated successfully, but these errors were encountered: