| Index: scripts/slave/recipe_modules/trigger/api.py
|
| diff --git a/scripts/slave/recipe_modules/trigger/api.py b/scripts/slave/recipe_modules/trigger/api.py
|
| index ce4f9ec69636850abf02c52f9bf01ea31efead26..3b25dea82ae028cc0b465e69270e130f653a213b 100644
|
| --- a/scripts/slave/recipe_modules/trigger/api.py
|
| +++ b/scripts/slave/recipe_modules/trigger/api.py
|
| @@ -38,6 +38,8 @@ class TriggerApi(recipe_api.RecipeApi):
|
| builder_name (str): in BuildBot context, builder name
|
| bucket (str): buildbucket bucket where the triggered builds will be
|
| placed.
|
| + critical (bool): if True (default) and triggering fails on the
|
| + buildbot master side, mark entire build as failed (exception).
|
| properties (dict): build properties for a new build.
|
| buildbot_changes (list of dict): list of Buildbot changes to create.
|
| See below.
|
|
|