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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWinClangGoma.json

Issue 2218413004: Remove --goma-enable-compiler-info-cache option from compile.py (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "--goma-jsonstatus", 366 "--goma-jsonstatus",
367 "/path/to/tmp/json", 367 "/path/to/tmp/json",
368 "--goma-service-account-json-file", 368 "--goma-service-account-json-file",
369 "C:\\creds\\service_accounts\\service-account-goma-client.json", 369 "C:\\creds\\service_accounts\\service-account-goma-client.json",
370 "--mode", 370 "--mode",
371 "official", 371 "official",
372 "--goma-dir", 372 "--goma-dir",
373 "[CACHE]\\cipd\\goma", 373 "[CACHE]\\cipd\\goma",
374 "--goma-hermetic", 374 "--goma-hermetic",
375 "error", 375 "error",
376 "--goma-enable-compiler-info-cache",
377 "--", 376 "--",
378 "all" 377 "all"
379 ], 378 ],
380 "env": { 379 "env": {
381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 380 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
382 }, 381 },
383 "name": "compile", 382 "name": "compile",
384 "~followup_annotations": [ 383 "~followup_annotations": [
385 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 384 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
386 "@@@STEP_LOG_END@json.output (invalid)@@@" 385 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
455 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 454 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
456 }, 455 },
457 "name": "process_dumps" 456 "name": "process_dumps"
458 }, 457 },
459 { 458 {
460 "name": "$result", 459 "name": "$result",
461 "recipe_result": null, 460 "recipe_result": null,
462 "status_code": 0 461 "status_code": 0
463 } 462 }
464 ] 463 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698