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

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

Issue 1947123004: Remove reference to old gn win x64 bot in roll_gn.py. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 10b218c43afa9230c0064633be1faef664b782fe..b15aaf0b6ae5dceab4b85cc55527b68f956a33ae 100755
--- a/tools/gn/bin/roll_gn.py
+++ b/tools/gn/bin/roll_gn.py
@@ -432,8 +432,7 @@ class GNRoller(object):
'\n'
'TBR=%s\n'
'CQ_EXTRA_TRYBOTS=tryserver.chromium.mac:mac_chromium_gn_dbg;'
- 'tryserver.chromium.win:win8_chromium_gn_dbg,'
- 'win_chromium_gn_x64_rel\n' % (
+ 'tryserver.chromium.win:win8_chromium_gn_dbg\n' % (
old_buildtools_commitish[:COMMITISH_DIGITS],
new_buildtools_commitish[:COMMITISH_DIGITS],
self.old_gn_commitish[:COMMITISH_DIGITS],
« 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