Skip to content

Commit b874537

Browse files
authored
[wasm] Pin the version of chrome used for tests - 109.0.5414.119 (#81814)
* [wasm] Pin the version of chrome used for tests Related: #81792 The debugger tests are breaking with the latest stable chrome version `110.0.5481.77`. As a temporary workaround to keep the CI green, pin the version to the previous working one. * fix windows url
1 parent 1b788f4 commit b874537

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

eng/testing/ProvisioningVersions.props

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,19 @@
3939
4040
Refer to `GetChromeVersions` task in `src/tasks` to see how we find
4141
these snapshot urls.
42+
-->
4243

4344
<PropertyGroup Label="Use specific version of chrome" Condition="$([MSBuild]::IsOSPlatform('linux'))">
44-
<ChromeVersion>107.0.5304.110</ChromeVersion>
45-
<ChromeRevision>1047731</ChromeRevision>
46-
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1047731</_ChromeBaseSnapshotUrl>
45+
<ChromeVersion>109.0.5414.119</ChromeVersion>
46+
<ChromeRevision>1070088</ChromeRevision>
47+
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1070096</_ChromeBaseSnapshotUrl>
4748
</PropertyGroup>
4849
<PropertyGroup Label="Use specific version of chrome" Condition="$([MSBuild]::IsOSPlatform('windows'))">
49-
<ChromeVersion>107.0.5304.107</ChromeVersion>
50-
<ChromeRevision>1047731</ChromeRevision>
51-
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1047737</_ChromeBaseSnapshotUrl>
50+
<ChromeVersion>109.0.5414.120</ChromeVersion>
51+
<ChromeRevision>1070088</ChromeRevision>
52+
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070094</_ChromeBaseSnapshotUrl>
5253
</PropertyGroup>
5354

54-
-->
55-
5655
<PropertyGroup Condition="'$(BrowserHost)' != 'windows'">
5756
<FirefoxRevision>108.0.1</FirefoxRevision>
5857
<FirefoxUrl>https://ftp.mozilla.org/pub/firefox/releases/$(FirefoxRevision)/linux-x86_64/en-US/firefox-$(FirefoxRevision).tar.bz2</FirefoxUrl>

0 commit comments

Comments
 (0)