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

Unified Diff: bin/cbuildbot_config.py

Issue 5839004: Change tegra2 binary builder to use board=tegra2_dev-board instead of tegra2. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crosutils@master
Patch Set: Created 10 years 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 ba3706e0f5af626ed19063cbc64209744d3c2581..2f7b6361ddc155e74e070f83006946c98da0355e 100644
--- a/bin/cbuildbot_config.py
+++ b/bin/cbuildbot_config.py
@@ -100,7 +100,7 @@ config['x86_pineview_bin'] = {
'push_overlays': None,
}
config['arm_tegra2_bin'] = {
- 'board' : 'tegra2',
+ 'board' : 'tegra2_dev-board',
'uprev' : True,
'master' : False,
'important' : False,
« 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