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-44574: [Release] Ensure using the release tag to build binaries #44577

Merged
merged 1 commit into from
Oct 30, 2024

Conversation

kou
Copy link
Member

@kou kou commented Oct 30, 2024

Rationale for this change

We may use wrong commit with the current dev/release/03-binary-submit.sh because it uses the current commit on the checkout-ed branch.

What changes are included in this PR?

Specify --arrow-sha explicitly to ensure using the release tag.

Are these changes tested?

Yes.

Are there any user-facing changes?

No.

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Oct 30, 2024
Copy link
Member

@raulcd raulcd left a comment

Choose a reason for hiding this comment

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

I investigated on where arrow-sha was being used to validate it can use tags and not only a sha. If I ever refactor crossbow, we should probably rename arrow-sha to arrow-ref to match the GitHub actions usage name.

@raulcd raulcd merged commit feafddd into apache:main Oct 30, 2024
6 checks passed
@raulcd raulcd removed the awaiting committer review Awaiting committer review label Oct 30, 2024
@github-actions github-actions bot added the awaiting merge Awaiting merge label Oct 30, 2024
Copy link

After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit feafddd.

There were no benchmark performance regressions. 🎉

The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them.

@kou
Copy link
Member Author

kou commented Oct 31, 2024

It's a good idea: #44594

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

Successfully merging this pull request may close these issues.

2 participants