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

Unified Diff: bin/cbuildbot_config.py

Issue 6347027: Change uprev to False for Chrome pfq. (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Created 9 years, 11 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: bin/cbuildbot_config.py
diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py
index 92c167156e3b2faf3885577f5a5dbb44a2c24a6b..23eabe222fd50b65c47a867cc1fe73488fa19ca3 100644
--- a/bin/cbuildbot_config.py
+++ b/bin/cbuildbot_config.py
@@ -103,7 +103,7 @@ config['x86-generic-chrome-pre-flight-queue'].update({
'board' : 'x86-generic',
'master' : True,
- 'uprev' : True,
+ 'uprev' : False,
'rev_overlays': 'public',
'push_overlays': 'public',
})
« 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