-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Uploading release artifacts fails too often #11056
Comments
In a commit linked in actions/upload-release-asset#69, the solution was to use the |
I started community/community#9121 about this. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
11103: internal: Improve `github-release` action r=lnicola a=lnicola Upgrade ``@actions/github`` to get `listReleaseAssets` and retry individual uploads in addition to the whole thing. Also disables `ci`, `metrics` and `rustdoc` on forks to save some CPU time. CC #11056 Co-authored-by: Laurențiu Nicola <[email protected]>
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Thanks! Manually installation worked. I understood that this only an issue with "released" version of RA, not with nightlies. |
Your original problem was strictly related to nightly channel updates: the old nightlies didn't know which VSIX to download in order to update. We could have implemented that, but we would have needed to support both for a time because not everyone updates daily. The Open VSX problem is probably affecting every installation. I don't know how the extension gets published there, but it's likely that the nightlies from the Code Marketplace end up on Open VSX as stable version. Even the Code Marketplace is pretty buggy and can't differentiate between stable and nightly. These are all nightlies: The "installs old version" problem with the official marketplace probably affects only stable users. If you were using nightly before, you can try to opt in to pre-release versions and see what happens. |
11127: internal: Set a timeout on the Octokit client r=lnicola a=lnicola CC #11056 Co-authored-by: Laurențiu Nicola <[email protected]>
It failed again last night, two times in a row. These are
ECONNRESET
s during the upload.We're using some older code, but I fail to see what could be wrong there.
The text was updated successfully, but these errors were encountered: