| Index: scripts/slave/recipes/run_presubmit.py
|
| diff --git a/scripts/slave/recipes/run_presubmit.py b/scripts/slave/recipes/run_presubmit.py
|
| index d189a567e2d69d42bd7faced2444518674ed9a06..c895c970c17e1aa5590482f0da0c16c3f2f01d2c 100644
|
| --- a/scripts/slave/recipes/run_presubmit.py
|
| +++ b/scripts/slave/recipes/run_presubmit.py
|
| @@ -195,6 +195,18 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| + api.test('depot_tools_and_gerrit') +
|
| + api.properties.tryserver_gerrit(
|
| + full_project_name='chromium/tools/depot_tools',
|
| + repo_name='depot_tools',
|
| + mastername='tryserver.infra',
|
| + buildername='presubmit_depot_tools',
|
| + runhooks=True) +
|
| + api.step_data('presubmit', api.json.output([['depot_tools_presubmit',
|
| + ['test']]]))
|
| + )
|
| +
|
| + yield (
|
| api.test('recipes-py') +
|
| api.properties.tryserver(
|
| mastername='tryserver.infra',
|
|
|