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

Unified Diff: bin/cbuildbot_config.py

Issue 6291013: Have the ability for the PFQ to both rev Chrome and other packages. (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
Index: bin/cbuildbot_config.py
diff --git a/bin/cbuildbot_config.py b/bin/cbuildbot_config.py
index 3389c11295f1fc7eedeaf4266d072f6205026108..ce1e6fef69735bc3b16f78247a7b7b68b47096c3 100644
--- a/bin/cbuildbot_config.py
+++ b/bin/cbuildbot_config.py
@@ -53,6 +53,17 @@ config['x86-generic-pre-flight-queue'] = {
'rev_overlays': 'public',
'push_overlays': 'public',
}
+config['x86-generic-chrome-pre-flight-queue'] = {
+ 'board' : 'x86-generic',
+ 'uprev' : False,
+ 'master' : True,
+ 'important' : False,
+ 'hostname' : 'chromeosbuild2',
+ 'unittests' : True,
+ 'tests' : True,
+ 'rev_overlays': 'public',
+ 'push_overlays': 'public',
+}
config['x86-mario-pre-flight-queue'] = {
'board' : 'x86-mario',
'uprev' : True,
« no previous file with comments | « bin/cbuildbot.py ('k') | bin/cros_mark_chrome_as_stable.py » ('j') | cros_mark_as_stable.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698