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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_webrtc_fyi_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.fyi", 8 "chromium.webrtc.fyi",
9 "--builder", 9 "--builder",
10 "Mac Builder", 10 "Mac Builder",
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "--src-dir", 277 "--src-dir",
278 "[SLAVE_BUILD]/src", 278 "[SLAVE_BUILD]/src",
279 "--goma-cache-dir", 279 "--goma-cache-dir",
280 "[GOMA_CACHE]", 280 "[GOMA_CACHE]",
281 "--build-tool", 281 "--build-tool",
282 "ninja", 282 "ninja",
283 "--compiler", 283 "--compiler",
284 "goma-clang", 284 "goma-clang",
285 "--goma-jsonstatus", 285 "--goma-jsonstatus",
286 "/path/to/tmp/json", 286 "/path/to/tmp/json",
287 "--goma-service-account-json-file",
288 "/creds/service_accounts/service-account-goma-client.json",
287 "--goma-dir", 289 "--goma-dir",
288 "[BUILD]/goma", 290 "[BUILD]/goma",
289 "--", 291 "--",
290 "browser_tests", 292 "browser_tests",
291 "chromium_builder_webrtc", 293 "chromium_builder_webrtc",
292 "content_browsertests", 294 "content_browsertests",
293 "content_unittests", 295 "content_unittests",
294 "media_unittests", 296 "media_unittests",
295 "remoting_unittests" 297 "remoting_unittests"
296 ], 298 ],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 "~followup_annotations": [ 356 "~followup_annotations": [
355 "@@@STEP_TEXT@Mac Tester@@@" 357 "@@@STEP_TEXT@Mac Tester@@@"
356 ] 358 ]
357 }, 359 },
358 { 360 {
359 "name": "$result", 361 "name": "$result",
360 "recipe_result": null, 362 "recipe_result": null,
361 "status_code": 0 363 "status_code": 0
362 } 364 }
363 ] 365 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698