Index: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json |
diff --git a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json |
index 9557134eb03a757205748fef319752e2acd34e68..d37c000bdfda4b7f5c0ba200522b3f8daa6e7fe6 100644 |
--- a/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json |
+++ b/scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Win_10.json |
@@ -127,8 +127,25 @@ |
"name": "cleanup_temp" |
}, |
{ |
- "name": "$final_result", |
- "reason": "Misconfigured bot: no compile targets", |
- "status_code": 1 |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[BUILD]\\scripts\\slave\\compile.py", |
+ "--target", |
+ "Release_x64", |
+ "--src-dir", |
+ "[SLAVE_BUILD]\\src", |
+ "--build-tool", |
+ "ninja", |
+ "--compiler", |
+ "goma", |
+ "--goma-dir", |
+ "[BUILD]\\goma", |
+ "--", |
+ "All", |
+ "chromium_builder_tests" |
+ ], |
+ "cwd": "[SLAVE_BUILD]", |
+ "name": "compile" |
} |
] |