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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1905213002: Move Win x64 clobber bot and remove Win x64 GN bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update Created 4 years, 8 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: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index efc0831e0a19748c40018bd4f7b693f0d164c8c7..767e2a7c667937722e567b807334321f24a2f809 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -285,10 +285,10 @@ def GenTests(api):
test_name = 'full_%s_%s' % (_sanitize_nonalpha(mastername),
_sanitize_nonalpha(buildername))
yield (
- api.test(test_name) +
- api.chromium_tests.platform(bot_config['bot_ids']) +
- suppress_analyze() +
- props(mastername=mastername, buildername=buildername)
+ api.test(test_name) +
brucedawson 2016/04/22 00:04:44 This indent increase is harmless but seems anomalo
Dirk Pranke 2016/04/22 00:12:01 Yeah, I was debugging something and apparently did
+ api.chromium_tests.platform(bot_config['bot_ids']) +
+ suppress_analyze() +
+ props(mastername=mastername, buildername=buildername)
)
yield (

Powered by Google App Engine
This is Rietveld 408576698