From 697c3c02c92f5383fab807aa4019ca2fb47e2ab8 Mon Sep 17 00:00:00 2001 From: "florin.bilt" Date: Thu, 6 Jun 2024 14:34:43 +0000 Subject: [PATCH] Bug 1897502 - Add chromedriver 126 r=perftest-reviewers,taskgraph-reviewers,ahal,kshampur Differential Revision: https://phabricator.services.mozilla.com/D212114 --- .../gecko_taskgraph/transforms/test/other.py | 14 +- taskcluster/kinds/fetch/browsertime.yml | 120 ++++++------------ 2 files changed, 45 insertions(+), 89 deletions(-) diff --git a/taskcluster/gecko_taskgraph/transforms/test/other.py b/taskcluster/gecko_taskgraph/transforms/test/other.py index 2665afd5807a..b811da9454ce 100644 --- a/taskcluster/gecko_taskgraph/transforms/test/other.py +++ b/taskcluster/gecko_taskgraph/transforms/test/other.py @@ -395,24 +395,20 @@ def setup_browsertime(config, tasks): cd_fetches = { "android.*": [ - "linux64-chromedriver-123", - "linux64-chromedriver-124", "linux64-chromedriver-125", + "linux64-chromedriver-126", ], "linux.*": [ - "linux64-chromedriver-123", - "linux64-chromedriver-124", "linux64-chromedriver-125", + "linux64-chromedriver-126", ], "macosx1015.*": [ - "mac64-chromedriver-123", - "mac64-chromedriver-124", "mac64-chromedriver-125", + "mac64-chromedriver-126", ], "macosx1400.*": [ - "mac-arm-chromedriver-123", - "mac-arm-chromedriver-124", "mac-arm-chromedriver-125", + "mac-arm-chromedriver-126", ], "windows.*aarch64.*": [ "win32-chromedriver-121", @@ -420,8 +416,8 @@ def setup_browsertime(config, tasks): "win32-chromedriver-123", ], "windows.*-64.*": [ - "win64-chromedriver-124", "win64-chromedriver-125", + "win64-chromedriver-126", ], } diff --git a/taskcluster/kinds/fetch/browsertime.yml b/taskcluster/kinds/fetch/browsertime.yml index ae2dd87a7d8f..55ed5b853b28 100644 --- a/taskcluster/kinds/fetch/browsertime.yml +++ b/taskcluster/kinds/fetch/browsertime.yml @@ -37,86 +37,6 @@ linux64-chromedriver: sha256: 461919e080e19335a34224e2d353b96b07c7d068621aa940f9c136e86d090047 size: 5404417 -win64-chromedriver-123: - description: "Win64 chromedriver v123" - fetch: - type: static-url - artifact-name: chromedriver_win64_123.tar.zst - add-prefix: "123" - url: "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/win64/chromedriver-win64.zip" - sha256: 2c54d5c120fc4371d769c9ae30f3cb6708d7568c99c5965e4f1bb476d1d5997f - size: 8567770 - -linux64-chromedriver-123: - description: "Linux64 chromedriver v123" - fetch: - type: static-url - artifact-name: chromedriver_linux64_123.tar.zst - add-prefix: "123" - url: "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/linux64/chromedriver-linux64.zip" - sha256: accdaeb00d330d9d5a5ef91bbe6fa5d316a5562109231bbc65866fa1390d8a2b - size: 8553025 - -mac64-chromedriver-123: - description: "Mac64 chromedriver v123" - fetch: - type: static-url - artifact-name: chromedriver_mac64_123.tar.zst - add-prefix: "123" - url: "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/mac-x64/chromedriver-mac-x64.zip" - sha256: c912db7b7c65d0bfcf7d17150782c0e89783bcba60521b4a66201fc81daffd91 - size: 9346571 - -mac-arm-chromedriver-123: - description: "Mac64 arm chromedriver v123" - fetch: - type: static-url - artifact-name: chromedriver_mac-arm_123.tar.zst - add-prefix: "123" - url: "https://storage.googleapis.com/chrome-for-testing-public/123.0.6312.58/mac-arm64/chromedriver-mac-arm64.zip" - sha256: 4ccade08517d2e8fbd832ee4cd959df4c8dea740986b70b19f892bf413537641 - size: 9325268 - -win64-chromedriver-124: - description: "Win64 chromedriver v124" - fetch: - type: static-url - artifact-name: chromedriver_win64_124.tar.zst - add-prefix: "124" - url: "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.29/win64/chromedriver-win64.zip" - sha256: 502eb3a0e1caa3704ea30c41c8d479681a6c05a21a5bf47c405a1eef45def8bc - size: 8637191 - -linux64-chromedriver-124: - description: "Linux64 chromedriver v124" - fetch: - type: static-url - artifact-name: chromedriver_linux64_124.tar.zst - add-prefix: "124" - url: "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.29/linux64/chromedriver-linux64.zip" - sha256: 8071bebf39a9de7ecfcb41e095a9c9f35570556a001a608afaee9e3f1f3cc835 - size: 8665597 - -mac64-chromedriver-124: - description: "Mac64 chromedriver v124" - fetch: - type: static-url - artifact-name: chromedriver_mac64_124.tar.zst - add-prefix: "124" - url: "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.29/mac-x64/chromedriver-mac-x64.zip" - sha256: ed07a9495a215ffc747240be99b84841f1d5f6085ec21eccc30b6a665dd669e5 - size: 10465611 - -mac-arm-chromedriver-124: - description: "Mac64 arm chromedriver v124" - fetch: - type: static-url - artifact-name: chromedriver_mac-arm_124.tar.zst - add-prefix: "124" - url: "https://storage.googleapis.com/chrome-for-testing-public/124.0.6367.29/mac-arm64/chromedriver-mac-arm64.zip" - sha256: 6a5198faac2fa0467a0c23fea51b954d012f7fbf7b83d424fb6baa1e426eaf49 - size: 9331537 - win64-chromedriver-125: description: "Win64 chromedriver v125" fetch: @@ -157,6 +77,46 @@ mac-arm-chromedriver-125: sha256: 355aabfe2e12e173fecf4f984fa0ae0e79b23781ad4bab6dc890ce434e4a07ed size: 9085155 +win64-chromedriver-126: + description: "Win64 chromedriver v126" + fetch: + type: static-url + artifact-name: chromedriver_win64_126.tar.zst + add-prefix: "126" + url: "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.26/win64/chromedriver-win64.zip" + sha256: 9cdb6e169620c9af44420c494ac763ab0141639ca63f5f9b1f4896c9abc3c868 + size: 8796210 + +linux64-chromedriver-126: + description: "Linux64 chromedriver v126" + fetch: + type: static-url + artifact-name: chromedriver_linux64_126.tar.zst + add-prefix: "126" + url: "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.26/linux64/chromedriver-linux64.zip" + sha256: e1611a62a64b0717178d54a48cfacaf257e113ae272770d4b1411407beccacbc + size: 8785256 + +mac64-chromedriver-126: + description: "Mac64 chromedriver v126" + fetch: + type: static-url + artifact-name: chromedriver_mac64_126.tar.zst + add-prefix: "126" + url: "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.26/mac-x64/chromedriver-mac-x64.zip" + sha256: 555f50e6fc5c24fdbbcea5a29b08cbe42479d3ece44da864553950e421dc8728 + size: 10291734 + +mac-arm-chromedriver-126: + description: "Mac64 arm chromedriver v126" + fetch: + type: static-url + artifact-name: chromedriver_mac-arm_126.tar.zst + add-prefix: "126" + url: "https://storage.googleapis.com/chrome-for-testing-public/126.0.6478.26/mac-arm64/chromedriver-mac-arm64.zip" + sha256: 0f6511f7ab5cb8d684b2c6a41d57aad6403f115bfbbece8e3d02fbdb6e45b7c4 + size: 9349562 + upload-speed-test-file: description: "File used for the upload speed performance test" fetch: