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

Side by Side Diff: bin/cbuildbot_config.py

Issue 3137006: Add some information to cbuildbot output. (Closed) Base URL: http://src.chromium.org/git/crosutils.git
Patch Set: Add copyrights 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 unified diff | Download patch
« no previous file with comments | « bin/cbuildbot.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/python
2
3 # Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
6
1 config = {} 7 config = {}
2 config['default'] = { 8 config['default'] = {
3 'board' : 'x86-generic', 9 'board' : 'x86-generic',
4 'uprev' : False, 10 'uprev' : False,
5 } 11 }
6 config['x86-generic-pre-flight-queue'] = { 12 config['x86-generic-pre-flight-queue'] = {
7 'board' : 'x86-generic', 13 'board' : 'x86-generic',
8 'uprev' : True, 14 'uprev' : True,
9 } 15 }
OLDNEW
« 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