Index: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json |
diff --git a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_clobber_rel_ng_analyze.json b/scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json |
similarity index 89% |
copy from scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_clobber_rel_ng_analyze.json |
copy to scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json |
index 32712cdce802ea245a51059b7700883c5280eed9..3235de4cd9a8f198f8438212a62983a5d8003ce0 100644 |
--- a/scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_chromium_clobber_rel_ng_analyze.json |
+++ b/scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.json |
@@ -161,13 +161,45 @@ |
}, |
"name": "analyze", |
"~followup_annotations": [ |
- "@@@STEP_TEXT@No compile necessary@@@", |
"@@@STEP_LOG_LINE@json.output@{@@@", |
- "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [], @@@", |
- "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"build_targets\": [@@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"base_unittests\", @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"net_unittests\"@@@", |
+ "@@@STEP_LOG_LINE@json.output@ ], @@@", |
+ "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", |
"@@@STEP_LOG_LINE@json.output@ \"targets\": []@@@", |
"@@@STEP_LOG_LINE@json.output@}@@@", |
"@@@STEP_LOG_END@json.output@@@" |
] |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[BUILD]/scripts/slave/cleanup_temp.py" |
+ ], |
+ "name": "cleanup_temp" |
+ }, |
+ { |
+ "cmd": [ |
+ "python", |
+ "-u", |
+ "[BUILD]/scripts/slave/compile.py", |
+ "--target", |
+ "Release", |
+ "--src-dir", |
+ "[SLAVE_BUILD]/src", |
+ "--build-tool", |
+ "ninja", |
+ "--compiler", |
+ "goma", |
+ "--goma-dir", |
+ "[BUILD]/goma", |
+ "--clobber", |
+ "--", |
+ "base_unittests", |
+ "net_unittests" |
+ ], |
+ "name": "compile (with patch)" |
} |
] |