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

Unified Diff: tools/gn/bin/roll_gn.py

Issue 1239943003: Make sure GN deps rolls include the optional GN bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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: tools/gn/bin/roll_gn.py
diff --git a/tools/gn/bin/roll_gn.py b/tools/gn/bin/roll_gn.py
index 6691ecc130705dc0be522ac53275e565e7b2d1ef..ab85886a0b67513c2f868117da7284c833ae36d8 100644
--- a/tools/gn/bin/roll_gn.py
+++ b/tools/gn/bin/roll_gn.py
@@ -355,7 +355,11 @@ class GNRoller(object):
'\n'
'%s'
'\n'
- 'TBR=%s\n' % (
+ 'TBR=%s\n'
+ 'CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_rel,'
+ 'mac_chromium_gn_dbg;'
+ 'tryserver.chromium.win:win8_chromium_gn_dbg,'
+ 'win_chromium_gn_x64_rel\n' % (
old_buildtools_commitish,
new_buildtools_commitish,
self.old_gn_commitish,
« 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