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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py

Issue 2393263002: Fix chromium perf fyi tester triggering (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
index 4587f3767fd17e9f61f5958bddc12f4df7d442a5..a9e25782bd26d859f18bb89f80a33afdced20c5e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_perf_fyi.py
@@ -43,6 +43,8 @@ def _AddTestSpec(name, perf_id, platform,
parent_buildername=parent_buildername, tests=tests)
if not parent_buildername:
spec['parent_mastername'] = 'chromium.perf'
+ else:
+ spec['parent_mastername'] = 'chromium.perf.fyi'
ghost stip (do not use) 2016/10/05 20:55:03 apparently only chromium.perf sets parent_buildern
SPEC['builders'][name] = spec
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698