GH-49522: [CI] Update chrome_version for emscripten job to latest stable (v148)#49523
Conversation
|
@github-actions crossbow submit emscripten |
|
|
|
Revision: c4158e6 Submitted crossbow builds: ursacomputing/crossbow @ actions-cbb2562ce1
|
|
@github-actions crossbow submit emscripten |
|
Revision: e2ca39e Submitted crossbow builds: ursacomputing/crossbow @ actions-ea4c4095ee
|
|
@github-actions crossbow test-conda-python-emscripten |
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: e5e292f Submitted crossbow builds: ursacomputing/crossbow @ actions-3da4beaaea
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: 161a055 Submitted crossbow builds: ursacomputing/crossbow @ actions-464839126e
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: 983d8c3 Submitted crossbow builds: ursacomputing/crossbow @ actions-19e34e57d9
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: bb872b8 Submitted crossbow builds: ursacomputing/crossbow @ actions-fac357fe8f
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: 5527ee8 Submitted crossbow builds: ursacomputing/crossbow @ actions-72adffdbbc
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: a2d3041 Submitted crossbow builds: ursacomputing/crossbow @ actions-3a7b321f2a
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: 14f6f7c Submitted crossbow builds: ursacomputing/crossbow @ actions-63ad76f778
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: cbf6f4e Submitted crossbow builds: ursacomputing/crossbow @ actions-5d5bdca4fe
|
|
@github-actions crossbow submit test-conda-python-emscripten |
|
Revision: bb16a71 Submitted crossbow builds: ursacomputing/crossbow @ actions-364bd8f9dc
|
|
@github-actions crossbow submit emscripten |
|
Revision: bb16a71 Submitted crossbow builds: ursacomputing/crossbow @ actions-ba72a37d1e
|
|
@kou do you want to take a look at the CMake changes? This job has been failing for a couple of months now and is back to green here |
|
After merging your PR, Conbench analyzed the 0 benchmarking runs that have been run so far on merge-commit a3c2ff1. None of the specified runs were found on the Conbench server. The full Conbench report has more details. |
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit a3c2ff1. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 13 possible false positives for unstable benchmarks that are known to sometimes produce them. |
…st stable (v148) (apache#49523) ### Rationale for this change The `134` version fails to be installed from stable releases on chrome due to a new stable version released. ### What changes are included in this PR? - Update version of latest stable chrome driver to `148` and how we look for version on instrall script. - Update selenium to newer version to work with newer chrome. - Fixes to cross-compilation build after upgrading Abseil and Protobuf and moving to FetchContent. - Updated timeout so Chrome job doesn't time out. - Skip substrait tests which currently fail on Pyodide. ### Are these changes tested? Yes, via archery job. ### Are there any user-facing changes? No * GitHub Issue: apache#49522 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Rationale for this change
The
134version fails to be installed from stable releases on chrome due to a new stable version released.What changes are included in this PR?
148and how we look for version on instrall script.Are these changes tested?
Yes, via archery job.
Are there any user-facing changes?
No