Page MenuHomePhabricator

Core wdio jobs use Chrome 149.0.7827.53 after bookworm upgrade
Closed, InvalidPublic

Description

With the upgrade to bookworm in T362705 it looks like we use the latest Chrome instead of the Chromium in the Docker container:

00:01:18.065 [chrome 149.0.7827.53 linux #0-12] Running: chrome (v149.0.7827.53) on linux

https://integration.wikimedia.org/ci/job/quibble-for-mediawiki-core-browser-tests-only-vendor-mysql-php83/12805/console

Lets check what happen there and make sure the we use the browser that already exists in the container (and the driver).

Event Timeline

This looks ok I think:

docker run --rm -it --entrypoint bash docker-registry.wikimedia.org/releng/quibble-bookworm-php83:1.18.1
nobody@012d063e9c98:/workspace$ chromium --version
Chromium 149.0.7827.53 built on Debian GNU/Linux 12 (bookworm)
nobody@012d063e9c98:/workspace$ which chromium
/usr/bin/chromium

I think this is ok, Chromium changed what they give away to wdio. Before the version was named chrome-headless-shell 120.0.6099.224