Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dev/release/release_rc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.

done

echo "Found GitHub Actions workflow with ID: ${run_id}"
gh run watch \
--exit-status "${run_id}" \
--interval 60 \
--interval 600 \
--repo "${repository}"

echo "Downloading artifacts from GitHub Releases"
Expand Down
Loading