| 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({
|
|
|