Uh oh!
There was an error while loading. Please reload this page.
GH-43883: [CI] Remove Python version guard when installing GCS testbench - #43884
Conversation
pitrou
commented
Aug 29, 2024
@github-actions crossbow submit wheel-manylinux-2014-cp38-amd64 wheel-manylinux-2014-cp38-arm64 wheel-manylinux-2014-cp313-amd64 wheel-manylinux-2014-cp313-arm64 wheel-macos-big-sur-cp38-arm64 wheel-macos-big-sur-cp313-arm64 |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
8fc4c1d to
d8cd7cfComparepitrou
commented
Aug 29, 2024
@github-actions crossbow submit wheel-macos-big-sur-cp38-arm64 wheel-macos-big-sur-cp313-arm64 wheel-macos-catalina-cp38-amd64 wheel-macos-catalina-cp313-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
d8cd7cf to
0f522cdComparepitrou
commented
Aug 29, 2024
@github-actions crossbow submit wheel-macos-big-sur-cp38-arm64 wheel-macos-big-sur-cp313-arm64 wheel-macos-catalina-cp38-amd64 wheel-macos-catalina-cp313-amd64 |
This comment was marked as outdated.
This comment was marked as outdated.
0f522cd to
ea00794Comparepitrou
commented
Aug 29, 2024
@github-actions crossbow submit wheel-macos wheel-linux |
pitrou
commented
Aug 29, 2024
@github-actions crossbow submit -g cpp -g python -g r |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
ea00794 to
9118ef1Comparepitrou
commented
Sep 2, 2024
@github-actions crossbow submit -g cpp -g python |
pitrou
commented
Sep 2, 2024
@github-actions crossbow submit wheelmacos wheellinux |
Revision: 9118ef1 Submitted crossbow builds: ursacomputing/crossbow @ actions-a6eb850120 |
Revision: 9118ef1 Submitted crossbow builds: ursacomputing/crossbow @ actions-b4e876b95b |
pitrou
commented
Sep 2, 2024
I've addressed your review comments @kou (I didn't know bash had arrays!). I'll merge if CI passes. Thank you! |
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit 7d4cf37. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 3 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…testbench (apache#43884) We can now use the GCS testbench even if we are testing a Python version that does not support it. * GitHub Issue: apache#43883 Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>
We can now use the GCS testbench even if we are testing a Python version that does not support it.