Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(985)

Unified Diff: testing/buildbot/chromium.win.json

Issue 2089633003: Shard & set hard timeout for telemetry_perf_unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Ready for landing Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index 164e2d6ebdc739c6d66fef7bafda6249f295a657..31cd72fc64019e78f7d181612bcfaaba4bc2f9a4 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -472,7 +472,9 @@
"telemetry_perf_unittests_run"
],
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "hard_timeout": 960,
+ "shards": 12
}
},
{
@@ -1403,7 +1405,9 @@
"telemetry_perf_unittests_run"
],
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "hard_timeout": 960,
+ "shards": 12
}
},
{
@@ -1791,7 +1795,9 @@
"telemetry_perf_unittests_run"
],
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "hard_timeout": 960,
+ "shards": 12
}
},
{

Powered by Google App Engine
This is Rietveld 408576698