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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Win_Builder.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 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 "--src-dir", 260 "--src-dir",
261 "[SLAVE_BUILD]\\src", 261 "[SLAVE_BUILD]\\src",
262 "--goma-cache-dir", 262 "--goma-cache-dir",
263 "[GOMA_CACHE]", 263 "[GOMA_CACHE]",
264 "--build-tool", 264 "--build-tool",
265 "ninja", 265 "ninja",
266 "--compiler", 266 "--compiler",
267 "goma", 267 "goma",
268 "--goma-jsonstatus", 268 "--goma-jsonstatus",
269 "/path/to/tmp/json", 269 "/path/to/tmp/json",
270 "--goma-service-account-json-file",
271 "C:\\creds\\service_accounts\\service-account-goma-client.json",
270 "--goma-dir", 272 "--goma-dir",
271 "[BUILD]\\goma", 273 "[BUILD]\\goma",
272 "--", 274 "--",
273 "browser_tests", 275 "browser_tests",
274 "chromium_builder_webrtc", 276 "chromium_builder_webrtc",
275 "content_browsertests", 277 "content_browsertests",
276 "content_unittests", 278 "content_unittests",
277 "media_unittests", 279 "media_unittests",
278 "remoting_unittests" 280 "remoting_unittests"
279 ], 281 ],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 "~followup_annotations": [ 401 "~followup_annotations": [
400 "@@@STEP_TEXT@Win8 Tester@@@" 402 "@@@STEP_TEXT@Win8 Tester@@@"
401 ] 403 ]
402 }, 404 },
403 { 405 {
404 "name": "$result", 406 "name": "$result",
405 "recipe_result": null, 407 "recipe_result": null,
406 "status_code": 0 408 "status_code": 0
407 } 409 }
408 ] 410 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698