Skip to content

Commit dbd6b22

Browse files
Victor Hugo Vianna SilvaV8 LUCI CQ
authored andcommitted
Roll webpagereplay into crossbench
Catapult binaries updated in crrev.com/c/6663598. Blamelist: crrev.com/c/6662799 - Reland "Reland "[WPR] Add support for brotli compression"" crrev.com/c/6656947 - Revert "Reland "[WPR] Add support for brotli compression"" crrev.com/c/6652694 - Reland "[WPR] Add support for brotli compression" Fixed: 425659545 Change-Id: I938e210fffc728e6dbb0a7a3fc5640bb49dcec2e Reviewed-on: https://chromium-review.googlesource.com/c/crossbench/+/6662800 Auto-Submit: Victor Vianna <[email protected]> Reviewed-by: Mikhail Khokhlov <[email protected]> Commit-Queue: Victor Vianna <[email protected]>
1 parent edaf2bd commit dbd6b22

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ vars = {
5353
# Three lines of non-changing comments so that
5454
# the commit queue can handle CLs rolling webpagereplay
5555
# and whatever else without interference from each other.
56-
'webpagereplay_revision': 'e463cb47fd355a21463d0f567ee78c0316e198d6',
56+
'webpagereplay_revision': 'f3397454e39a7c0b35af192e6d8a1896af7bd9ec',
5757
# Three lines of non-changing comments so that
5858
# the commit queue can handle CLs rolling webpagereplay
5959
# and whatever else without interference from each other.

crossbench/network/replay/wpr.py

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ def url(self) -> str:
4444
# See third_party/catapult/telemetry/telemetry/binary_dependencies.json
4545
WPR_PREBUILT_LOOKUP: Final[Mapping[tuple[str, str], WPRCloudBinary]] = {
4646
("android", "arm64"):
47-
WPRCloudBinary("7b880f9bc61e62686657e20567b1b51d03ab96ac"),
47+
WPRCloudBinary("7ed4026aaef69a46b99f65daeded6f73d1242f13"),
4848
("android", "arm32"):
49-
WPRCloudBinary("05d3bef798573665a17ffbb7ae112a445ab1d21d"),
49+
WPRCloudBinary("98365cc4e722f0996b18529e00fd03b3de60bb9a"),
5050
("android", "x64"):
51-
WPRCloudBinary("773db5f07a410529e647024b5a187941ea45a1ab"),
51+
WPRCloudBinary("70e240a199128cd67cc25c6639ca3f785f941aa3"),
5252
# On arm64 ChromeOS, use the same binary as arm64 Linux.
5353
("chromeos_ssh", "arm64"):
54-
WPRCloudBinary("7b880f9bc61e62686657e20567b1b51d03ab96ac"),
54+
WPRCloudBinary("7ed4026aaef69a46b99f65daeded6f73d1242f13"),
5555
# On x64 ChromeOS, use the same binary as x64 Linux.
5656
("chromeos_ssh", "x64"):
57-
WPRCloudBinary("773db5f07a410529e647024b5a187941ea45a1ab"),
57+
WPRCloudBinary("70e240a199128cd67cc25c6639ca3f785f941aa3"),
5858
("linux", "x64"):
59-
WPRCloudBinary("773db5f07a410529e647024b5a187941ea45a1ab"),
59+
WPRCloudBinary("70e240a199128cd67cc25c6639ca3f785f941aa3"),
6060
("macos", "arm64"):
61-
WPRCloudBinary("ae77ef49507924c804b86eb44df7abf2bb8b19b3"),
61+
WPRCloudBinary("5f2b7d7d463c47ea365bf7ea8936bb5ad8a212f0"),
6262
("macos", "x64"):
63-
WPRCloudBinary("e554cca527bbde7de18eeb300f8e454a66876d7a"),
63+
WPRCloudBinary("fa01d104309b62d9ac10682252c595aad9239789"),
6464
("win", "x64"):
65-
WPRCloudBinary("1615f64108eb3d1d508780c638572988c6aea251"),
65+
WPRCloudBinary("964bff63766054c8c1c1f1c01acedcf0770a8da7"),
6666
}
6767

6868

0 commit comments

Comments
 (0)