This is an automated email from the ASF dual-hosted git repository.
kszucs pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from ec91a50 ARROW-12837: [C++] Do not crash when printing invalid arrays
add fe0c99b ARROW-13447: [Release] Verification script for arm64 and
universal2 macOS wheels
No new revisions were added by this update.
Summary of changes:
ci/scripts/python_wheel_macos_build.sh | 4 +
ci/scripts/python_wheel_manylinux_test.sh | 73 -------------------
...eel_macos_test.sh => python_wheel_unix_test.sh} | 49 ++++++++-----
ci/scripts/python_wheel_windows_test.bat | 2 +-
dev/release/verify-release-candidate.sh | 85 +++++++++++++---------
dev/tasks/python-wheels/github.osx.amd64.yml | 6 +-
dev/tasks/python-wheels/github.osx.arm64.yml | 6 +-
dev/tasks/tasks.yml | 81 +++++++++++++++++----
.../{github.linux.yml => github.linux.amd64.yml} | 2 +-
.../{github.macos.yml => github.macos.amd64.yml} | 2 +-
.../{github.macos.yml => github.macos.arm64.yml} | 20 +++--
docker-compose.yml | 10 ++-
12 files changed, 180 insertions(+), 160 deletions(-)
delete mode 100755 ci/scripts/python_wheel_manylinux_test.sh
rename ci/scripts/{python_wheel_macos_test.sh => python_wheel_unix_test.sh}
(63%)
rename dev/tasks/verify-rc/{github.linux.yml => github.linux.amd64.yml} (97%)
copy dev/tasks/verify-rc/{github.macos.yml => github.macos.amd64.yml} (96%)
rename dev/tasks/verify-rc/{github.macos.yml => github.macos.arm64.yml} (78%)