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

Unified Diff: bin/cbuildbot_config.py

Issue 6379015: Added arm-tegra2-seaboard-full (Closed) Base URL: http://git.chromium.org/git/crosutils.git@master
Patch Set: Merged against current. 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 e0db62ff664a77053d851a8f199cf36efa1531e3..ee7451376a2dc3ad8a739c6cd5e3c54c095f1377 100644
--- a/bin/cbuildbot_config.py
+++ b/bin/cbuildbot_config.py
@@ -97,14 +97,10 @@ config['x86-generic-pre-flight-queue'].update({
'rev_overlays': 'public',
'push_overlays': 'public',
})
-config['x86-generic-chrome-pre-flight-queue'] = default.copy()
-config['x86-generic-chrome-pre-flight-queue'].update({
- 'board' : 'x86-generic',
- 'uprev' : False,
- 'master' : True,
- 'rev_overlays': 'public',
- 'push_overlays': 'public',
-})
+
+config['x86-generic-chrome-pre-flight-queue'] = \
+ config['x86-generic-pre-flight-queue']
+
config['x86-mario-pre-flight-queue'] = default.copy()
config['x86-mario-pre-flight-queue'].update({
'board' : 'x86-mario',
@@ -114,6 +110,7 @@ config['x86-mario-pre-flight-queue'].update({
'rev_overlays': 'both',
'push_overlays': 'private',
})
+
config['x86-mario-pre-flight-branch'] = default.copy()
config['x86-mario-pre-flight-branch'].update({
'board' : 'x86-mario',
@@ -185,6 +182,13 @@ config['arm-tegra2-full'].update({
'board' : 'tegra2_dev-board',
})
+config['arm-tegra2-seaboard-full'] = default.copy()
+config['arm-tegra2-seaboard-full'].update(arm)
+config['arm-tegra2-seaboard-full'].update(full)
+config['arm-tegra2-seaboard-full'].update({
+ 'board' : 'tegra2_seaboard',
+})
+
config['x86-generic-full'] = default.copy()
config['x86-generic-full'].update(full)
config['x86-generic-full'].update({
« 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