From b8745379be56ee461c33f688524a57e26fba1cac Mon Sep 17 00:00:00 2001 From: Ankit Jain Date: Wed, 8 Feb 2023 01:12:15 -0500 Subject: [PATCH] [wasm] Pin the version of chrome used for tests - `109.0.5414.119` (#81814) * [wasm] Pin the version of chrome used for tests Related: https://github.com/dotnet/runtime/issues/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 --- eng/testing/ProvisioningVersions.props | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/eng/testing/ProvisioningVersions.props b/eng/testing/ProvisioningVersions.props index b4b8f8c..74362b4 100644 --- a/eng/testing/ProvisioningVersions.props +++ b/eng/testing/ProvisioningVersions.props @@ -39,20 +39,19 @@ Refer to `GetChromeVersions` task in `src/tasks` to see how we find these snapshot urls. + --> - 107.0.5304.110 - 1047731 - <_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1047731 + 109.0.5414.119 + 1070088 + <_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Linux_x64/1070096 - 107.0.5304.107 - 1047731 - <_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1047737 + 109.0.5414.120 + 1070088 + <_ChromeBaseSnapshotUrl>https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1070094 - --> - 108.0.1 https://ftp.mozilla.org/pub/firefox/releases/$(FirefoxRevision)/linux-x86_64/en-US/firefox-$(FirefoxRevision).tar.bz2 -- 2.7.4