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

GH-588: [Release] Increase wait interval in dev/release/release_rc.sh #589

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

kou
Copy link
Member

@kou kou commented Feb 5, 2025

Fixes GH-588.

release.yml takes at least 30min now. So 60s wait interval is too short. We can use longer interval to avoid needless API requests.

@@ -109,13 +109,13 @@ if [ "${RELEASE_SIGN}" -gt 0 ]; then
if [ -n "${run_id}" ]; then
break
fi
sleep 60
sleep 600
Copy link
Member

Choose a reason for hiding this comment

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

We have to wait 10 minutes!?

Copy link
Member

Choose a reason for hiding this comment

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

As it's a sleep, it seems so. It's maybe related to @kou network. 10mn is OK though is necessary.

Copy link
Member

Choose a reason for hiding this comment

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

Ah the issue explains the whole process takes ~30 minutes so ~10 minutes seems reasonable (I guess Github doesn't like pinging too often)

Copy link
Member

Choose a reason for hiding this comment

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

Yes, it's pretty clear regarding #588 (comment)

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes.
I've added it to this PR description too. Sorry. I should have explained it in the PR description too.

@kou kou merged commit b933d2e into apache:main Feb 6, 2025
24 of 26 checks passed
@kou kou deleted the release-increase-interval branch February 6, 2025 00:55
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.

[Release] Increase wait interval in dev/release/release_rc.sh
3 participants