Skip to content

Commit

Permalink
tests(ci): temporarily use a fixed version of ToT Chromium (#12943)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendankenny authored Aug 19, 2021
1 parent a1dfe6c commit d51ebe7
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lighthouse-core/scripts/download-chrome.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@

set -euo pipefail

# Hardcode 19 August 2021 URLs to download until
# https://github.com/GoogleChrome/lighthouse/issues/12942 is resolved.
if [ "$OSTYPE" == "msys" ]; then
url="https://download-chromium.appspot.com/dl/Win?type=snapshots"
# url="https://download-chromium.appspot.com/dl/Win?type=snapshots"
url="https://commondatastorage.googleapis.com/chromium-browser-snapshots/Win/refs_heads_main-913406/chrome-win.zip"
else
url="https://download-chromium.appspot.com/dl/Linux_x64?type=snapshots"
# url="https://download-chromium.appspot.com/dl/Linux_x64?type=snapshots"
url="https://commondatastorage.googleapis.com/chromium-browser-snapshots/Linux_x64/refs_heads_main-913453/chrome-linux.zip"
fi

if [ -e "$CHROME_PATH" ]; then
Expand Down

0 comments on commit d51ebe7

Please sign in to comment.