You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-45675 moves binary verification jobs to GitHub Actions in apache/arrow from Crossbow. The GitHub Actions workflow is triggered by apache-arrow-X.Y.Z-rcN tag. So it's ran before we upload binaries. We need to re-run the workflow after we upload binaries.
…inaries (#45736)
### Rationale for this change
We don't need to run new crossbow jobs. We need to re-run GitHub Actions workflow for apache-arrow-X.Y.Z-rcN tag instead.
### What changes are included in this PR?
Re-run GitHub Actions workflow for apache-arrow-X.Y.Z-rcN tag.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #45708
Authored-by: Sutou Kouhei <kou@clear-code.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Describe the enhancement requested
GH-45675 moves binary verification jobs to GitHub Actions in apache/arrow from Crossbow. The GitHub Actions workflow is triggered by
apache-arrow-X.Y.Z-rcN
tag. So it's ran before we upload binaries. We need to re-run the workflow after we upload binaries.We should replace https://github.com/apache/arrow/blob/main/dev/release/07-binary-verify.sh with this script because
07-binary-verify.sh
is no longer needed by GH-45675.Component(s)
Release
The text was updated successfully, but these errors were encountered: