[bisect] add win-11-perf and win-11-perf-pgo to external bot configs
Bug: b/315215756
Change-Id: Ie273051a53e47611301f9e868cf57237860603c0
Reviewed-on: https://skia-review.googlesource.com/c/buildbot/+/805455
Commit-Queue: Leina Sun <sunxiaodi@google.com>
Auto-Submit: Leina Sun <sunxiaodi@google.com>
Commit-Queue: Hao Wu <haowoo@google.com>
Reviewed-by: Hao Wu <haowoo@google.com>
diff --git a/bisection/go/bot_configs/external.json b/bisection/go/bot_configs/external.json
index 0a4f576..72b2124 100644
--- a/bisection/go/bot_configs/external.json
+++ b/bisection/go/bot_configs/external.json
@@ -845,5 +845,47 @@
],
"repository": "chromium",
"swarming_server": "https://chrome-swarming.appspot.com"
+ },
+ "win-11-perf": {
+ "browser": "release_x64",
+ "bucket": "luci.chrome.try",
+ "builder": "Win x64 Builder Perf",
+ "dimensions": [
+ {
+ "key": "pool",
+ "value": "chrome.tests.pinpoint"
+ },
+ {
+ "key": "synthetic_product_name",
+ "value": "PowerEdge R350 (Dell Inc.)"
+ },
+ {
+ "key": "os",
+ "value": "Windows-11"
+ }
+ ],
+ "repository": "chromium",
+ "swarming_server": "https://chrome-swarming.appspot.com"
+ },
+ "win-11-perf-pgo": {
+ "browser": "release_x64",
+ "bucket": "luci.chrome.try",
+ "builder": "Win x64 Builder Perf PGO",
+ "dimensions": [
+ {
+ "key": "pool",
+ "value": "chrome.tests.pinpoint"
+ },
+ {
+ "key": "synthetic_product_name",
+ "value": "PowerEdge R350 (Dell Inc.)"
+ },
+ {
+ "key": "os",
+ "value": "Windows-11"
+ }
+ ],
+ "repository": "chromium",
+ "swarming_server": "https://chrome-swarming.appspot.com"
}
}