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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Win_Builder__ANGLE_.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 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",
296 "--goma-dir", 294 "--goma-dir",
297 "[CACHE]\\cipd\\goma", 295 "[CACHE]\\cipd\\goma",
298 "--", 296 "--",
299 "browser_tests", 297 "browser_tests",
300 "browser_tests_run", 298 "browser_tests_run",
301 "chromium_builder_tests" 299 "chromium_builder_tests"
302 ], 300 ],
303 "cwd": "[SLAVE_BUILD]", 301 "cwd": "[SLAVE_BUILD]",
304 "name": "compile", 302 "name": "compile",
305 "~followup_annotations": [ 303 "~followup_annotations": [
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 "~followup_annotations": [ 390 "~followup_annotations": [
393 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" 391 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@"
394 ] 392 ]
395 }, 393 },
396 { 394 {
397 "name": "$result", 395 "name": "$result",
398 "recipe_result": null, 396 "recipe_result": null,
399 "status_code": 0 397 "status_code": 0
400 } 398 }
401 ] 399 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698