| Index: scripts/slave/recipes/cros/cbuildbot.py
|
| diff --git a/scripts/slave/recipes/cros/cbuildbot.py b/scripts/slave/recipes/cros/cbuildbot.py
|
| index 85d972e62d61fd4ae614534d77e9f68d26b204c2..0158dac9269160ae3e58f90f20f319d84bb3a8e5 100644
|
| --- a/scripts/slave/recipes/cros/cbuildbot.py
|
| +++ b/scripts/slave/recipes/cros/cbuildbot.py
|
| @@ -37,8 +37,7 @@ def RunSteps(api):
|
| _MASTER_CONFIG_MAP)
|
|
|
| # Run 'cbuildbot' common recipe.
|
| - api.chromite.run_cbuildbot(
|
| - api.properties['cbb_config'])
|
| + api.chromite.run_cbuildbot()
|
|
|
| def GenTests(api):
|
| #
|
|
|