Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win_compile_dbg.json

Issue 2152453003: recipes: Stop passing --build-tool=ninja to compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "--gsutil-py-path", 269 "--gsutil-py-path",
270 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", 270 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py",
271 "--ninja-path", 271 "--ninja-path",
272 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", 272 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe",
273 "--target", 273 "--target",
274 "Debug", 274 "Debug",
275 "--src-dir", 275 "--src-dir",
276 "[SLAVE_BUILD]\\v8", 276 "[SLAVE_BUILD]\\v8",
277 "--goma-cache-dir", 277 "--goma-cache-dir",
278 "[GOMA_CACHE]", 278 "[GOMA_CACHE]",
279 "--build-tool",
280 "ninja",
281 "--compiler", 279 "--compiler",
282 "goma", 280 "goma",
283 "--goma-jsonstatus", 281 "--goma-jsonstatus",
284 "/path/to/tmp/json", 282 "/path/to/tmp/json",
285 "--goma-service-account-json-file", 283 "--goma-service-account-json-file",
286 "C:\\creds\\service_accounts\\service-account-goma-client.json", 284 "C:\\creds\\service_accounts\\service-account-goma-client.json",
287 "--goma-dir", 285 "--goma-dir",
288 "[CACHE]\\cipd\\goma", 286 "[CACHE]\\cipd\\goma",
289 "--goma-fail-fast", 287 "--goma-fail-fast",
290 "--goma-disable-local-fallback", 288 "--goma-disable-local-fallback",
291 "--" 289 "--"
292 ], 290 ],
293 "env": { 291 "env": {
294 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 292 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
295 }, 293 },
296 "name": "compile", 294 "name": "compile",
297 "~followup_annotations": [ 295 "~followup_annotations": [
298 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 296 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
299 "@@@STEP_LOG_END@json.output (invalid)@@@" 297 "@@@STEP_LOG_END@json.output (invalid)@@@"
300 ] 298 ]
301 }, 299 },
302 { 300 {
303 "name": "$result", 301 "name": "$result",
304 "recipe_result": null, 302 "recipe_result": null,
305 "status_code": 0 303 "status_code": 0
306 } 304 }
307 ] 305 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698