-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
WIP: [Release] Verify release-15.0.0-rc1 #39641
Conversation
@github-actions crossbow submit --group verify-rc-source --param release=15.0.0 --param rc=1 |
Revision: a61f4af Submitted crossbow builds: ursacomputing/crossbow @ release-15.0.0-rc1-0 |
Revision: a61f4af Submitted crossbow builds: ursacomputing/crossbow @ actions-79bb991b58 |
@github-actions crossbow submit --group verify-rc-binaries --group verify-rc-wheels --param release=15.0.0 --param rc=1 |
Revision: a61f4af Submitted crossbow builds: ursacomputing/crossbow @ actions-8937aa9cb9 |
@ursabot please benchmark |
Benchmark runs are scheduled for commit a61f4af. Watch https://buildkite.com/apache-arrow and https://conbench.ursa.dev for updates. A comment will be posted here when the runs are complete. |
it seems the wheel platform tag has changed and we should apply this to the verification script on macOS: diff --git a/dev/release/verify-release-candidate.sh b/dev/release/verify-release-candidate.sh
index c5e27d0..90f071c 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -1136,7 +1136,7 @@ test_macos_wheels() {
local check_flight=OFF
else
local python_versions="3.8 3.9 3.10 3.11 3.12"
- local platform_tags="macosx_10_14_x86_64"
+ local platform_tags="macosx_10_15_x86_64"
fi
# verify arch-native wheels inside an arch-native conda environment I don't think this requires a new RC. |
It seems this was changed here: #38677 |
Thanks for your patience. Conbench analyzed the 6 benchmarking runs that have been run so far on PR commit a61f4af. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
PR to verify Release Candidate