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

Unified Diff: masters/master.chromium.perf.fyi/master.cfg

Issue 949983002: Change timeout for perf.fyi Win x64 builder, temporarily disable Goma. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | scripts/slave/recipe_modules/chromium/chromium_perf_fyi.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: masters/master.chromium.perf.fyi/master.cfg
diff --git a/masters/master.chromium.perf.fyi/master.cfg b/masters/master.chromium.perf.fyi/master.cfg
index 194e40b79ac7018e47337961f6eb897f18696c66..d99c0c6b5f21b7abb574dd0c7653851e50bfbb53 100644
--- a/masters/master.chromium.perf.fyi/master.cfg
+++ b/masters/master.chromium.perf.fyi/master.cfg
@@ -157,7 +157,8 @@ b_chromium_rel_win_x64_builder = {'name': 'Win x64 FYI Builder',
'builddir': 'chromium-rel-x64-fyi-builder',
'factory': annotator_factory.AnnotatorFactory().BaseFactory(
recipe='chromium',
- triggers=['winrel_x64']),
+ triggers=['winrel_x64'],
+ timeout=7200),
'category': '1builders|windows',
'auto_reboot': False,
}
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/chromium_perf_fyi.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698