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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_Mac_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_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.webrtc", 8 "chromium.webrtc",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "--src-dir", 271 "--src-dir",
272 "[SLAVE_BUILD]/src", 272 "[SLAVE_BUILD]/src",
273 "--goma-cache-dir", 273 "--goma-cache-dir",
274 "[GOMA_CACHE]", 274 "[GOMA_CACHE]",
275 "--build-tool", 275 "--build-tool",
276 "ninja", 276 "ninja",
277 "--compiler", 277 "--compiler",
278 "goma-clang", 278 "goma-clang",
279 "--goma-jsonstatus", 279 "--goma-jsonstatus",
280 "/path/to/tmp/json", 280 "/path/to/tmp/json",
281 "--goma-service-account-json-file",
282 "/creds/service_accounts/service-account-goma-client.json",
281 "--goma-dir", 283 "--goma-dir",
282 "[BUILD]/goma", 284 "[BUILD]/goma",
283 "--", 285 "--",
284 "browser_tests", 286 "browser_tests",
285 "chromium_builder_webrtc", 287 "chromium_builder_webrtc",
286 "content_browsertests", 288 "content_browsertests",
287 "content_unittests", 289 "content_unittests",
288 "media_unittests", 290 "media_unittests",
289 "remoting_unittests" 291 "remoting_unittests"
290 ], 292 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 "~followup_annotations": [ 350 "~followup_annotations": [
349 "@@@STEP_TEXT@Mac Tester@@@" 351 "@@@STEP_TEXT@Mac Tester@@@"
350 ] 352 ]
351 }, 353 },
352 { 354 {
353 "name": "$result", 355 "name": "$result",
354 "recipe_result": null, 356 "recipe_result": null,
355 "status_code": 0 357 "status_code": 0
356 } 358 }
357 ] 359 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698