-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
prow: rename artifact-uploader to artifactuploader, fix golint errors #10444
prow: rename artifact-uploader to artifactuploader, fix golint errors #10444
Conversation
Hi @ibrasho. Thanks for your PR. I'm waiting for a kubernetes 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. |
20838e1
to
5c0220b
Compare
/hold Not sure we should rename the directory, it's going to make a lot of work for anyone actually using it and the lint error doesn't warrant that much work from others IMO |
The package name has to change from |
I think it's also going to change the name of the output binary, etc ... I am just not convinced it is worth it. |
it is quite un-golike to name a package like it currently is. there's no reason we can't put the binary as the same name in the built images anyhow. |
It is, but asking me to redo deployment specs and scripts and whatnot because |
if we symlink it you won't need to redo anything ... |
/shrug |
IMHO maybe we can improve the way of deployment if we are worried about renaming packages. /ok-to-test |
5c0220b
to
463720f
Compare
463720f
to
5cd46f2
Compare
/uncc |
Signed-off-by: Ibrahim AshShohail <me@ibrasho.com>
5cd46f2
to
c88ec09
Compare
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ibrasho If they are not already assigned, you can assign the PR to them by writing 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 |
@ibrasho: PR needs rebase. 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 continue publishing the old image with the old binary name (in addition to the new one) but otherwise move the dir? |
Sure, if there are no user-facing changes that seems fine |
Can we define the scope of user-facing changes? Since we renamed the package, I'm not sure we are still behind that boundry. 😁 |
Sure. As an administrator of a Prow cluster, I want to never know this change happened. That means:
|
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@ibrasho: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. 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. I understand the commands that are listed here. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closed this PR. 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. |
Split from #10432
Resolves: #9247