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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CrWin7Goma_clbr_.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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 "--compiler", 318 "--compiler",
319 "goma", 319 "goma",
320 "--goma-jsonstatus", 320 "--goma-jsonstatus",
321 "/path/to/tmp/json", 321 "/path/to/tmp/json",
322 "--goma-service-account-json-file", 322 "--goma-service-account-json-file",
323 "C:\\creds\\service_accounts\\service-account-goma-client.json", 323 "C:\\creds\\service_accounts\\service-account-goma-client.json",
324 "--goma-dir", 324 "--goma-dir",
325 "[CACHE]\\cipd\\goma", 325 "[CACHE]\\cipd\\goma",
326 "--goma-hermetic", 326 "--goma-hermetic",
327 "error", 327 "error",
328 "--goma-enable-compiler-info-cache",
329 "--", 328 "--",
330 "base_unittests", 329 "base_unittests",
331 "chromium_builder_tests", 330 "chromium_builder_tests",
332 "content_unittests" 331 "content_unittests"
333 ], 332 ],
334 "env": { 333 "env": {
335 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 334 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
336 }, 335 },
337 "name": "compile", 336 "name": "compile",
338 "~followup_annotations": [ 337 "~followup_annotations": [
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 408 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
410 }, 409 },
411 "name": "process_dumps" 410 "name": "process_dumps"
412 }, 411 },
413 { 412 {
414 "name": "$result", 413 "name": "$result",
415 "recipe_result": null, 414 "recipe_result": null,
416 "status_code": 0 415 "status_code": 0
417 } 416 }
418 ] 417 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698