Skip to content

Commit

Permalink
[wasm] Use a fixed chrome version for testing (#86012)
Browse files Browse the repository at this point in the history
`113.0.5672.63`
  • Loading branch information
radical authored May 9, 2023
1 parent c967345 commit 7fb53e8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions eng/testing/ProvisioningVersions.props
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@
<PropertyGroup>
<!-- To use a specific version, set ChromeUseLatestVersion=false,
and set the version, and revisions in the propertygroup below -->
<ChromeUseLatestVersion>true</ChromeUseLatestVersion>
<ChromeUseLatestVersion>false</ChromeUseLatestVersion>
</PropertyGroup>

<PropertyGroup Label="Use specific version of chrome" Condition="'$(ChromeUseLatestVersion)' != 'true' and $([MSBuild]::IsOSPlatform('linux'))">
<ChromeVersion>109.0.5414.119</ChromeVersion>
<ChromeRevision>1070088</ChromeRevision>
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1070096</_ChromeBaseSnapshotUrl>
<ChromeVersion>113.0.5672.63</ChromeVersion>
<ChromeRevision>1121455</ChromeRevision>
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1121461</_ChromeBaseSnapshotUrl>
</PropertyGroup>
<PropertyGroup Label="Use specific version of chrome" Condition="'$(ChromeUseLatestVersion)' != 'true' and $([MSBuild]::IsOSPlatform('windows'))">
<ChromeVersion>109.0.5414.120</ChromeVersion>
<ChromeRevision>1070088</ChromeRevision>
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070094</_ChromeBaseSnapshotUrl>
<ChromeVersion>113.0.5672.64</ChromeVersion>
<ChromeRevision>1121455</ChromeRevision>
<_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1121477</_ChromeBaseSnapshotUrl>
</PropertyGroup>

<PropertyGroup Condition="'$(BrowserHost)' != 'windows'">
Expand Down

0 comments on commit 7fb53e8

Please sign in to comment.