-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
Area: Common ToolsOS: Ubuntuawaiting-deploymentCode complete; awaiting deployment and/or deployment in progressCode complete; awaiting deployment and/or deployment in progressbug report
Description
Description
The Ubuntu 22.04 image version 20230724.1.0 ships with Chrome 115, Chromium 114 and ChromeDriver 115.
This causes build failures when using Chromium for browser tests:
[Facebook\WebDriver\Exception\SessionNotCreatedException] session not created: This version of ChromeDriver only supports Chrome version 115
Current browser version is 114.0.5733.0 with binary path /usr/bin/chromium
I found a similar issue from a previous build too: #7699
Platforms affected
- Azure DevOps
- GitHub Actions - Standard Runners
- GitHub Actions - Larger Runners
Runner images affected
- Ubuntu 20.04
- Ubuntu 22.04
- macOS 11
- macOS 12
- macOS 13
- Windows Server 2019
- Windows Server 2022
Image version and build link
Our builds aren't public. See reproduction steps.
Is it regression?
Yes. Ubuntu 22.04 version 20230716.1.0 appears to work as all versions are 114
Expected behavior
Chrome, ChomeDriver and Chromium should all be version 115.
Actual behavior
Chromium is version 114 instead of 115.
Repro steps
name: Chromium Version Issue
on:
push:
jobs:
print-chrome-version:
runs-on: ubuntu-22.04
steps:
- name: Print Chrome version
run: /usr/bin/google-chrome --version
- name: Print Chromium version
run: /usr/bin/chromium --version
- name: Print ChromeDriver version
run: /usr/bin/chromedriver --version
2023-07-26T08:56:55.3953628Z Requested labels: ubuntu-22.04
2023-07-26T08:56:55.3954006Z Waiting for a runner to pick up this job...
2023-07-26T08:56:57.1193134Z Job is waiting for a hosted runner to come online.
2023-07-26T08:56:59.4183142Z Job is about to start running on the hosted runner: GitHub Actions 2 (hosted)
2023-07-26T08:57:02.3682230Z Current runner version: '2.306.0'
2023-07-26T08:57:02.3718775Z ##[group]Operating System
2023-07-26T08:57:02.3719604Z Ubuntu
2023-07-26T08:57:02.3719962Z 22.04.2
2023-07-26T08:57:02.3720240Z LTS
2023-07-26T08:57:02.3720842Z ##[endgroup]
2023-07-26T08:57:02.3721223Z ##[group]Runner Image
2023-07-26T08:57:02.3721575Z Image: ubuntu-22.04
2023-07-26T08:57:02.3721961Z Version: 20230724.1.0
2023-07-26T08:57:02.3723160Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20230724.1/images/linux/Ubuntu2204-Readme.md
2023-07-26T08:57:02.3724065Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20230724.1
2023-07-26T08:57:02.3724526Z ##[endgroup]
2023-07-26T08:57:02.3724933Z ##[group]Runner Image Provisioner
2023-07-26T08:57:02.3725380Z 2.0.238.1
2023-07-26T08:57:02.3725675Z ##[endgroup]
2023-07-26T08:57:02.3737846Z Secret source: Actions
2023-07-26T08:57:02.3738571Z Prepare workflow directory
2023-07-26T08:57:02.4699899Z Prepare all required actions
2023-07-26T08:57:02.5069484Z Complete job name: print-chrome-version
2023-07-26T08:57:02.6638617Z ##[group]Run /usr/bin/google-chrome --version
2023-07-26T08:57:02.6639267Z �[36;1m/usr/bin/google-chrome --version�[0m
2023-07-26T08:57:02.7596806Z shell: /usr/bin/bash -e {0}
2023-07-26T08:57:02.7597453Z ##[endgroup]
2023-07-26T08:57:04.7323738Z Google Chrome 115.0.5790.102
2023-07-26T08:57:04.8078921Z ##[group]Run /usr/bin/chromium --version
2023-07-26T08:57:04.8079305Z �[36;1m/usr/bin/chromium --version�[0m
2023-07-26T08:57:04.8145578Z shell: /usr/bin/bash -e {0}
2023-07-26T08:57:04.8145930Z ##[endgroup]
2023-07-26T08:57:10.7109145Z Chromium 114.0.5733.0
2023-07-26T08:57:10.7176266Z ##[group]Run /usr/bin/chromedriver --version
2023-07-26T08:57:10.7176729Z �[36;1m/usr/bin/chromedriver --version�[0m
2023-07-26T08:57:10.7253399Z shell: /usr/bin/bash -e {0}
2023-07-26T08:57:10.7253750Z ##[endgroup]
2023-07-26T08:57:10.9595317Z ChromeDriver 115.0.5790.102 (90efd4b0ad6aa15eeafcdabd5817ae939f7ba059-refs/branch-heads/5790_90@{#9})
2023-07-26T08:57:10.9820281Z Cleaning up orphan processes
weshooper
Metadata
Metadata
Assignees
Labels
Area: Common ToolsOS: Ubuntuawaiting-deploymentCode complete; awaiting deployment and/or deployment in progressCode complete; awaiting deployment and/or deployment in progressbug report