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

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

Issue 1909483002: 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 "--src-dir", 284 "--src-dir",
285 "[SLAVE_BUILD]\\src", 285 "[SLAVE_BUILD]\\src",
286 "--goma-cache-dir", 286 "--goma-cache-dir",
287 "[GOMA_CACHE]", 287 "[GOMA_CACHE]",
288 "--build-tool", 288 "--build-tool",
289 "ninja", 289 "ninja",
290 "--compiler", 290 "--compiler",
291 "goma", 291 "goma",
292 "--goma-jsonstatus", 292 "--goma-jsonstatus",
293 "/path/to/tmp/json", 293 "/path/to/tmp/json",
294 "--goma-service-account-json-file",
295 "C:\\creds\\service_accounts\\service-account-goma-client.json",
294 "--goma-dir", 296 "--goma-dir",
295 "[BUILD]\\goma", 297 "[BUILD]\\goma",
296 "--", 298 "--",
297 "browser_tests", 299 "browser_tests",
298 "browser_tests_run", 300 "browser_tests_run",
299 "chromium_builder_tests" 301 "chromium_builder_tests"
300 ], 302 ],
301 "cwd": "[SLAVE_BUILD]", 303 "cwd": "[SLAVE_BUILD]",
302 "name": "compile", 304 "name": "compile",
303 "~followup_annotations": [ 305 "~followup_annotations": [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 "~followup_annotations": [ 392 "~followup_annotations": [
391 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 393 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
392 ] 394 ]
393 }, 395 },
394 { 396 {
395 "name": "$result", 397 "name": "$result",
396 "recipe_result": null, 398 "recipe_result": null,
397 "status_code": 0 399 "status_code": 0
398 } 400 }
399 ] 401 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698