Index: scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
diff --git a/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json b/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
index b2ddb9870251c898ca43a9b164d3b28dbcb1eb29..f74ac589c7be2131dc8f0251b8acf9fd834caf1b 100644 |
--- a/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
+++ b/scripts/slave/recipes/infra/infra_repo_trybot.expected/basic.json |
@@ -121,6 +121,25 @@ |
"cmd": [ |
"python", |
"-u", |
+ "[SLAVE_BUILD]/infra/recipes/recipes.py", |
+ "simulation_test", |
+ "test" |
+ ], |
+ "name": "recipe tests" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[SLAVE_BUILD]/infra/recipes/recipes.py", |
+ "lint" |
+ ], |
+ "name": "recipe lint" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
"[SLAVE_BUILD]/infra/go/env.py" |
], |
"name": "go bootstrap" |