| Index: scripts/slave/recipes/infra/infra_continuous.py
|
| diff --git a/scripts/slave/recipes/infra/infra_continuous.py b/scripts/slave/recipes/infra/infra_continuous.py
|
| index 491f101af99b9472ad3f87ba9e98ce0e86cc1746..465870532981d4b3948f3ed78baac589f5fa2bd8 100644
|
| --- a/scripts/slave/recipes/infra/infra_continuous.py
|
| +++ b/scripts/slave/recipes/infra/infra_continuous.py
|
| @@ -99,8 +99,8 @@ def RunSteps(api, mastername, buildername, buildnumber):
|
| project_name = 'infra'
|
| repo_name = 'https://chromium.googlesource.com/infra/infra'
|
| else: # pragma: no cover
|
| - raise ValueError(
|
| - 'This recipe is not intended for builder %s. ' % buildername)
|
| + api.step('maybe specify buildername in properties?', cmd=None)
|
| + return
|
|
|
| api.gclient.set_config(project_name)
|
| bot_update_step = api.bot_update.ensure_checkout(force=True)
|
|
|