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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "--build-data-dir", 266 "--build-data-dir",
267 "[ROOT]\\build_data_dir", 267 "[ROOT]\\build_data_dir",
268 "--compiler", 268 "--compiler",
269 "goma", 269 "goma",
270 "--goma-jsonstatus", 270 "--goma-jsonstatus",
271 "/path/to/tmp/json", 271 "/path/to/tmp/json",
272 "--goma-service-account-json-file",
273 "C:\\creds\\service_accounts\\service-account-goma-client.json",
272 "--goma-dir", 274 "--goma-dir",
273 "[CACHE]\\cipd\\goma", 275 "[CACHE]\\cipd\\goma",
274 "--", 276 "--",
275 "browser_tests", 277 "browser_tests",
276 "chromium_builder_webrtc", 278 "chromium_builder_webrtc",
277 "content_browsertests", 279 "content_browsertests",
278 "content_unittests", 280 "content_unittests",
279 "media_unittests", 281 "media_unittests",
280 "remoting_unittests" 282 "remoting_unittests"
281 ], 283 ],
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 "~followup_annotations": [ 403 "~followup_annotations": [
402 "@@@STEP_TEXT@Win8 Tester@@@" 404 "@@@STEP_TEXT@Win8 Tester@@@"
403 ] 405 ]
404 }, 406 },
405 { 407 {
406 "name": "$result", 408 "name": "$result",
407 "recipe_result": null, 409 "recipe_result": null,
408 "status_code": 0 410 "status_code": 0
409 } 411 }
410 ] 412 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698