Add workflow to verify release candidate on multiple systems#1388
Add workflow to verify release candidate on multiple systems#1388timsaucer wants to merge 8 commits intoapache:mainfrom
Conversation
|
Excellent idea @kevinjqliu ! I think there are two changes we should make:
|
|
I can make the changes above to the release and verify process. Just a note from ASF perspective; It is allowed to verify releases with cloud machines, but must create release artifacts on personal hardware. From https://www.apache.org/legal/release-policy.html#owned-controlled-hardware
|
|
@timsaucer Could you update the PR description with something like: |
|
As a follow up, I can take a look at how to enable this for Windows (I think it requires a few minor changes to If this is helpful, we can also port it over to other datafusion projects. |
|
This is excellent. Thanks again! I'll start merging things after 52.0.0 release finishes, just to keep the history clean. |
Which issue does this PR close?
None
Rationale for this change
Thank you to @kevinjqliu for this suggestion to include as part of our workflow
What changes are included in this PR?
This PR adds a manually triggered GitHub Actions workflow to verify release candidates across multiple OS/architecture combinations, and updates the release guide to include this verification note before sending the vote email.
Are there any user-facing changes?
None