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

Issue 5839004: Change tegra2 binary builder to use board=tegra2_dev-board instead of tegra2. (Closed)

Created:
10 years ago by scottz
Modified:
9 years, 7 months ago
Reviewers:
sosa
CC:
chromium-os-reviews_chromium.org, Mandeep Singh Baines, anush, sosa
Base URL:
ssh://git@gitrw.chromium.org:9222/crosutils@master
Visibility:
Public.

Description

Change tegra2 binary builder to use board=tegra2_dev-board instead of tegra2. This aligns the binary builder with the full builder. BUG=NA TEST=NA Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=4228f22

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M bin/cbuildbot_config.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
scottz
10 years ago (2010-12-16 21:37:54 UTC) #1
sosa
10 years ago (2010-12-16 21:40:53 UTC) #2
LGTM

On Thu, Dec 16, 2010 at 1:37 PM,  <scottz@chromium.org> wrote:
> Reviewers: sosa,
>
> Description:
> Change tegra2 binary builder to use board=tegra2_dev-board instead of
> tegra2.
> This aligns the binary builder with the full builder.
>
>
> BUG=NA
> TEST=NA
>
> Please review this at http://codereview.chromium.org/5839004/
>
> SVN Base: ssh://git@gitrw.chromium.org:9222/crosutils@master
>
> Affected files:
>  M bin/cbuildbot_config.py
>
>
> 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,
>
>
>

Powered by Google App Engine
This is Rietveld 408576698