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

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

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
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 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "taskkill" 9 "name": "taskkill"
10 }, 10 },
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 "--src-dir", 269 "--src-dir",
270 "[SLAVE_BUILD]\\src", 270 "[SLAVE_BUILD]\\src",
271 "--goma-cache-dir", 271 "--goma-cache-dir",
272 "[GOMA_CACHE]", 272 "[GOMA_CACHE]",
273 "--build-tool", 273 "--build-tool",
274 "ninja", 274 "ninja",
275 "--compiler", 275 "--compiler",
276 "goma", 276 "goma",
277 "--goma-jsonstatus", 277 "--goma-jsonstatus",
278 "/path/to/tmp/json", 278 "/path/to/tmp/json",
279 "--goma-service-account-json-file",
280 "C:\\creds\\service_accounts\\service-account-goma-client.json",
281 "--goma-dir", 279 "--goma-dir",
282 "[CACHE]\\cipd\\goma", 280 "[CACHE]\\cipd\\goma",
283 "--", 281 "--",
284 "chrome" 282 "chrome"
285 ], 283 ],
286 "cwd": "[SLAVE_BUILD]", 284 "cwd": "[SLAVE_BUILD]",
287 "name": "compile", 285 "name": "compile",
288 "~followup_annotations": [ 286 "~followup_annotations": [
289 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
290 "@@@STEP_LOG_END@json.output (invalid)@@@" 288 "@@@STEP_LOG_END@json.output (invalid)@@@"
291 ] 289 ]
292 }, 290 },
293 { 291 {
294 "name": "$result", 292 "name": "$result",
295 "recipe_result": null, 293 "recipe_result": null,
296 "status_code": 0 294 "status_code": 0
297 } 295 }
298 ] 296 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698