| Index: scripts/slave/recipes/infra/infra_repo_trybot.py
|
| diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.py b/scripts/slave/recipes/infra/infra_repo_trybot.py
|
| index 846c15d08fced075bb4e6c65db1d45e3a4faf414..a4a7ba5e6d7e18324eaadea9ca6310ceab4584db 100644
|
| --- a/scripts/slave/recipes/infra/infra_repo_trybot.py
|
| +++ b/scripts/slave/recipes/infra/infra_repo_trybot.py
|
| @@ -49,6 +49,13 @@ def RunSteps(api):
|
|
|
| api.python('python tests', 'test.py', ['test'], cwd=api.path['checkout'])
|
|
|
| + api.python(
|
| + 'recipe tests', api.path['checkout'].join('recipes', 'recipes.py'),
|
| + ['simulation_test', 'test'])
|
| + api.python(
|
| + 'recipe lint', api.path['checkout'].join('recipes', 'recipes.py'),
|
| + ['lint'])
|
| +
|
| # if any(f.startswith('infra/glyco/') for f in files):
|
| # api.python(
|
| # 'glyco tests',
|
|
|