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

Unified Diff: bin/cbuildbot_config.py

Issue 3146001: Adding cbuildbot to cros_utils. Leaving old version in repo until buildbot changes over. (Closed) Base URL: ssh://git@chromiumos-git//crosutils.git
Patch Set: patch from issue 1499002 Created 10 years, 4 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 | « bin/cbuildbot.py ('k') | 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
new file mode 100644
index 0000000000000000000000000000000000000000..a7e71dd6d237f72cb7cad0e84410f0b6221b89ee
--- /dev/null
+++ b/bin/cbuildbot_config.py
@@ -0,0 +1,9 @@
+config = {}
+config['default'] = {
+ 'board' : 'x86-generic',
+ 'uprev' : False,
+}
+config['x86-generic-pre-flight-queue'] = {
+ 'board' : 'x86-generic',
+ 'uprev' : True,
+}
« no previous file with comments | « bin/cbuildbot.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698