Skip to content
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

internal: Try to improve the GitHub release action #11057

Closed
wants to merge 1 commit into from

Conversation

lnicola
Copy link
Member

@lnicola lnicola commented Dec 19, 2021

CC #11056

@lnicola lnicola changed the title Try to improve the GitHub release action internal: Try to improve the GitHub release action Dec 19, 2021
const retries = 10;
const maxDelay = 120000;
let delay = 1000;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delay seems to be unused?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, don't mind that, the issue is that it fails in interesting ways: https://github.com/lnicola/rust-analyzer/runs/4574344966?check_suite_focus=true

@lnicola lnicola force-pushed the github-release branch 2 times, most recently from baabdd8 to 54fda3b Compare December 19, 2021 16:43
@lnicola
Copy link
Member Author

lnicola commented Dec 19, 2021

This doesn't help too much, https://github.com/lnicola/rust-analyzer/runs/4575266940?check_suite_focus=true has been running for 30 minutes and it's still retrying.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants