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

Unified Diff: testing/buildbot/chromium.linux.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
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.linux.json
diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
index f0758b0329f23e009e46ac7ce2d4ccb0492b9451..89790bd3eb1224523ccd0c262eb70cdec767eab5 100644
--- a/testing/buildbot/chromium.linux.json
+++ b/testing/buildbot/chromium.linux.json
@@ -620,7 +620,8 @@
"device_type": "hammerhead"
}
],
- "hard_timeout": 1920
+ "hard_timeout": 960,
+ "shards": 12
jbudorick 2016/06/23 13:13:55 What was the motivation here? This is _really_ pr
nednguyen 2016/06/23 13:18:28 Oh, this is just meant to make it consistent with
ghost stip (do not use) 2016/06/23 14:03:58 we are currently at negative capacity. we need to
}
}
],
@@ -1478,7 +1479,9 @@
"telemetry_perf_unittests_run"
],
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "hard_timeout": 960,
+ "shards": 12
}
},
{
@@ -1897,7 +1900,9 @@
"telemetry_perf_unittests_run"
],
"swarming": {
- "can_use_on_swarming_builders": true
+ "can_use_on_swarming_builders": true,
+ "hard_timeout": 960,
+ "shards": 12
}
},
{
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698