This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 626cadfe1b GH-45924: [CI] Update chrome_version for emscripten job to
latest stable (v134) (#45925)
626cadfe1b is described below
commit 626cadfe1b0b4988c9536f4b06fba9956c925b2a
Author: Raúl Cumplido <[email protected]>
AuthorDate: Wed Mar 26 01:37:04 2025 +0100
GH-45924: [CI] Update chrome_version for emscripten job to latest stable
(v134) (#45925)
### Rationale for this change
The `122` 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 `134`.
### Are these changes tested?
Via archery job.
### Are there any user-facing changes?
No
* GitHub Issue: #45924
Authored-by: Raúl Cumplido <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
docker-compose.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker-compose.yml b/docker-compose.yml
index 64d5fa8856..a5f1ff1e13 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -931,7 +931,7 @@ services:
clang_tools: ${CLANG_TOOLS}
llvm: ${LLVM}
pyodide_version: "0.26.0"
- chrome_version: "122"
+ chrome_version: "134"
selenium_version: "4.15.2"
required_python_min: "(3,12)"
python: ${PYTHON}