Skip to content

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

Merged
kou merged 1 commit into
apache:mainfrom
kou:release-increase-interval
Feb 6, 2025
Merged

GH-588: [Release] Increase wait interval in dev/release/release_rc.sh#589
kou merged 1 commit into
apache:mainfrom
kou:release-increase-interval

Conversation

@kou

@koukou commented Feb 5, 2025

Copy link
Copy Markdown
Member

FixesGH-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.

break
fi
sleep 60
sleep 600

Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
MemberAuthor

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:mainFeb 6, 2025
@kou
kou deleted the release-increase-interval branch February 6, 2025 00:55
@lidavidmlidavidm added this to the 18.3.0 milestone Mar 6, 2025
Sign up for freeto 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

@kou@jbonofre@lidavidm