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

Unified Diff: bin/cbuildbot_config.py

Issue 6384017: Add Chrome PFQ config that is a copy of current 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 3389c11295f1fc7eedeaf4266d072f6205026108..0c6b5acd15d70373c0932e9c4596d1cb5914232e 100644
--- a/bin/cbuildbot_config.py
+++ b/bin/cbuildbot_config.py
@@ -53,6 +53,8 @@ config['x86-generic-pre-flight-queue'] = {
'rev_overlays': 'public',
'push_overlays': 'public',
}
+config['x86-generic-chrome-pre-flight-queue'] = \
+ config['x86-generic-pre-flight-queue']
scottz 2011/01/27 06:04:53 slashes are evil but I am not sure of a good way t
config['x86-mario-pre-flight-queue'] = {
'board' : 'x86-mario',
'uprev' : True,
« 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