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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_Win_Builder.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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "--src-dir", 266 "--src-dir",
267 "[SLAVE_BUILD]\\src", 267 "[SLAVE_BUILD]\\src",
268 "--goma-cache-dir", 268 "--goma-cache-dir",
269 "[GOMA_CACHE]", 269 "[GOMA_CACHE]",
270 "--build-tool", 270 "--build-tool",
271 "ninja", 271 "ninja",
272 "--compiler", 272 "--compiler",
273 "goma", 273 "goma",
274 "--goma-jsonstatus", 274 "--goma-jsonstatus",
275 "/path/to/tmp/json", 275 "/path/to/tmp/json",
276 "--goma-service-account-json-file",
277 "C:\\creds\\service_accounts\\service-account-goma-client.json",
278 "--goma-dir", 276 "--goma-dir",
279 "[CACHE]\\cipd\\goma", 277 "[CACHE]\\cipd\\goma",
280 "--", 278 "--",
281 "browser_tests", 279 "browser_tests",
282 "chromium_builder_webrtc", 280 "chromium_builder_webrtc",
283 "content_browsertests", 281 "content_browsertests",
284 "content_unittests", 282 "content_unittests",
285 "media_unittests", 283 "media_unittests",
286 "remoting_unittests" 284 "remoting_unittests"
287 ], 285 ],
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 "~followup_annotations": [ 374 "~followup_annotations": [
377 "@@@STEP_TEXT@Win7 Tester@@@" 375 "@@@STEP_TEXT@Win7 Tester@@@"
378 ] 376 ]
379 }, 377 },
380 { 378 {
381 "name": "$result", 379 "name": "$result",
382 "recipe_result": null, 380 "recipe_result": null,
383 "status_code": 0 381 "status_code": 0
384 } 382 }
385 ] 383 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698