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

Side by Side 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 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
(Empty)
1 config = {}
2 config['default'] = {
3 'board' : 'x86-generic',
4 'uprev' : False,
5 }
6 config['x86-generic-pre-flight-queue'] = {
7 'board' : 'x86-generic',
8 'uprev' : True,
9 }
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