Skip to content

Commit

Permalink
check candidate revision
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Jul 3, 2024
1 parent d305e8a commit 633c0cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/wpt/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -605,10 +605,10 @@ def _get_latest_chromium_revision(self):

def _get_pinned_chromium_revision(self):
"""Returns the pinned Chromium revision number."""
return get("https://storage.googleapis.com/wpt-versions/pinned_chromium_revision").text.strip()
return get("https://storage.googleapis.com/wpt-versions/pinned_chromium_revision_NEW").text.strip()

def _get_chromium_revision(self, filename=None, version=None):
"""Retrieve a valid Chromium revision to download a browser component."""
def _get_chromium_revision(self, filename, version=None):
"""Format a Chromium Snapshots URL to download a browser component."""

# If a specific version is passed as an argument, we will use it.
if version is not None:
Expand Down

0 comments on commit 633c0cc

Please sign in to comment.